From 9092da97d32f69120ab0a0a2e540b799c7e08df4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 12:29:46 +0000 Subject: [PATCH] chore(deps): update dependency paper_trail to v17 --- Gemfile | 2 +- Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index acf60a8b..c33759f4 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'jsonapi-authorization', '~> 3.0', '>= 3.0.2' gem 'jsonapi-resources', '~> 0.9.1' gem 'message_bus', '~> 4.4', '>= 4.4.1' gem 'mini_magick', '~> 5.3' -gem 'paper_trail', '~> 16.0' +gem 'paper_trail', '~> 17.0' gem 'paranoia', '~> 3.0', '>= 3.0.1' gem 'pg', '~> 1.6', '>= 1.6.1' gem 'phonelib', '~> 0.10', '>= 0.10.11' diff --git a/Gemfile.lock b/Gemfile.lock index 5376a62f..78dec53e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,16 +81,16 @@ GEM public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) awesome_print (1.9.2) - base64 (0.2.0) + base64 (0.3.0) bcrypt (3.1.22) bcrypt (3.1.22-java) - benchmark (0.4.0) + benchmark (0.5.0) better_errors (2.10.1) erubi (>= 1.0.0) rack (>= 0.9.0) rouge (>= 1.0.0) - bigdecimal (3.1.9) - bigdecimal (3.1.9-java) + bigdecimal (4.1.2) + bigdecimal (4.1.2-java) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) bootsnap (1.18.6) @@ -123,8 +123,8 @@ GEM cgi (0.5.2-java) coderay (1.1.3) colorize (1.1.0) - concurrent-ruby (1.3.5) - connection_pool (2.5.3) + concurrent-ruby (1.3.8) + connection_pool (3.0.2) consistency_fail (0.3.7) counter_culture (3.11.3) activerecord (>= 4.2) @@ -148,7 +148,7 @@ GEM dotenv-rails (3.1.8) dotenv (= 3.1.8) railties (>= 6.1) - drb (2.2.1) + drb (2.2.3) erubi (1.13.1) et-orbi (1.2.11) tzinfo @@ -202,7 +202,7 @@ GEM http-cookie (1.0.8) domain_name (~> 0.5) http-form_data (2.3.0) - i18n (1.14.7) + i18n (1.15.2) concurrent-ruby (~> 1.0) iban-tools (1.2.1) icalendar (2.12.1) @@ -266,7 +266,7 @@ GEM logger mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.5) + minitest (5.27.0) msgpack (1.8.0) msgpack (1.8.0-java) nenv (0.3.0) @@ -293,8 +293,8 @@ GEM nenv (~> 0.1) shellany (~> 0.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.26.3) paranoia (3.0.1) @@ -336,7 +336,7 @@ GEM raabro (1.4.0) racc (1.8.1) racc (1.8.1-java) - rack (3.0.14) + rack (3.2.7) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-cors (3.0.0) @@ -539,7 +539,7 @@ GEM thor (1.3.2) timecop (0.9.10) timeliness (0.5.2) - timeout (0.4.3) + timeout (0.6.1) tsort (0.2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -613,7 +613,7 @@ DEPENDENCIES message_bus (~> 4.4, >= 4.4.1) mina (~> 1.2, >= 1.2.5) mini_magick (~> 5.3) - paper_trail (~> 16.0) + paper_trail (~> 17.0) paranoia (~> 3.0, >= 3.0.1) pg (~> 1.6, >= 1.6.1) phonelib (~> 0.10, >= 0.10.11)