Bump rails from 7.0.5.1 to 7.0.6
Bumps rails from 7.0.5.1 to 7.0.6.
Release notes
Sourced from rails's releases.
7.0.6
Active Support
Fix
EncryptedConfiguration
returning incorrect values for someHash
methodsHartley McGuire
Fix arguments being destructed
Enumerable#many?
with block.Andrew Novoselac
Fix humanize for strings ending with id.
fatkodima
Active Model
- No changes.
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:
Treasure.where(price_estimates: PriceEstimate.all) #=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates")
Later:
Treasure.where(price_estimates: PriceEstimate.all) #=> SELECT (...) WHERE "treasures"."id" IN (SELECT "price_estimates"."estimate_of_id" FROM "price_estimates" WHERE "price_estimates"."estimate_of_type" = 'Treasure')
... (truncated)
Commits
-
593893c
Preparing for 7.0.6 release -
e4509c6
Fix yarn.lock -
4aa2446
Update CHANGELOG -
0b89567
Avoid creating match object when checking for illegal header value -
be7cde2
Merge pull request #48588 from zzak/7-0-backport-f1cdfc0 -
9ae3da1
Fix rubocop warning -
8e37f2b
Merge branch '7-0-sec' into 7-0-stable -
a9530f9
Merge pull request #48566 from abaldwin88/fix_active_job_passed_class_definin... -
dcfed57
Merge pull request #48558 from yahonda/backport_45837_to_7-0-stable -
c5edfa2
Merge pull request #45837 from hahmed/ha/active-storage-fix-rotation-test-fai... - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts