Skip to content

Commit 6c650b1

Browse files
Bump paper_trail from 16.0.0 to 17.0.0 (#370)
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](paper-trail-gem/paper_trail@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a727b2 commit 6c650b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ gem "aws-sdk-ses"
6767
gem "grape", "~> 2.4"
6868
gem "grape-swagger"
6969

70-
gem "paper_trail", "~> 16.0"
70+
gem "paper_trail", "~> 17.0"
7171
gem "tailwindcss-ruby", "~> 4.1"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ GEM
288288
childprocess (>= 0.6.3, < 6)
289289
iniparse (~> 1.4)
290290
rexml (>= 3.3.9)
291-
paper_trail (16.0.0)
292-
activerecord (>= 6.1)
291+
paper_trail (17.0.0)
292+
activerecord (>= 7.1)
293293
request_store (~> 1.4)
294294
parallel (1.27.0)
295295
parser (3.3.9.0)
@@ -546,7 +546,7 @@ DEPENDENCIES
546546
jsbundling-rails
547547
kaminari (~> 1.2)
548548
overcommit (~> 0.68.0)
549-
paper_trail (~> 16.0)
549+
paper_trail (~> 17.0)
550550
pg
551551
propshaft
552552
puma (>= 5.0)

0 commit comments

Comments
 (0)