Remove protected_attributes gem
We do not enforce the rules, so removing it and switching the existing annotations to strong_parameters does not make our situation worse.
This commit is contained in:
parent
9fc51bdce8
commit
39aff78f11
8 changed files with 32 additions and 29 deletions
|
|
@ -285,8 +285,6 @@ GEM
|
|||
ttfunk (~> 1.5)
|
||||
prawn-table (0.2.2)
|
||||
prawn (>= 1.3.0, < 3.0.0)
|
||||
protected_attributes (1.1.0)
|
||||
activemodel (>= 4.0.1, < 5.0)
|
||||
pry (0.12.2)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.9.0)
|
||||
|
|
@ -549,7 +547,6 @@ DEPENDENCIES
|
|||
mysql2 (~> 0.4.0)
|
||||
prawn
|
||||
prawn-table
|
||||
protected_attributes (= 1.1.0)
|
||||
pry-rescue
|
||||
pry-stack_explorer
|
||||
puma
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue