From 8f308c34f9dd9c913939a4b67198a98c172358ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:16:26 +0000 Subject: [PATCH] chore(deps): update dependency paper_trail to v17 --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index aa602b934..ae7d0f5e2 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'net-smtp', '~> 0.5.1' gem 'omniauth', '~> 2.1.3' gem 'omniauth-oauth2', '~> 1.8.0' gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2' -gem 'paper_trail', '~> 16.0.0' +gem 'paper_trail', '~> 17.0.0' gem 'paranoia', '~> 3.0.1' gem 'pg', '~> 1.5.9' gem 'puma', '~> 6.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index f95f33fe3..a2a3a1536 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,12 +80,12 @@ GEM awesome_print (1.9.2) base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.1) + benchmark (0.5.0) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (3.2.2) + bigdecimal (3.3.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -251,7 +251,7 @@ GEM rake mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.25.5) + minitest (5.26.0) mollie-api-ruby (4.17.0) bigdecimal (~> 3.1, >= 3.1.8) ostruct (~> 0.6.0) @@ -304,8 +304,8 @@ GEM omniauth (~> 2.0) orm_adapter (0.5.0) ostruct (0.6.1) - paper_trail (16.0.0) - activerecord (>= 6.1) + paper_trail (17.0.0) + activerecord (>= 7.1) request_store (~> 1.4) parallel (1.27.0) paranoia (3.0.1) @@ -336,7 +336,7 @@ GEM activesupport (>= 3.0.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.16) + rack (3.1.18) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-protection (3.0.6) @@ -633,7 +633,7 @@ DEPENDENCIES omniauth (~> 2.1.3) omniauth-oauth2 (~> 1.8.0) omniauth-rails_csrf_protection (~> 1.0, >= 1.0.2) - paper_trail (~> 16.0.0) + paper_trail (~> 17.0.0) paranoia (~> 3.0.1) pg (~> 1.5.9) pry-byebug (~> 3.11.0)