chore(deps): update dependency rails to v7.0.6 #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.5
->7.0.6
Release Notes
rails/rails (rails)
v7.0.6
: 7.0.6Compare Source
Active Support
Fix
EncryptedConfiguration
returning incorrect values for someHash
methods
Hartley McGuire
Fix arguments being destructed
Enumerable#many?
with block.Andrew Novoselac
Fix humanize for strings ending with id.
fatkodima
Active Model
Active Record
Fix autosave associations with validations added on
:base
of the associated objects.fatkodima
Fix result with anonymous PostgreSQL columns of different type from json.
Oleksandr Avoiants
Preserve timestamp when setting an
ActiveSupport::TimeWithZone
value totimestamptz
attribute.fatkodima
Fix where on association with has_one/has_many polymorphic relations.
Before:
Later:
Lázaro Nixon
Fix decrementing counter caches on optimistically locked record deletion
fatkodima
Ensure binary-destined values have binary encoding during type cast.
Matthew Draper
Preserve existing column default functions when altering table in SQLite.
fatkodima
Remove table alias added when using
where.missing
orwhere.associated
.fatkodima
Fix
Enumerable#in_order_of
to only flatten first level to preserve nesting.Miha Rekar
Action View
Action Pack
Active Job
Fix error Active Job passed class with
permitted?
.Alex Baldwin
Action Mailer
Action Cable
Fix Action Cable Redis configuration with sentinels.
Dmitriy Ivliev
Active Storage
Fix retrieving rotation value from FFmpeg on version 5.0+.
In FFmpeg version 5.0+ the rotation value has been removed from tags.
Instead the value can be found in side_data_list. Along with
this update it's possible to have values of -90, -270 to denote the video
has been rotated.
Haroon Ahmed
Action Mailbox
Action Text
Railties
Avoid escaping paths when editing credentials.
Jonathan Hefner
v7.0.5.1
Compare Source
Active Support
Active Model
Active Record
Action View
Action Pack
Raise an exception if illegal characters are provide to redirect_to
[CVE-2023-28362]
Zack Deveau
Active Job
Action Mailer
Action Cable
Active Storage
Action Mailbox
Action Text
Railties
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.