Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps paper_trail from 16.0.0 to 17.0.0.

Changelog

Sourced from paper_trail's changelog.

17.0.0 (2025-10-24)

Breaking Changes

  • None

Added

  • rails generate paper_trail:install now accepts an argument for custom versions table, e.g. rails generate paper_trail:install CommentVersion created comment_versions table
  • rails generate paper_trail:update_item_subtype now supports custom version classes via --version-class-name option, e.g. --version-class-name=CommentVersion

Fixed

  • None

Dependencies

  • Drop support for Rails 6.1, which [reached EoL on 2024-10-01][2]
  • Drop support for Rails 7.0, which [reached EoL on 2025-04-01][2]
  • Add support for Rails 8.1
  • Drop support for Ruby 3.0, which [reached EoL on 2024-04-23][3]
  • Drop support for Ruby 3.1, which [reached EoL on 2024-03-31][3]
Commits

Dependabot compatibility score

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 commands and options

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)
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Oct 27, 2025
@dependabot dependabot bot force-pushed the dependabot/bundler/paper_trail-17.0.0 branch from 729a026 to 31093f2 Compare October 27, 2025 21:39
@samdev-7
Copy link
Member

@dependabot rebase

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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/paper_trail-17.0.0 branch from 31093f2 to 45b0340 Compare October 29, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

2 participants