summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-09 14:15:29 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-09 14:15:29 +0000
commitfa1d7aaa99d13278a83d955804077811bb65c553 (patch)
tree894a177410773db95540d36473c558f2bbf15d26 /Gemfile
parentc078bd2609771332b97828386ed2662ccd024c53 (diff)
parent4869f756d3e63beb1e4c92058dbdfbd856ecd044 (diff)
downloadgitlab-ci-fa1d7aaa99d13278a83d955804077811bb65c553.tar.gz
Merge branch 'protected_attributes' into 'master'
Remove protected attributes https://dev.gitlab.org/gitlab/gitlab-ci/issues/165 See merge request !60
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cabaeaf..79b5fa3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,6 @@ def linux_only(require_as)
end
gem 'rails', '4.1.9'
-gem 'protected_attributes'
gem 'activerecord-deprecated_finders'
gem 'activerecord-session_store'
gem "nested_form"