Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump paper_trail from 10.3.1 to 12.0.0 #1909

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2021

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps paper_trail from 10.3.1 to 12.0.0.

Changelog

Sourced from paper_trail's changelog.

12.0.0 (2021-03-29)

Breaking Changes

  • Rails: The deprecated config.paper_trail configuration technique has been removed. This configuration object was deprecated in 10.2.0. It only had one key, config.paper_trail.enabled. Please review docs section 2.d. Turning PaperTrail Off for alternatives.

Added

  • where_object_changes_from queries for versions where the object's attributes changed from one set of known values to any other set of values.

Fixed

  • #1281 Rails: Instead of an Engine, PT now provides a Railtie, which is simpler.
  • Expand kwargs passed to save_with_version using double splat operator - Rails 6.1 compatibility
  • #1287 - Fix 'rails db:migrate' error when run against an app with mysql2 adapter

Dependencies

  • Drop support for ruby 2.4 (reached EoL on 2020-03-31)

11.1.0 (2020-12-16)

Breaking Changes

  • None

Added

  • #1272 - Rails 6.1 compatibility

Fixed

  • None

11.0.0 (2020-08-24)

Breaking Changes

  • #1221 If you use the experimental association-tracking feature, and you forget to install the paper_trail-association_tracking gem, then, when you call track_associations= you will get a NoMethodError instead of the previous

... (truncated)

Commits
  • 4567568 Merge pull request #1299 from paper-trail-gem/release-12.0.0
  • d8edf3c Release 12.0.0
  • bee9213 Merge pull request #1281 from paper-trail-gem/jb_lazy_load_rails
  • 212b145 Fix 'rails db:migrate' error when run against an app with mysql2 adapter (#1298)
  • 00fb2c0 Docs: 5.b.2. item association
  • 8b0e0c6 Docs: add instructions on how to configure the item association (#1294)
  • 4a94cd7 Merge pull request #1297 from paper-trail-gem/various_2021-03-20
  • de1dda4 Remove vestigial version conditionals
  • e5c9138 Naming/VariableNumber
  • 049d7d6 Naming/MemoizedInstanceVariableName
  • Additional commits viewable in compare view

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 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 bundler Automatic update of gems dependencies Pull requests that update a dependency file labels Apr 7, 2021
@yulgolem yulgolem merged commit 01fa7b1 into master Apr 7, 2021
@dependabot dependabot bot deleted the dependabot/bundler/paper_trail-12.0.0 branch April 7, 2021 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bundler Automatic update of gems dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant