From 3da41ed7b8bbaadee9f532f1982aaa7eca920177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 11:48:01 +0000 Subject: [PATCH] Bump paranoia from 2.6.0 to 2.6.2 Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.6.0 to 2.6.2. - [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.6.0...v2.6.2) --- updated-dependencies: - dependency-name: paranoia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index af719dc77..ca9e1bd8c 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "omniauth-facebook", "~> 9.0.0" gem "omniauth-google-oauth2", "~> 1.0.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" -gem "paranoia", "~> 2.6.0" +gem "paranoia", "~> 2.6.2" gem "pg", "~> 1.4.3" gem "pg_search", "~> 2.3.6" gem "puma", "~> 4.3.12" diff --git a/Gemfile.lock b/Gemfile.lock index fa3295793..a41aa269a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -388,7 +388,7 @@ GEM rack orm_adapter (0.5.0) parallel (1.22.1) - paranoia (2.6.0) + paranoia (2.6.2) activerecord (>= 5.1, < 7.1) parser (3.2.2.3) ast (~> 2.4.1) @@ -709,7 +709,7 @@ DEPENDENCIES omniauth-google-oauth2 (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1) omniauth-twitter (~> 1.4.0) - paranoia (~> 2.6.0) + paranoia (~> 2.6.2) pg (~> 1.4.3) pg_search (~> 2.3.6) pronto (~> 0.11.0)