From 06b2f07ccf97595ba56c86b8401b5f0489f37bd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:23:51 +0000 Subject: [PATCH] chore(deps): update dependency paper_trail to v16 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3d9c3724..094a6300 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'jsonapi-authorization', '~> 3.0', '>= 3.0.2' gem 'jsonapi-resources', '~> 0.9.1' gem 'message_bus', '~> 4.3', '>= 4.3.8' gem 'mini_magick', '~> 4.13', '>= 4.13.2' -gem 'paper_trail', '~> 14.0' +gem 'paper_trail', '~> 16.0' gem 'paranoia', '~> 3.0' gem 'pg', '~> 1.5', '>= 1.5.9' gem 'phonelib' diff --git a/Gemfile.lock b/Gemfile.lock index e7c30e75..b86485bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,8 +291,8 @@ GEM shellany (~> 0.0) open4 (1.3.4) ostruct (0.6.1) - paper_trail (14.0.0) - activerecord (>= 6.0) + paper_trail (16.0.0) + activerecord (>= 6.1) request_store (~> 1.4) parallel (1.22.1) paranoia (3.0.0) @@ -371,7 +371,7 @@ GEM rb-readline (0.5.5) redis (4.8.1) regexp_parser (2.2.1) - request_store (1.5.1) + request_store (1.7.0) rack (>= 1.4) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -567,7 +567,7 @@ DEPENDENCIES message_bus (~> 4.3, >= 4.3.8) mina mini_magick (~> 4.13, >= 4.13.2) - paper_trail (~> 14.0) + paper_trail (~> 16.0) paranoia (~> 3.0) pg (~> 1.5, >= 1.5.9) phonelib