Commit 17cd728
authored
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 />
[](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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | | - | |
| 413 | + | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
| 773 | + | |
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
| |||
0 commit comments