From a7999b8e00a9b3478cb569ffc1a7aa377b98044c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:41:14 +0000 Subject: [PATCH] Bump paper_trail from 15.2.0 to 16.0.0 Bumps [paper_trail](https://github.com/paper-trail-gem/paper_trail) from 15.2.0 to 16.0.0. - [Release notes](https://github.com/paper-trail-gem/paper_trail/releases) - [Changelog](https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md) - [Commits](https://github.com/paper-trail-gem/paper_trail/compare/v15.2.0...v16.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2a2a7c17..0f440637 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem "importmap-rails", "~> 2.0" # Use JavaScript with ESM import maps [https://g gem "jbuilder", "~> 2.11" gem "kaminari", "~> 1.2" gem "mailgun-ruby", "~>1.2" -gem "paper_trail", "~> 15.1" +gem "paper_trail", "~> 16.0" gem "paper_trail-globalid", "~> 0.2" gem "pg", "~> 1.5" # Use postgresql as the database for Active Record gem "pg_search", "~> 2.3" diff --git a/Gemfile.lock b/Gemfile.lock index c316b0e1..8be6ac11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) - paper_trail (15.2.0) + paper_trail (16.0.0) activerecord (>= 6.1) request_store (~> 1.4) paper_trail-globalid (0.2.0) @@ -401,7 +401,7 @@ GEM railties (>= 7.0.0) thor (1.3.2) tilt (2.4.0) - timeout (0.4.1) + timeout (0.4.2) turbo-rails (2.0.11) actionpack (>= 6.0.0) railties (>= 6.0.0) @@ -450,7 +450,7 @@ DEPENDENCIES kaminari (~> 1.2) mailgun-ruby (~> 1.2) net-pop! - paper_trail (~> 15.1) + paper_trail (~> 16.0) paper_trail-globalid (~> 0.2) pg (~> 1.5) pg_search (~> 2.3)