diff --git a/Gemfile b/Gemfile index 543f35fc18..5d2ed698d5 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'ffaker' gem 'highline', '2.0.3' # Necessary for the install generator gem 'json' gem 'money', '< 6.1.0' -gem 'paranoia', '~> 2.0' +gem 'paranoia', '~> 2.4' gem 'ransack', '~> 1.8.10' gem 'state_machines-activerecord' gem 'stringex', '~> 2.8.5' diff --git a/Gemfile.lock b/Gemfile.lock index 29e8b6ca38..fe21bc9972 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -478,8 +478,8 @@ GEM cocaine (~> 0.5.0) mime-types parallel (1.19.1) - paranoia (2.4.2) - activerecord (>= 4.0, < 6.1) + paranoia (2.4.3) + activerecord (>= 4.0, < 6.2) parser (2.7.1.0) ast (~> 2.4.0) paypal-sdk-core (0.2.10) @@ -679,7 +679,7 @@ GEM thread_safe (0.3.6) tilt (1.4.1) timecop (0.9.2) - tzinfo (1.2.8) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -788,7 +788,7 @@ DEPENDENCIES order_management! paper_trail (~> 7.1.3) paperclip (~> 3.4.1) - paranoia (~> 2.0) + paranoia (~> 2.4) pg (~> 0.21.0) pry (~> 0.12.0) pry-byebug (~> 3.7.0)