From 74965eb6354b8d0d4be0a32172ae314c9841198e Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 21 Dec 2019 22:10:42 +0100 Subject: [PATCH] Remove protected_attributes gem This starts the move towards using Strong Parameters in Rails 4 --- Gemfile | 1 - Gemfile.lock | 3 --- 2 files changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 935983ae8e..79cbe5d241 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index d3bd81a749..5f264668a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)