From fcb6a7a566bf03bd7284776f9c1c50611ff10261 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 00:39:33 +0000 Subject: [PATCH] chore(deps): update dependency paranoia to '~> 3.1.0' --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9bfccb696..15eca34a3 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'omniauth', '~> 2.1.4' gem 'omniauth-oauth2', '~> 1.8.0' gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2' gem 'paper_trail', '~> 17.0.0' -gem 'paranoia', '~> 3.0.1' +gem 'paranoia', '~> 3.1.0' gem 'pg', '~> 1.6.2' gem 'puma', '~> 6.6.1' gem 'pundit', '~> 2.5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 3f21b0b70..97d05c8bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -263,7 +263,7 @@ GEM mina (1.2.5) rake mini_mime (1.1.5) - minitest (5.26.0) + minitest (5.26.1) mollie-api-ruby (4.18.0) bigdecimal (~> 3.1, >= 3.1.8) ostruct (~> 0.6.0) @@ -320,8 +320,8 @@ GEM activerecord (>= 7.1) request_store (~> 1.4) parallel (1.27.0) - paranoia (3.0.1) - activerecord (>= 6, < 8.1) + paranoia (3.1.0) + activerecord (>= 7, < 8.2) parser (3.3.10.0) ast (~> 2.4.1) racc @@ -651,7 +651,7 @@ DEPENDENCIES omniauth-oauth2 (~> 1.8.0) omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2) paper_trail (~> 17.0.0) - paranoia (~> 3.0.1) + paranoia (~> 3.1.0) pg (~> 1.6.2) pry-byebug (~> 3.11.0) pry-rails (~> 0.3.11)