New version of all of rails (7.0.7) produced dependency conflicts #94
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.
We've tested your project with an updated dependency and got errors while installing the dependencies.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
Unfortunately, the build failed while installing dependencies. This means that while the new version is within the specified range, a version conflict between two or more packages will prohibit this version from being installed.
As this breaks fresh installs of your package, we've left this pull request open for you to investigate.
What changed?
✳️ rails ( → 7.0.7) · Repo
Release Notes
7.0.7
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
Preparing for 7.0.7 release
Sync CHANGELOG with the changes in the repository
Merge pull request #46617 from r7kamura/feature/isolation-level-default
Merge pull request #48891 from rails/rm-devcontainer-right
Merge pull request #48886 from fatkodima/backport-45670
Make sure nested base errors are translatable
Use single quotes instead of double quotes to get SQLite constraints
Remove duplicated fixture
Fix `ActiveRecord::QueryMethods#in_order_of` to work with nils
Merge pull request #48861 from paulreece/correct_missing_and_associated_behavior
Merge pull request #48738 from paulreece/enum_join_missing_fix
Merge pull request #48555 from skipkayhil/hm-fix-to-s-default
Fix to_s not using :default format with no args
Fix quote
Merge pull request #48871 from zzak/fix-am-error-full_message
Merge pull request #48796 from adrianna-chang-shopify/ac-fix-previously-new-record
Merge pull request #48868 from fatkodima/backport-45728
Fix `Cache::NullStore` with local caching for repeated reads
Merge pull request #48809 from zzak/7-0-revert-create-association-breaking-changes
Revert "Merge pull request #46799 from Shopify/7-0-stable-build-singular-assoc"
Revert "Merge pull request #48425 from skipkayhil/hm-unrevert-48406-7"
Merge pull request #48800 from robinjam/fix-humanize-nil
Merge pull request #48773 from nirvdrum/thread-safe-quoted-names
Fixes the documentation of with_transaction_returning_status
Merge pull request #48720 from fatkodima/fix-enumerable-sum-with-lazy-enumerator
Fix `Enumerable#sum` for `Enumerator#lazy`
Merge pull request #48766 from ywenc/ywenc/add-other-to-method
Fix `StatementCache::Substitute` with serialized type (#48765)
Merge pull request #48762 from skipkayhil/hm-backport-48622
Add lower bound to Listen gem requirement
Improve error message for missing listen gem
Remove mention of now-lapsed 6.0.Z extended support
Merge pull request #48726 from zzak/7-0-backport-48693
Merge pull request #45116 from ghiculescu/helper_method_backtrace
Merge pull request #48730 from Shopify/eagerly-cast-serialized-query-attributes
Merge pull request #48693 from zzak/bigdecimal-to_s
Merge pull request #48708 from eileencodes/remove-connected-check-from-db_runtime
Merge pull request #48697 from zzak/7-0-backport-48488
Merge pull request #47851 from stevehill1981/fix-mysql-check-constraint-schema-dump
[7-0-stable] Backport: Remove no connection primary key test
Merge pull request #48636 from zzak/7-0-backport-e4140140af
Merge pull request #48635 from zzak/7-0-backport-46965
Merge pull request #48645 from Shopify/action-view-bare-cache-fragments
Merge pull request #48642 from zzak/7-0-backport-47509
Fix issue with attr_protected where malformed input could circumvent
Warm-up to avoid autoloads interfering with class serial
Merge pull request #46965 from fatkodima/flaky-use_postgresql-test
Don't double-encode nested `field_id` and `field_name` index
Merge pull request #48625 from hachi8833/fix_migration_guide
Fix inconsistency in sample codes
Update default scaffold templates to set 303 (See Other) as status code on redirect for the update action
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