New version of all of rails (7.1.1) produced dependency conflicts #186
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 tried to upgrade a dependency and got errors running Bundler. It looks like there is a version conflict between two or more dependencies. Depfu doesn't try to solve these, as this would mean to update more than one dependency at a time.
Please take a look at the exact failure to figure out if this is something you need to work on.
The bundler error message was:
What changed?
✳️ rails (~> 7.0.0 → ~> 7.1.1) · Repo
Release Notes
7.1.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 74 commits:
Preparing for 7.1.1 release
Sync CHANGELOG
Merge pull request #49525 from abhaynikam/fix-app-generated-dockerfile-to-use-correct-ruby-version
Merge pull request #49589 from fatkodima/fix-flaky-fixtures-test
Merge pull request #49565 from hachi8833/add_missing_doc_43487
Merge pull request #49562 from akhilgkrishnan/update-postgres-naming-to-postgresql
Merge pull request #49553 from tricknotes/update-rails-ujs-build
Use released version of Sdoc
Merge pull request #49581 from hachi8833/update_doc_npm
Merge pull request #49515 from dustinbrownman/main
Merge pull request #49580 from p8/guides/format-html-attributes
Merge pull request #49538 from akhilgkrishnan/capitalize-framework-names
Merge pull request #49518 from Edouard-chin/ec-logger-doc
Merge pull request #49539 from akhilgkrishnan/docs-update-7-0-to-7-1
Merge pull request #49571 from jenshenny/kwargs-broadcast-logger
Merge pull request #49576 from fatkodima/fix-number-helper-to_d
Merge pull request #49556 from mguan2020/my_new_branch
Merge pull request #49575 from jbampton/fix-case-of-javascript
Merge pull request #49554 from Thomascountz/fix-redis-lt7-ttl-not-set-on-first-incr-decr
Merge pull request #49573 from jbampton/fix-spelling
Merge pull request #49544 from hieuk09/bug/fix-sqlite3-table-name-quote
Merge pull request #49504 from fatkodima/fix-pg-retrieving-identity-columns
Merge pull request #49551 from haines/fix-internal-metadata-disabled
Fix example in Active Storage guide
Merge pull request #49552 from akhilgkrishnan/update-edge-guide-url
Point to API docs instead of edge [ci skip]
Merge pull request #49542 from pjambet/pj/fix-memory-store-race-condition
Merge pull request #49536 from skipkayhil/hm-7-1-bug-report
Autolink references for AS::Notifications::Instrumenter [ci-skip]
Clean up docs for Rails::Generators::ActiveModel [ci-skip]
Autolink references for AR::Calculations#async_* [ci-skip]
Remove unnecessary alias references [ci-skip]
Simplify up / down migration example [ci-skip]
Add missing caveats for migration #change actions [ci-skip]
Remove redundant caveat for remove_column [ci-skip]
Rewrite Testing Jobs section [ci-skip]
Fix perform_enqueued_jobs :at option doc [ci-skip]
Reword adapter caveat for perform_enqueued_jobs [ci-skip]
Reword queue_adapter_for_test doc [ci-skip]
Capitalize framework names [ci-skip]
Move Server Timing info to Configuration guide [ci-skip]
Ensure on_rotation appears in RDoc [ci-skip]
Ensure AR::Core#{slice,values_at} appear in RDoc [ci-skip]
Fix punctuation and formatting [ci-skip]
Reword "Regarding the Rails Stack" section [ci-skip]
Reword "Method Visibility" section [ci-skip]
Link to api.rubyonrails.org instead of edgeapi [ci-skip]
Rewrap documentation example for legibility [ci-skip]
Use ruby code fence [ci-skip]
Convert examples from Markdown to RDoc [ci-skip]
Hyphenate "database specific" [ci-skip]
Fix typo in method names [ci-skip]
Autolink ActiveStorage::Attachment [ci-skip]
Link to ActionDispatch::DebugExceptions API doc [ci-skip]
Autolink AS::Notifications and AS::ErrorReporter [ci-skip]
Fix typos for Cache::Store#fetch "Dynamic Options" [ci-skip]
Omit list for Cache::Store#fetch "Dynamic Options" [ci-skip]
Rephrase advice about forms for nested attributes [ci-skip]
Move example to API docs [ci-skip]
Link to API docs [ci-skip]
Link to ActionCable::Connection callback methods [ci-skip]
Move after_subscribe note to after_subscribe doc [ci-skip]
Link to ActionCable::Channel callback methods [ci-skip]
Merge pull request #49528 from mohits/patch-3
Add CHANGELOG entry for #49526 [ci-skip]
Merge pull request #49526 from fatkodima/fix-reverting-rename_table-7.0
Fix config name in changelog related to #49517
Merge pull request #49517 from benstein/patch-1
Only check the schema when the table exists on CI
Merge pull request #49511 from hachi8833/update_link_71releasenote
Merge pull request #49501 from Earlopain/as-changelog-typo
Fix typo in ActiveSupport changelog [ci-skip]
Merge pull request #49497 from Earlopain/extraneous-whitespace
Merge pull request #49498 from skipkayhil/hm-rm-webpack-dependency
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