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:
Bundler could not find compatible versions for gem "rubocop":
In Gemfile:
rubocop (~> 1.30.1)
rubocop-rspec (~> 2.12.0) was resolved to 2.12.0, which depends on
rubocop (~> 1.31)
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)
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?
✳️ rubocop-rspec (~> 2.11.1 → ~> 2.12.0) · Repo · Changelog
Release Notes
2.12.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 50 commits:
Switch docs version to 2.12
Merge pull request #1309 from rubocop/release
Bump version to 2.12.0
Merge pull request #1307 from akiomik/have-http-status
Add new RSpec/Rails/HaveHttpStatus cop
Merge pull request #1302 from ydah/add_document_for_expect_actual
Merge pull request #1308 from Drowze/verified-double-reference-unsafe
Mark RSpec/VerifiedDoubleReference as unsafe
Merge pull request #1305 from rubocop/pass-range-as-a-positional-argument-in-range_help-range_with_surrounding_space
Pass range as a positional arg
Merge pull request #1304 from rubocop/enable-new-cops
Enable our own pending RSpec cops
Merge pull request #1303 from edgibbs/add-inline-doc-examples-of-aggregate-failures
Clean up our own RuboCop configuration
Document aggregate_failures behavior in MultipleExpectations cop
Improved documentation for `RSpec/ExpectActual`
Merge pull request #1301 from rubocop/refactor-specs
Refactor specs to use offence substitution
Merge pull request #1300 from ydah/change_suggest_rake_task_warning
Change command for the rake task with arguments to a style that can also be used in zsh
Merge pull request #1285 from tejasbubane/fix-1284
Fix error in `RSpec/RSpec/FactoryBot/CreateList` cop for empty block
Merge pull request #1108 from ngouy/fix_create_list_not_safe_detected_cases
[Fix #1087] Ignore CreateList offense on method call detection
Merge pull request #1298 from ydah/add_inclusive_language_for_autocorrect
Add a setting for "autocorrect" in `Naming/InclusiveLanguage`
Merge pull request #1294 from ydah/add_specific_matcher_cop
Add new `RSpec/Capybara/SpecificMatcher` cop
Merge pull request #1296 from ydah/fix_some_typo
Fix some typos
Merge pull request #1293 from kuboon/patch-1
rake generate_cops_documentation
Update message_spies.rb
Merge pull request #1295 from ydah/doc_improve_for_change_by_zero
Improved documentation for `RSpec/ChangeByZero`
Better explanation for MessageSpies
Merge pull request #1289 from rubocop/default-styles-on-top
Move enforced styles to top in docs
Merge pull request #1279 from koic/clarify_the_default_enforced_styles
Merge pull request #1288 from ydah/fix_a_warning_for_build_config
Merge pull request #1283 from johnny-miyake/fix_empty_line_separation
[Fix #1282] Fix autocorrect for EmptyLineSeparation
Fix a warning for "bin/build_config"
Merge pull request #1286 from tejasbubane/fix-1105
Fix incorrect path suggested by `RSpec/FilePath` cop when second argument contains spaces
Merge pull request #1280 from ydah/fix_typo
Merge pull request #1281 from ydah/add_naming_inclusive_language_rule
Enable `Naming/InclusiveLanguage`
Fix some typos
[Doc] Clarify default enforced styles
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