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 "blacklight":
In Gemfile:
blacklight (~> 7.2)
blacklight_range_limit (= 8.2.3) was resolved to 8.2.3, which depends on
blacklight (< 9, >= 7.25.2)
Bundler could not find compatible versions for gem "rubocop":
In Gemfile:
rubocop (~> 1.40.0)
rubocop-rspec (~> 2.20.0) was resolved to 2.20.0, which depends on
rubocop-capybara (~> 2.17) was resolved to 2.17.1, which depends on
rubocop (~> 1.41)
Add autocorrect support for RSpec/ScatteredSetup. (@ydah)
Add support be_status style for RSpec/Rails/HttpStatus. (@ydah)
Add support for shared example groups to RSpec/EmptyLineAfterExampleGroup. (@pirj)
Add support for RSpec/HaveHttpStatus when using response.code. (@ydah)
Fix order of expected and actual in correction for RSpec/Rails/MinitestAssertions (@mvz)
Fix a false positive for RSpec/DescribedClassModuleWrapping when RSpec.describe numblock is nested within a module. (@ydah)
Fix a false positive for RSpec/FactoryBot/ConsistentParenthesesStyle inside &&, || and :? when omit_parentheses is on (@dmitrytsepelev)
Fix a false positive for RSpec/PendingWithoutReason when pending/skip has a reason inside an example group. (@ydah)
Fix a false negative for RSpec/RedundantAround when redundant numblock around. (@ydah)
Change RSpec/ContainExactly to ignore calls with no arguments, and change RSpec/MatchArray to ignore calls with an empty array literal argument. (@ydah, @bquorning)
Make RSpec/MatchArray and RSpec/ContainExactly pending. (@ydah)
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.15.0 → ~> 2.20.0) · Repo · Changelog
Release Notes
2.20.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
Merge pull request #1600 from rubocop/release
Bump version to v2.20.0
Merge pull request #1621 from ydah/refactor-RedundantAround
Refactor with integration into `match_redundant_around_hook_block`
Merge pull request #1574 from ydah/described-class-module-wrapping
Fix a false positive for `RSpec/DescribedClassModuleWrapping` when RSpec.describe numblock is nested within a module
Merge pull request #1527 from ydah/feature/1148
Add support `be_status` style for `RSpec/Rails/HttpStatus`
Merge pull request #1610 from ydah/fix/1609
Add support for `RSpec/HaveHttpStatus` when using `response.code`.
Merge pull request #1619 from rubocop/empty-line-after-shared-example-groups
Add support for shared groups to EmptyLineAfterExampleGroup
Merge pull request #1620 from ydah/fix-redundant-around
Fix a false negative for `RSpec/RedundantAround` when redundant numblock `around`
Merge pull request #1618 from mvz/fix-minitest-assertions-correction
Fix order of arguments in `RSpec/Rails/MinitestAssertions` correction
Merge pull request #1615 from DmitryTsepelev/indexed-let
MaxRepeats -> Max, cleanup docs
Merge pull request #1616 from ydah/add-autocorrect-for-ScatteredSetup
Add autocorrect support for `RSpec/ScatteredSetup`
Update lib/rubocop/cop/rspec/indexed_let.rb
Update specs and docs
Update lib/rubocop/cop/rspec/indexed_let.rb
Update lib/rubocop/cop/rspec/indexed_let.rb
Update lib/rubocop/cop/rspec/indexed_let.rb
Address more PR feedback
Address PR feedback
Merge pull request #1613 from ydah/to_pending
Make `RSpec/MatchArray` and `RSpec/ContainExactly` pending
Merge pull request #1604 from rubocop/be-empty-cop
Add RSpec/IndexedLet cop
Merge pull request #1601 from DmitryTsepelev/consistent-parentheses-style-spec-and-or-if
Add new `RSpec/BeEmpty` cop
Merge pull request #1606 from ydah/fix-internal-investigation
Update lib/rubocop/cop/rspec/predicate_matcher.rb
Merge pull request #1605 from ydah/use_RuboCop
Merge pull request #1607 from ydah/add-check-hidden-files
Merge pull request #1608 from ydah/change_strict_and_format
Improve the configuration options of the yamllint-github-action
Add an option to the actions-codespell configuration to check hidden files
Correct offenses for `InternalAffairs/RedundantSourceRange`
Use RuboCop instead of Rubocop
Fix a false positive for RSpec/FactoryBot/ConsistentParenthesesStyle inside &&, || and :? when omit_parentheses is on
Merge pull request #1597 from rubocop/fix-match-array-false-positive
Fix an invalid autocorrect for RSpec/MatchArray
Merge pull request #1593 from ydah/fix/false-positive-ContainExactly
Add support for `RSpec/ContainExactly` when calling `contain_exactly` with no arguments
Merge pull request #1598 from ydah/fix/1596
Remove unused argument
Fix a false positive for `RSpec/PendingWithoutReason` when pending/skip has a reason inside an example group
Switch docs version back
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