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 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)
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 (6.0.2.2 → 6.0.3) · Repo · Changelog
Release Notes
6.0.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Preparing for 6.0.3 release
Merge pull request #39124 from eugeneius/autosave_multiple_times
Preparing for 6.0.3.rc1 release
Add back the support to pass `at` as a proc in the job assertions
Should not rely on the global `Arel::Table.engine` in the framework
Backports improved warning in zeitwerk:check
Verify FFmpeg presence before attempting to preview videos
adds missing require [Fixes #39042]
Fix autosave association bug with ActiveStorage::Attachments
Merge pull request #39014 from nimish-mehta/handle-signed-hexadecimal-literals
Merge pull request #38990 from eugeneius/transaction_callbacks_object_id
Merge pull request #38891 from jonathanhefner/fix-activejob-delay-test
Sort results to fix nondeterministic test failures
touch_attributes_with_time takes keyword arguments
Merge pull request #37170 from eugeneius/insert_all_query_cache_test
Merge pull request #38970 from eugeneius/tmp_pids_keepfile
Merge pull request #38929 from kamipo/fix_unscoping_association_scope
Fix Builder::XmlMarkup lazy load in Array#to_xml
Merge pull request #36941 from ts-3156/master
Merge pull request #38939 from hammerdr/38937
Test queries with leading comments on all adapters
Merge pull request #37184 from dylanahsmith/read-query-comment-prefix
Merge pull request #38916 from kamipo/fix_scoping_when_create_on_association_relation
Soft deprecate the `database` kwarg in 6.0
Merge pull request #38605 from dmitry/issue-38584
Merge pull request #38794 from cromulus/mandrill-ingress-tokenfix
Merge pull request #38864 from abhaynikam/replace-mailing-list-url
Merge pull request #37585 from sebastian-palma/upsert-all-partitioned-indexes
Add CHANGELOG entry to 6.0.2.2
Merge pull request #38810 from kamipo/restore_compatibility_for_lookup_store
Fix configuring a cache store with ActiveSupport::OrderedOptions
Merge pull request #38170 from stuyam/master
Merge pull request #36696 from inopinatus/support_beginless_ranges
Merge pull request #37119 from jonathanhefner/fix-escaping-in-view-path-resolver
Merge pull request #38763 from yoelblum/fix-insert-all-enums
Merge pull request #38774 from stevenjackson/patch-1
Merge pull request #38784 from JuanitoFatas/doc/am-absence-validator
fix StiAutoloading example code
Merge branch '6-2-sec' into 6-0-stable
↗️ actionpack (indirect, 6.0.2.2 → 6.0.3) · Repo · Changelog
Release Notes
6.0.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Preparing for 6.0.3 release
Merge pull request #39124 from eugeneius/autosave_multiple_times
Preparing for 6.0.3.rc1 release
Add back the support to pass `at` as a proc in the job assertions
Should not rely on the global `Arel::Table.engine` in the framework
Backports improved warning in zeitwerk:check
Verify FFmpeg presence before attempting to preview videos
adds missing require [Fixes #39042]
Fix autosave association bug with ActiveStorage::Attachments
Merge pull request #39014 from nimish-mehta/handle-signed-hexadecimal-literals
Merge pull request #38990 from eugeneius/transaction_callbacks_object_id
Merge pull request #38891 from jonathanhefner/fix-activejob-delay-test
Sort results to fix nondeterministic test failures
touch_attributes_with_time takes keyword arguments
Merge pull request #37170 from eugeneius/insert_all_query_cache_test
Merge pull request #38970 from eugeneius/tmp_pids_keepfile
Merge pull request #38929 from kamipo/fix_unscoping_association_scope
Fix Builder::XmlMarkup lazy load in Array#to_xml
Merge pull request #36941 from ts-3156/master
Merge pull request #38939 from hammerdr/38937
Test queries with leading comments on all adapters
Merge pull request #37184 from dylanahsmith/read-query-comment-prefix
Merge pull request #38916 from kamipo/fix_scoping_when_create_on_association_relation
Soft deprecate the `database` kwarg in 6.0
Merge pull request #38605 from dmitry/issue-38584
Merge pull request #38794 from cromulus/mandrill-ingress-tokenfix
Merge pull request #38864 from abhaynikam/replace-mailing-list-url
Merge pull request #37585 from sebastian-palma/upsert-all-partitioned-indexes
Add CHANGELOG entry to 6.0.2.2
Merge pull request #38810 from kamipo/restore_compatibility_for_lookup_store
Fix configuring a cache store with ActiveSupport::OrderedOptions
Merge pull request #38170 from stuyam/master
Merge pull request #36696 from inopinatus/support_beginless_ranges
Merge pull request #37119 from jonathanhefner/fix-escaping-in-view-path-resolver
Merge pull request #38763 from yoelblum/fix-insert-all-enums
Merge pull request #38774 from stevenjackson/patch-1
Merge pull request #38784 from JuanitoFatas/doc/am-absence-validator
fix StiAutoloading example code
Merge branch '6-2-sec' into 6-0-stable
↗️ actionview (indirect, 6.0.2.2 → 6.0.3) · Repo · Changelog
Release Notes
6.0.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Preparing for 6.0.3 release
Merge pull request #39124 from eugeneius/autosave_multiple_times
Preparing for 6.0.3.rc1 release
Add back the support to pass `at` as a proc in the job assertions
Should not rely on the global `Arel::Table.engine` in the framework
Backports improved warning in zeitwerk:check
Verify FFmpeg presence before attempting to preview videos
adds missing require [Fixes #39042]
Fix autosave association bug with ActiveStorage::Attachments
Merge pull request #39014 from nimish-mehta/handle-signed-hexadecimal-literals
Merge pull request #38990 from eugeneius/transaction_callbacks_object_id
Merge pull request #38891 from jonathanhefner/fix-activejob-delay-test
Sort results to fix nondeterministic test failures
touch_attributes_with_time takes keyword arguments
Merge pull request #37170 from eugeneius/insert_all_query_cache_test
Merge pull request #38970 from eugeneius/tmp_pids_keepfile
Merge pull request #38929 from kamipo/fix_unscoping_association_scope
Fix Builder::XmlMarkup lazy load in Array#to_xml
Merge pull request #36941 from ts-3156/master
Merge pull request #38939 from hammerdr/38937
Test queries with leading comments on all adapters
Merge pull request #37184 from dylanahsmith/read-query-comment-prefix
Merge pull request #38916 from kamipo/fix_scoping_when_create_on_association_relation
Soft deprecate the `database` kwarg in 6.0
Merge pull request #38605 from dmitry/issue-38584
Merge pull request #38794 from cromulus/mandrill-ingress-tokenfix
Merge pull request #38864 from abhaynikam/replace-mailing-list-url
Merge pull request #37585 from sebastian-palma/upsert-all-partitioned-indexes
Add CHANGELOG entry to 6.0.2.2
Merge pull request #38810 from kamipo/restore_compatibility_for_lookup_store
Fix configuring a cache store with ActiveSupport::OrderedOptions
Merge pull request #38170 from stuyam/master
Merge pull request #36696 from inopinatus/support_beginless_ranges
Merge pull request #37119 from jonathanhefner/fix-escaping-in-view-path-resolver
Merge pull request #38763 from yoelblum/fix-insert-all-enums
Merge pull request #38774 from stevenjackson/patch-1
Merge pull request #38784 from JuanitoFatas/doc/am-absence-validator
fix StiAutoloading example code
Merge branch '6-2-sec' into 6-0-stable
↗️ activesupport (indirect, 6.0.2.2 → 6.0.3) · Repo · Changelog
Release Notes
6.0.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 39 commits:
Preparing for 6.0.3 release
Merge pull request #39124 from eugeneius/autosave_multiple_times
Preparing for 6.0.3.rc1 release
Add back the support to pass `at` as a proc in the job assertions
Should not rely on the global `Arel::Table.engine` in the framework
Backports improved warning in zeitwerk:check
Verify FFmpeg presence before attempting to preview videos
adds missing require [Fixes #39042]
Fix autosave association bug with ActiveStorage::Attachments
Merge pull request #39014 from nimish-mehta/handle-signed-hexadecimal-literals
Merge pull request #38990 from eugeneius/transaction_callbacks_object_id
Merge pull request #38891 from jonathanhefner/fix-activejob-delay-test
Sort results to fix nondeterministic test failures
touch_attributes_with_time takes keyword arguments
Merge pull request #37170 from eugeneius/insert_all_query_cache_test
Merge pull request #38970 from eugeneius/tmp_pids_keepfile
Merge pull request #38929 from kamipo/fix_unscoping_association_scope
Fix Builder::XmlMarkup lazy load in Array#to_xml
Merge pull request #36941 from ts-3156/master
Merge pull request #38939 from hammerdr/38937
Test queries with leading comments on all adapters
Merge pull request #37184 from dylanahsmith/read-query-comment-prefix
Merge pull request #38916 from kamipo/fix_scoping_when_create_on_association_relation
Soft deprecate the `database` kwarg in 6.0
Merge pull request #38605 from dmitry/issue-38584
Merge pull request #38794 from cromulus/mandrill-ingress-tokenfix
Merge pull request #38864 from abhaynikam/replace-mailing-list-url
Merge pull request #37585 from sebastian-palma/upsert-all-partitioned-indexes
Add CHANGELOG entry to 6.0.2.2
Merge pull request #38810 from kamipo/restore_compatibility_for_lookup_store
Fix configuring a cache store with ActiveSupport::OrderedOptions
Merge pull request #38170 from stuyam/master
Merge pull request #36696 from inopinatus/support_beginless_ranges
Merge pull request #37119 from jonathanhefner/fix-escaping-in-view-path-resolver
Merge pull request #38763 from yoelblum/fix-insert-all-enums
Merge pull request #38774 from stevenjackson/patch-1
Merge pull request #38784 from JuanitoFatas/doc/am-absence-validator
fix StiAutoloading example code
Merge branch '6-2-sec' into 6-0-stable
↗️ loofah (indirect, 2.4.0 → 2.5.0) · Repo · Changelog
Release Notes
2.5.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
version bump to v2.5.0
ci: update concourse pipelines with latest rubies
bug: remove HTML comments that exist outside the `html` element
update CHANGELOG
Merge pull request #180 from JuanitoFatas/remove-tests-from-gem
Merge pull request #178 from JuanitoFatas/allow-more-css-values
Merge pull request #181 from JuanitoFatas/fix-metadata
Update URL to hash format to generate metadata
Revert changes to generated gemspec
Remove test files from final gem
CSS sanitizer allows vmax length unit
CSS sanitizer allows vmin length unit
CSS sanitizer allows lh length unit
CSS sanitizer allows Q length unit
CSS sanitizer allows vh length unit
CSS sanitizer allows vw length unit
CSS sanitizer allows "ch" length unit
Merge pull request #170 from orien/gem-metadata
run `rufo` on test files
run `rufo` on all lib files
bump dev gemspec
↗️ tzinfo (indirect, 1.2.6 → 1.2.7) · Repo · Changelog
Release Notes
1.2.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
Improve grammar.
Preparing v1.2.7.
Update to Ruby 2.7.1.
Revert to Ruby 2.4.9 and 2.7.0.
Update to Ruby 2.4.10, 2.5.8, 2.6.6, 2.7.1 and JRuby 9.2.11.1.
Use shields.io for badges.
Update copyright years.
Add a build status badge for AppVeyor.
Replace broken links.
Use https for links where available.
Update to JRuby 9.2.11.0.
Merge pull request #112.
Test for just the non-existence of #untaint.
Fix comments relating to taint/untaint removal.
Don't rely on lexicographic version comparisons.
Fix test failures on Ruby 1.8.7.
Fix erroneous 'wrong number of arguments' errors on JRuby 9.0.5.0.
`$VERBOSE = false` won't be worked since `rb_warning` is changed to `rb_warn`
Update to Ruby 2.7.0.
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