Skip to content

Commit 17cd728

Browse files
Bump paper_trail from 16.0.0 to 17.0.0 (#3010)
Bumps [paper_trail](https://github.com/paper-trail-gem/paper_trail) from 16.0.0 to 17.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/paper-trail-gem/paper_trail/blob/master/CHANGELOG.md">paper_trail's changelog</a>.</em></p> <blockquote> <h2>17.0.0 (2025-10-24)</h2> <h3>Breaking Changes</h3> <ul> <li>None</li> </ul> <h3>Added</h3> <ul> <li><code>rails generate paper_trail:install</code> now accepts an argument for custom versions table, e.g. <code>rails generate paper_trail:install CommentVersion</code> created <code>comment_versions</code> table</li> <li><code>rails generate paper_trail:update_item_subtype</code> now supports custom version classes via <code>--version-class-name</code> option, e.g. <code>--version-class-name=CommentVersion</code></li> </ul> <h3>Fixed</h3> <ul> <li>None</li> </ul> <h3>Dependencies</h3> <ul> <li>Drop support for Rails 6.1, which [reached EoL on 2024-10-01][2]</li> <li>Drop support for Rails 7.0, which [reached EoL on 2025-04-01][2]</li> <li>Add support for Rails 8.1</li> <li>Drop support for Ruby 3.0, which [reached EoL on 2024-04-23][3]</li> <li>Drop support for Ruby 3.1, which [reached EoL on 2024-03-31][3]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/0c511ed46c0845253bc6b7c85015742465f8c3b2"><code>0c511ed</code></a> Release 17.0.0</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/073cc308c44c294bc2396d4fbe678242bc603933"><code>073cc30</code></a> Make support for Rails 8.1 official (<a href="https://redirect.github.com/paper-trail-gem/paper_trail/issues/1538">#1538</a>)</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/f19dd80117c94ba53f40399292cebc9852300bee"><code>f19dd80</code></a> Add rails 8.1.beta to Appraisals (<a href="https://redirect.github.com/paper-trail-gem/paper_trail/issues/1530">#1530</a>)</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/1686e1865555327e21c19cf0f53d1349a3f3d579"><code>1686e18</code></a> feat: add argument for custom version table generation (<a href="https://redirect.github.com/paper-trail-gem/paper_trail/issues/1528">#1528</a>)</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/b1abd5c4ef5afabd1d28735a5b6db3dc06263f0f"><code>b1abd5c</code></a> Rubocop fixes (<a href="https://redirect.github.com/paper-trail-gem/paper_trail/issues/1531">#1531</a>)</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/cae7f5d1a6730b04b3b213f9c1453fd1ad6119d2"><code>cae7f5d</code></a> Fix styles for the latest rubocop</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/a60a451bc475669c881d4994fefcddad5347581d"><code>a60a451</code></a> Remove unused gemfiles for older rails</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/e1a4cde2af3a332b0d6d35686a560a287e0a4247"><code>e1a4cde</code></a> Fix badges in README.md (<a href="https://redirect.github.com/paper-trail-gem/paper_trail/issues/1517">#1517</a>)</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/f684a371f7dfa66950d8e462e1e060a89af66107"><code>f684a37</code></a> Update Compatibility section of README.md</li> <li><a href="https://github.com/paper-trail-gem/paper_trail/commit/14b6cfdb2aca2ea6fd1d9a49348a9d77cacc56b1"><code>14b6cfd</code></a> Drop rails 6.1/7.0 and ruby 3.0/3.1 support (<a href="https://redirect.github.com/paper-trail-gem/paper_trail/issues/1514">#1514</a>)</li> <li>Additional commits viewable in <a href="https://github.com/paper-trail-gem/paper_trail/compare/v16.0.0...v17.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=paper_trail&package-manager=bundler&previous-version=16.0.0&new-version=17.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c0748d commit 17cd728

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem "omniauth"
3232
gem "omniauth_openid_connect"
3333
gem "omniauth-rails_csrf_protection"
3434
gem "pagy"
35-
gem "paper_trail", "~> 16.0"
35+
gem "paper_trail", "~> 17.0"
3636
gem "pg", ">= 0.18", "< 2.0"
3737
gem "pg_search"
3838
gem "puma", "~> 7.1.0"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
rexml
116116
base64 (0.3.0)
117117
bcrypt (3.1.20)
118-
benchmark (0.4.1)
118+
benchmark (0.5.0)
119119
bigdecimal (3.3.1)
120120
bindata (2.5.1)
121121
bindex (0.8.1)
@@ -410,8 +410,8 @@ GEM
410410
os (1.1.4)
411411
ostruct (0.6.3)
412412
pagy (9.4.0)
413-
paper_trail (16.0.0)
414-
activerecord (>= 6.1)
413+
paper_trail (17.0.0)
414+
activerecord (>= 7.1)
415415
request_store (~> 1.4)
416416
parallel (1.27.0)
417417
parallel_tests (5.4.0)
@@ -770,7 +770,7 @@ DEPENDENCIES
770770
omniauth-rails_csrf_protection
771771
omniauth_openid_connect
772772
pagy
773-
paper_trail (~> 16.0)
773+
paper_trail (~> 17.0)
774774
parallel_tests (~> 5.4)
775775
pg (>= 0.18, < 2.0)
776776
pg_search

0 commit comments

Comments
 (0)