From 2a1c83a526c754ffbbdcfd7fe8abccfec4f1d3aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 01:11:59 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d4008203e..ee9d4849e 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem "omniauth-google-oauth2", "~> 0.8.0" gem "omniauth-rails_csrf_protection", "~> 0.1.2" gem "omniauth-twitter", "~> 1.4.0" gem "paperclip", "~> 6.1.0" -gem "paranoia", "~> 2.4.2" +gem "paranoia", "~> 2.4.3" gem "pg", "~> 1.0.0" gem "pg_search", "~> 2.3.5" gem "puma", "~> 4.3.8" diff --git a/Gemfile.lock b/Gemfile.lock index 0ea682f28..49c1176f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -435,8 +435,8 @@ GEM mimemagic (~> 0.3.0) terrapin (~> 0.6.0) parallel (1.20.1) - paranoia (2.4.2) - activerecord (>= 4.0, < 6.1) + paranoia (2.4.3) + activerecord (>= 4.0, < 6.2) parser (3.0.2.0) ast (~> 2.4.1) pg (1.0.0) @@ -750,7 +750,7 @@ DEPENDENCIES omniauth-rails_csrf_protection (~> 0.1.2) omniauth-twitter (~> 1.4.0) paperclip (~> 6.1.0) - paranoia (~> 2.4.2) + paranoia (~> 2.4.3) pg (~> 1.0.0) pg_search (~> 2.3.5) pronto (~> 0.11.0)