Remove protected_attributes gem

This starts the move towards using Strong Parameters in Rails 4
This commit is contained in:
Matt-Yorkley
2019-12-21 22:10:42 +01:00
parent 10c6e5ad9b
commit 74965eb635
2 changed files with 0 additions and 4 deletions

View File

@@ -81,7 +81,6 @@ gem 'gmaps4rails'
gem 'oj'
gem 'paper_trail', '~> 5.2.3'
gem 'paperclip', '~> 3.4.1'
gem 'protected_attributes'
gem 'rack-rewrite'
gem 'rack-ssl', require: 'rack/ssl'
gem 'roadie-rails', '~> 1.3.0'

View File

@@ -483,8 +483,6 @@ GEM
activerecord (>= 3.0)
polyglot (0.3.5)
power_assert (1.1.5)
protected_attributes (1.1.4)
activemodel (>= 4.0.1, < 5.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
@@ -732,7 +730,6 @@ DEPENDENCIES
paper_trail (~> 5.2.3)
paperclip (~> 3.4.1)
pg (~> 0.21.0)
protected_attributes
pry-byebug (>= 3.4.3)
rabl
rack-mini-profiler (< 2.0.0)