From 8db525c2b85a286448bc8269550bc6c18a638eea Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Fri, 21 Jun 2019 17:14:27 -0500 Subject: [PATCH] Comment out mass assignment sanitizer --- Gemfile.lock | 8 -------- config/environments/development.rb | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a900acc..7620cb74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,10 +72,6 @@ GEM tzinfo (~> 1.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) - airbrake (8.0.1) - airbrake-ruby (~> 3.0) - airbrake-ruby (3.1.0) - tdigest (= 0.1.1) amq-protocol (2.3.0) andand (1.3.3) arel (7.1.4) @@ -361,7 +357,6 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (3.0.0) rake (12.3.2) - rbtree (0.4.2) request_store (1.4.1) rack (>= 1.4) require_all (2.0.0) @@ -448,8 +443,6 @@ GEM stripe (1.58.0) rest-client (>= 1.4, < 4.0) table_print (1.5.6) - tdigest (0.1.1) - rbtree (~> 0.4.2) test-unit (3.2.8) power_assert thor (0.19.4) @@ -489,7 +482,6 @@ PLATFORMS DEPENDENCIES action_mailer_matchers - airbrake (~> 8.0.1) aws-sdk (~> 1) aws-ses binding_of_caller diff --git a/config/environments/development.rb b/config/environments/development.rb index ab9d88d3..8c42eb73 100755 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -52,7 +52,7 @@ Rails.application.configure do config.active_support.deprecation = :log # Raise exception on mass assignment protection for Active Record models - config.active_record.mass_assignment_sanitizer = :strict + # config.active_record.mass_assignment_sanitizer = :strict # Raise an error on page load if there are pending migrations. config.active_record.migration_error = :page_load