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.
name
version specification
new version
rails
7.0.8
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.
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)
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