From 66db52b98ef2c590b7584ae5575a1a44944d415b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:18:16 +0000 Subject: [PATCH] Bump paper_trail from 16.0.0 to 17.0.0 Bumps [paper_trail](https://github.com/paper-trail-gem/paper_trail) from 16.0.0 to 17.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/v16.0.0...v17.0.0) --- updated-dependencies: - dependency-name: paper_trail dependency-version: 17.0.0 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 ee78bfe4..552ce01a 100644 --- a/Gemfile +++ b/Gemfile @@ -67,5 +67,5 @@ gem "aws-sdk-ses" gem "grape", "~> 2.4" gem "grape-swagger" -gem "paper_trail", "~> 16.0" +gem "paper_trail", "~> 17.0" gem "tailwindcss-ruby", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index d72e5919..8c821773 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,8 +288,8 @@ GEM childprocess (>= 0.6.3, < 6) iniparse (~> 1.4) rexml (>= 3.3.9) - paper_trail (16.0.0) - activerecord (>= 6.1) + paper_trail (17.0.0) + activerecord (>= 7.1) request_store (~> 1.4) parallel (1.27.0) parser (3.3.9.0) @@ -546,7 +546,7 @@ DEPENDENCIES jsbundling-rails kaminari (~> 1.2) overcommit (~> 0.68.0) - paper_trail (~> 16.0) + paper_trail (~> 17.0) pg propshaft puma (>= 5.0)