From e5ec04f4ceb7179f8acb719b797252f49bc7cfb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 02:43:33 +0000 Subject: [PATCH] Bump paper_trail from 12.3.0 to 15.0.0 Bumps [paper_trail](https://github.com/airblade/paper_trail) from 12.3.0 to 15.0.0. - [Release notes](https://github.com/airblade/paper_trail/releases) - [Changelog](https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md) - [Commits](https://github.com/airblade/paper_trail/compare/v12.3.0...v15.0.0) --- updated-dependencies: - dependency-name: paper_trail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8fbec5405..f1cf629b2 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "htmlentities" gem "kaminari" gem "mlanett-redis-lock" gem "optic14n" # Ideally version should be synced with bouncer -gem "paper_trail", "~> 12" # We need to do migratory work to support paper_trail 13, see: https://github.com/alphagov/transition/pull/1202 +gem "paper_trail", "~> 15" # We need to do migratory work to support paper_trail 13, see: https://github.com/alphagov/transition/pull/1202 gem "pg" gem "plek" gem "select2-rails", "~> 3.5.11" # Version 4 changes CSS classes considerably diff --git a/Gemfile.lock b/Gemfile.lock index 0c1cb36f1..a24e14b2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -544,9 +544,9 @@ GEM optic14n (2.1.0) addressable (~> 2.7) os (1.1.4) - paper_trail (12.3.0) - activerecord (>= 5.2) - request_store (~> 1.1) + paper_trail (15.0.0) + activerecord (>= 6.1) + request_store (~> 1.4) parallel (1.23.0) parser (3.2.2.3) ast (~> 2.4.1) @@ -805,7 +805,7 @@ DEPENDENCIES kaminari mlanett-redis-lock optic14n - paper_trail (~> 12) + paper_trail (~> 15) pg plek pry