summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-26 14:30:07 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-26 14:30:07 +0300
commit1dab15940db4c77ac23f49ece7eee2847d4614aa (patch)
treec786ef9b9605e487aff180c2baab94b36ebe5835 /Gemfile
parent024e0577c6b6ded30ee09536082bd24405bda1e5 (diff)
downloadgitlab-ce-1dab15940db4c77ac23f49ece7eee2847d4614aa.tar.gz
Remove protected_atrributes gem and start moving to strong params
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 39ffd95b2e2..233271e0aa3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,8 +10,6 @@ end
gem "rails", "~> 4.1.0"
-gem "protected_attributes"
-
# Make links from text
gem 'rails_autolink', '~> 1.1'