New version of all of rails (7.0.8) produced dependency conflicts #97
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.8) · Repo
Release Notes
7.0.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 33 commits:
Preparing for 7.0.8 release
Merge pull request #44370 from mohits/patch-1
Upgrade stringio to 3.0.8 to make sure guides CI pass
Force upgrade bundler to invalidate Bundler cache on CI
Require job used in this test file
We expect queue adapters to be objects, no classes
Upgrade gemfile to invalidate docker cache
Merge pull request #49121 from skipkayhil/hm-backport-49090
Fix change_column not setting precision for sqlite
Merge pull request #47865 from bensheldon/enqueue-error-message
Merge pull request #48095 from ippachi/triple-dot-range-unscope
Merge pull request #48657 from alpaca-tc/fix-association-with-has-many-inversing
Merge pull request #48653 from alpaca-tc/fix-association-pretty-print
Merge pull request #49122 from skipkayhil/hm-fix-stable-compat-tests
Fix Compatibility tests using `@internal_metadata`
Merge pull request #49101 from xfifix/fix/sti_class_name
Merge pull request #49089 from emilyqiu1005/emilyqiu/add-kill-to-mysql-read-queries
Merge pull request #49053 from skipkayhil/hm-fix-48789
Fix no _method input in form_for namespaced model
Try to build with sqlite3 1.6.3
Merge pull request #49038 from skipkayhil/hm-fix-twz-to-s
Fix TimeWithZone#to_s being overriden with ENV set
Improve guide for Customizing form builder
Fix `webdrivers` on `7-0-stable` branch for issue #48973. (#48977)
Merge pull request #49011 from skipkayhil/hm-backport-48974
Document how to remove to_s deprecation warnings when defaul format is changed
Fix 6.1 change_table setting datetime precision
Do not log internal options when running migrations
Ensure all migration versions use TableDefinition
Fix some Migration versions not inheriting options
Merge pull request #49006 from skipkayhil/hm-backport-48969
Fix 6.1 change_column setting datetime precision
Merge tag 'v7.0.7.2' into 7-0-stable
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