🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
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 to timestamptz 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')
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 or where.associated.
fatkodima
Fix Enumerable#in_order_of to only flatten first level to preserve nesting.
The redirect_to method in Rails allows provided values to contain characters
which are not legal in an HTTP header value. This results in the potential for
downstream services which enforce RFC compliance on HTTP response headers to
remove the assigned Location header. This vulnerability has been assigned the
CVE identifier CVE-2023-28362.
Versions Affected: All. Not affected: None Fixed Versions: 7.0.5.1, 6.1.7.4
Impact
This introduces the potential for a Cross-site-scripting (XSS) payload to be
delivered on the now static redirection page. Note that this both requires
user interaction and for a Rails app to be configured to allow redirects to
external hosts (defaults to false in Rails >= 7.0.x).
Releases
The FIXED releases are available at the normal locations.
Workarounds
Avoid providing user supplied URLs with arbitrary schemes to the redirect_to
method.
Release Notes
7.0.6 (from changelog)
No changes.
7.0.5.1 (from changelog)
Raise an exception if illegal characters are provide to redirect_to
[CVE-2023-28362]
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ railties (7.0.5 → 7.0.6) · Repo · Changelog
Release Notes
7.0.6 (from changelog)
7.0.5.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Preparing for 7.0.6 release
Update CHANGELOG
Merge branch '7-0-sec' into 7-0-stable
Preparing for 7.0.5.1 release
Fix EncryptedConfiguration not behaving like Hash
Merge pull request #46187 from Shopify/memcached-namespace-encoding-keys
Merge pull request #47774 from zzak/fix-race-condition-in-evented-file-update-checker
Merge pull request #47748 from Shopify/fix-race-condition-in-evented-file-update-checker
Merge pull request #45061 from matthewd/assert-on-main-thread
Merge pull request #48412 from andrewn617/fix_defect_in_enumerable_many
Merge pull request #48348 from fatkodima/fix-humanize-id-suffix
Merge pull request #48329 from zzak/unlink-rails-lib-readme
Merge pull request #48321 from moofkit/fix-sentinels-config-with-strings-arguments
Merge pull request #48251 from skipkayhil/hm-rm-explicit-alias-doc
Merge pull request #48063 from miharekar/fix-nested-in-order-of
✳️ activemodel (7.0.5 → 7.0.6) · Repo · Changelog
Release Notes
7.0.6 (from changelog)
7.0.5.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Preparing for 7.0.6 release
Update CHANGELOG
Merge branch '7-0-sec' into 7-0-stable
Preparing for 7.0.5.1 release
Fix EncryptedConfiguration not behaving like Hash
Merge pull request #46187 from Shopify/memcached-namespace-encoding-keys
Merge pull request #47774 from zzak/fix-race-condition-in-evented-file-update-checker
Merge pull request #47748 from Shopify/fix-race-condition-in-evented-file-update-checker
Merge pull request #45061 from matthewd/assert-on-main-thread
Merge pull request #48412 from andrewn617/fix_defect_in_enumerable_many
Merge pull request #48348 from fatkodima/fix-humanize-id-suffix
Merge pull request #48329 from zzak/unlink-rails-lib-readme
Merge pull request #48321 from moofkit/fix-sentinels-config-with-strings-arguments
Merge pull request #48251 from skipkayhil/hm-rm-explicit-alias-doc
Merge pull request #48063 from miharekar/fix-nested-in-order-of
✳️ activerecord (7.0.5 → 7.0.6) · Repo · Changelog
Release Notes
7.0.6 (from changelog)
7.0.5.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Preparing for 7.0.6 release
Update CHANGELOG
Merge branch '7-0-sec' into 7-0-stable
Preparing for 7.0.5.1 release
Fix EncryptedConfiguration not behaving like Hash
Merge pull request #46187 from Shopify/memcached-namespace-encoding-keys
Merge pull request #47774 from zzak/fix-race-condition-in-evented-file-update-checker
Merge pull request #47748 from Shopify/fix-race-condition-in-evented-file-update-checker
Merge pull request #45061 from matthewd/assert-on-main-thread
Merge pull request #48412 from andrewn617/fix_defect_in_enumerable_many
Merge pull request #48348 from fatkodima/fix-humanize-id-suffix
Merge pull request #48329 from zzak/unlink-rails-lib-readme
Merge pull request #48321 from moofkit/fix-sentinels-config-with-strings-arguments
Merge pull request #48251 from skipkayhil/hm-rm-explicit-alias-doc
Merge pull request #48063 from miharekar/fix-nested-in-order-of
✳️ activesupport (7.0.5 → 7.0.6) · Repo · Changelog
Release Notes
7.0.6 (from changelog)
7.0.5.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Preparing for 7.0.6 release
Update CHANGELOG
Merge branch '7-0-sec' into 7-0-stable
Preparing for 7.0.5.1 release
Fix EncryptedConfiguration not behaving like Hash
Merge pull request #46187 from Shopify/memcached-namespace-encoding-keys
Merge pull request #47774 from zzak/fix-race-condition-in-evented-file-update-checker
Merge pull request #47748 from Shopify/fix-race-condition-in-evented-file-update-checker
Merge pull request #45061 from matthewd/assert-on-main-thread
Merge pull request #48412 from andrewn617/fix_defect_in_enumerable_many
Merge pull request #48348 from fatkodima/fix-humanize-id-suffix
Merge pull request #48329 from zzak/unlink-rails-lib-readme
Merge pull request #48321 from moofkit/fix-sentinels-config-with-strings-arguments
Merge pull request #48251 from skipkayhil/hm-rm-explicit-alias-doc
Merge pull request #48063 from miharekar/fix-nested-in-order-of
↗️ actionpack (indirect, 7.0.5 → 7.0.6) · Repo · Changelog
Security Advisories 🚨
🚨 Possible XSS via User Supplied Values to redirect_to
Release Notes
7.0.6 (from changelog)
7.0.5.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Preparing for 7.0.6 release
Update CHANGELOG
Merge branch '7-0-sec' into 7-0-stable
Preparing for 7.0.5.1 release
Fix EncryptedConfiguration not behaving like Hash
Merge pull request #46187 from Shopify/memcached-namespace-encoding-keys
Merge pull request #47774 from zzak/fix-race-condition-in-evented-file-update-checker
Merge pull request #47748 from Shopify/fix-race-condition-in-evented-file-update-checker
Merge pull request #45061 from matthewd/assert-on-main-thread
Merge pull request #48412 from andrewn617/fix_defect_in_enumerable_many
Merge pull request #48348 from fatkodima/fix-humanize-id-suffix
Merge pull request #48329 from zzak/unlink-rails-lib-readme
Merge pull request #48321 from moofkit/fix-sentinels-config-with-strings-arguments
Merge pull request #48251 from skipkayhil/hm-rm-explicit-alias-doc
Merge pull request #48063 from miharekar/fix-nested-in-order-of
↗️ actionview (indirect, 7.0.5 → 7.0.6) · Repo · Changelog
Release Notes
7.0.6 (from changelog)
7.0.5.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Preparing for 7.0.6 release
Update CHANGELOG
Merge branch '7-0-sec' into 7-0-stable
Preparing for 7.0.5.1 release
Fix EncryptedConfiguration not behaving like Hash
Merge pull request #46187 from Shopify/memcached-namespace-encoding-keys
Merge pull request #47774 from zzak/fix-race-condition-in-evented-file-update-checker
Merge pull request #47748 from Shopify/fix-race-condition-in-evented-file-update-checker
Merge pull request #45061 from matthewd/assert-on-main-thread
Merge pull request #48412 from andrewn617/fix_defect_in_enumerable_many
Merge pull request #48348 from fatkodima/fix-humanize-id-suffix
Merge pull request #48329 from zzak/unlink-rails-lib-readme
Merge pull request #48321 from moofkit/fix-sentinels-config-with-strings-arguments
Merge pull request #48251 from skipkayhil/hm-rm-explicit-alias-doc
Merge pull request #48063 from miharekar/fix-nested-in-order-of
↗️ i18n (indirect, 1.14.0 → 1.14.1) · Repo · Changelog
Release Notes
1.14.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 12 commits:
Bump to 1.14.1
Merge pull request #666 from amatsuda/checkout_v3
Fix build warnings in the CI by using actions/checkout@v3
Merge pull request #665 from amatsuda/ci_ruby32
CI against Ruby 3.2
Merge pull request #659 from mark-a/mark-a-fallback-doc
Merge pull request #662 from amatsuda/default_empty_array
Merge pull request #663 from amatsuda/fix_rails_edge_ci
Merge pull request #664 from amatsuda/skip_jruby_rails52
Skip CIing on jruby against Rails 5.2
Read AS MemoryStore value via public API
Simplify the "Translation missing" message when default is an empty Array
↗️ minitest (indirect, 5.18.0 → 5.18.1) · Repo · Changelog
Release Notes
5.18.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 7 commits:
prepped for release
Removed 2.6 from CI.
- Avoid extra string allocations when filtering tests. (tenderlove)
- Only mention deprecated ENV['N'] if it is an integer string.
- Push up test_order to Minitest::Runnable to fix minitest/hell. (koic)
Use minitest organization in links (hsbt)
updated dates / versions in rails faq
↗️ racc (indirect, 1.6.2 → 1.7.1) · Repo · Changelog
Release Notes
1.7.1
1.7.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
Bump up v1.7.1
Bump up source/target versions for Java extension
Merge pull request #221 from nobu/embedded-path
Merge pull request #223 from nobu/gem-version
Fix place to specify rake-compiler version
Expand embedded paths so that the guards can find it
Assert no warning from embedded parser-text.rb
Assert no warning from parser-text.rb
racc/parser-text.rb depends on Rakefile
Merge pull request #220 from ruby/use-test-unit-ruby-core
sync_tool is no longer needed
Use released version of test-unit-ruby-core
Don't need Bundler on Gemfile
Bump up source/target JVM versions
Bump up v1.7.0
Merge pull request #218 from nobu/embed-info
Embed racc/info.rb too
Merge pull request #213 from jeremyevans/errorsymbolvalue
Merge pull request #217 from hkdnet/sample-test
Use the current racc for test
Add tests for sample dir and tweak samples
Merge pull request #216 from nobu/trailing-spaces
[DOC] Strip trailing spaces
Merge pull request #215 from nobu/newline-at-eof
Add a newline at EOF [ci skip]
Merge pull request #214 from ruby/flavorjones-20230408-exclude-jruby-head-on-mac
Exclude jruby-head on macOS
Update test libraries from https://github.com/ruby/ruby/commit/b4e438d8aabaf4bba2b27f374c787543fae07c58
Remove ErrorSymbolValue reference
Merge pull request #211 from ruby/improve-actions
Exclude jruby, truffleruby and truffleruby-head with macOS
Exclude JRuby from Windows
Try with macOS and Windows
Use ruby/actions/.github/workflows/ruby_versions.yml@master
Use appropriate name for build job
Merge pull request #209 from petergoldstein/feature/adds_ruby_3_2_to_ci
Adds Ruby 3.2 to the CI matrix.
Merge pull request #208 from casperisfine/fix-anonymous-eval
Get rid of anonymous eval calls
Merge pull request #167 from pocke/Make_racc_Ractor_compatible
Removed unused configuration
Merge pull request #207 from ruby/gh-201
encoding
Removed old VCS header
Removed obsoleted CVS section
typo fix
↗️ rails-dom-testing (indirect, 2.0.3 → 2.1.1) · Repo
Release Notes
2.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 56 commits:
Prepare for 2.1.1 release
Make sure we setup active support before trying to require parts of it
Make sure minitest is required before using it
Prepare for 2.1.0
Add devcontainer configuration
Merge pull request #105 from flavorjones/flavorjones-ci-add-3.2-coverage
Update Gemfile.lock
ci: add Ruby 3.2 coverage
ci: cancel in progress and allow workflow dispatch
Merge pull request #106 from flavorjones/flavorjones-better-failure-diff
Use Minitest::Assertion#diff for content failure messages
Merge pull request #103 from flavorjones/flavorjones-migrate_ci_to_github_actions
delete .travis.yml
Migrate CI to GitHub Actions
Merge pull request #102 from issyl0/fix-double-period-on-assert_select
selector_assertions/html_selector: No trailing `.` on `content_mismatch`
Merge pull request #97 from ghiculescu/blank-body
Better error message if response.body is blank or not parseable by Nokogiri
Merge pull request #76 from speckins/issue-75-multiple-substitution-fix
Merge pull request #95 from jbampton/fix-grammar
Merge pull request #96 from ghiculescu/wrong-message-arg
Raise an error if the last arg is the wrong format
Fix replacement for multiple substitutions
docs: fix grammar in the README [ci skip]
Merge pull request #92 from seanpdoyle/rename-assert-select-to-assert-dom
Remove deprecation, document alias
Merge pull request #93 from seanpdoyle/alias-assert-dom-methods
Alias assert_select methods to assert_dom versions
Merge pull request #91 from seanpdoyle/deprecate-assert-select
Deprecate assert_select* in preparation for rename
Merge pull request #90 from seanpdoyle/substitution-types
Expand Substitution Matching Types support
Merge pull request #89 from amatsuda/manuaload
Simply require rather than autoload + immediately load
Merge pull request #88 from amatsuda/rm_as_concern
These modules uses no AS::Concern feature
Merge pull request #85 from rails/dependabot/bundler/activesupport-6.0.3.1
Merge pull request #87 from jduff/bump_min_activesupport
Merge pull request #84 from jduff/ignore_whitespace_2
Bump min version of activesupport required
Handle differences in interior whitespace
make assert_dom_equal ignore insignificant whitespace
Merge pull request #86 from jduff/update_test_matrix
Update test matrix to current supported ruby/rails versions
Bump activesupport from 6.0.0 to 6.0.3.1
Avoid bundling minitest that requires ruby ~> 2.2 for testing rails 4.2.x
Merge pull request #82 from rails/dependabot/bundler/nokogiri-1.10.9
Bump nokogiri from 1.10.4 to 1.10.9
Merge pull request #81 from rails/dependabot/bundler/rake-13.0.1
Bump rake from 12.0.0 to 13.0.1
Merge pull request #79 from rails/dependabot/bundler/nokogiri-1.10.4
Bump nokogiri from 1.7.0 to 1.10.4
Merge pull request #74 from yahonda/suppress_ruby260_warnings
Address `warning: mismatched indentations at 'when' with 'case'`
Merge pull request #73 from nicolasleger/patch-1
[CI] Test agains Ruby 2.5
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands