Update dependency paper_trail to v15
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| paper_trail (source, changelog) | '~> 14.0' -> '~> 15.0' |
Release Notes
paper-trail-gem/paper_trail (paper_trail)
v15.1.0
Breaking Changes
- None
Fixed
- None
Dependencies
- Add support for Rails 7.1
- Add support for Ruby 3.2
v15.0.0
Breaking Changes
- None
Added
- #1416 - Adds a
model-configurable option
synchronize_version_creation_timestampwhich, if set to false, opts out of synchronizing timestamps betweenVersion.created_atand the record'supdated_at.
Fixed
- #1422 - Fix the issue that unencrypted plaintext values are versioned with ActiveRecord encryption (since Rails 7) when using JSON serialization on PostgreSQL json columns.
- #1414 - When
generating the migration, the version table will use uuid as primary key type
if
--uuidflag is specified.
Dependencies
- Drop support for Rails 6.0, which [reached EoL on 2023-06-01][2]
- Drop support for Ruby 2.7, which [reached EoL on 2023-03-31][3]
Configuration
📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Pull request by bot. No need to analyze
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Gemfile.lock
[11:28:29.968] INFO (1856): Installing tool [email protected]...
installing v2 tool ruby v3.0.3
/usr/local/containerbase/tools/v2/ruby.sh: line 82: /etc/gemrc: Permission denied
[11:28:30.131] ERROR (1856): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh ruby 3.0.3
[11:28:30.131] FATAL (1856): Install tool ruby failed in 186ms.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 15.x releases. But if you manually upgrade to 15.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.