This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
[ruby] New version of rubocop-rspec (2.20.0) produced dependency conflicts #349
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?
✳️ 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