From 39fd024b226adfefc1f6cf941c468e0ebbfbe93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 13:25:34 +0000 Subject: [PATCH] Bump paranoia from 3.0.0 to 3.0.1 Bumps [paranoia](https://github.com/rubysherpas/paranoia) from 3.0.0 to 3.0.1. - [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/v3.0.0...v3.0.1) --- 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 2c11b4752..14c2f9473 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem "omniauth-facebook", "~> 10.0.0" gem "omniauth-google-oauth2", "~> 1.2.0" gem "omniauth-rails_csrf_protection", "~> 1.0.2" gem "omniauth-twitter", "~> 1.4.0" -gem "paranoia", "~> 3.0.0" +gem "paranoia", "~> 3.0.1" gem "pg", "~> 1.5.9" gem "pg_search", "~> 2.3.7" gem "puma", "~> 5.6.9" diff --git a/Gemfile.lock b/Gemfile.lock index 205ca74c7..553988dfc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -444,7 +444,7 @@ GEM orm_adapter (0.5.0) ostruct (0.6.1) parallel (1.26.3) - paranoia (3.0.0) + paranoia (3.0.1) activerecord (>= 6, < 8.1) parser (3.3.8.0) ast (~> 2.4.1) @@ -792,7 +792,7 @@ DEPENDENCIES omniauth-google-oauth2 (~> 1.2.0) omniauth-rails_csrf_protection (~> 1.0.2) omniauth-twitter (~> 1.4.0) - paranoia (~> 3.0.0) + paranoia (~> 3.0.1) pdf-reader (~> 2.14.1) pg (~> 1.5.9) pg_search (~> 2.3.7)