From 9f2f63cc69a5d1781b1d3927f0676b50dc538017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:39:08 +0000 Subject: [PATCH] Bump paranoia from 2.6.2 to 2.6.3 Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 2.6.2 to 2.6.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.6.2...v2.6.3) --- updated-dependencies: - dependency-name: paranoia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 516faa44f..2b5f78db7 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem "omniauth-facebook", "~> 9.0.0" gem "omniauth-google-oauth2", "~> 1.1.1" gem "omniauth-rails_csrf_protection", "~> 1.0.1" gem "omniauth-twitter", "~> 1.4.0" -gem "paranoia", "~> 2.6.2" +gem "paranoia", "~> 2.6.3" gem "pg", "~> 1.4.6" gem "pg_search", "~> 2.3.6" gem "puma", "~> 5.6.8" diff --git a/Gemfile.lock b/Gemfile.lock index c6148018a..e863f6f95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -409,8 +409,8 @@ GEM rack orm_adapter (0.5.0) parallel (1.24.0) - paranoia (2.6.2) - activerecord (>= 5.1, < 7.1) + paranoia (2.6.3) + activerecord (>= 5.1, < 7.2) parser (3.3.0.5) ast (~> 2.4.1) racc @@ -746,7 +746,7 @@ DEPENDENCIES omniauth-google-oauth2 (~> 1.1.1) omniauth-rails_csrf_protection (~> 1.0.1) omniauth-twitter (~> 1.4.0) - paranoia (~> 2.6.2) + paranoia (~> 2.6.3) pdf-reader (~> 2.12.0) pg (~> 1.4.6) pg_search (~> 2.3.6)