From 3d7a069b6b1785419f514f2a9d8007c287b864d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 05:42:57 +0000 Subject: [PATCH] Bump paranoia from 2.4.2 to 2.4.3 Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.4.2 to 2.4.3. - [Release notes](https://github.com/rubysherpas/paranoia/releases) - [Changelog](https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md) - [Commits](https://github.com/rubysherpas/paranoia/compare/v2.4.2...2.4.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 50071379b8..d24897b166 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)