New version of rubocop-rspec (1.25.0) produced dependency conflicts #374
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 ( → 1.25.0) · Repo · Changelog
Release Notes
From the Github release:
RSpec/SharedExamplescop to enforce consistent usage of string to titleize shared examples. (@anthony-robin)RSpec/Becop to enforce passing argument to the genericbematcher. (@Darhazer)StaticAttributeDefinedDynamicallyandReturnFromStubwhen a const is used in an array or hash. (@Darhazer)RSpec/Pendingcop to enforce no existing pending or skipped examples. This is disabled by default. (@patrickomatic)RSpec/NestedGroupscop support --auto-gen-config. (@walf443)Capybara/FeatureMethodswhen feature methods are used as property names in a factory. (@Darhazer)Capybara/FeatureMethods. (@Darhazer)FactoryBot/CreateListcop. (@Darhazer)Commits
See the full diff on Github. The new version differs by 51 commits:
Merge pull request #594 from rubocop-rspec/new-releaseBump versionMerge pull request #450 from rubocop-rspec/create_list_copAdd FactoryBot/CreateList cop. Fixes #411Merge pull request #558 from rubocop-rspec/read-the-docsVerify documentation is up to date in the CIFix syntax in code examplesAdd link to documentationAdd readthedocs config and sitemapAdd generated docsAdd general project informationAdd taks to generate readthedocs.io documentationMerge pull request #593 from rubocop-rspec/allow-configuring-of-feature-methodsAllow configuring enabled methods in `Capybara/FeatureMethods`.Merge pull request #590 from rubocop-rspec/fix-feature-methods-in-factory-girlDon't check for feature methods outside spec. Fixes #474Merge pull request #589 from rubocop-rspec/add-changelog-to-rubygemsAdd link to the changelogMerge pull request #584 from rubocop-rspec/support_nested_groups_configurable_maxRspec::NestedGroups cop support --auto-gen-configMerge pull request #486 from patrickomatic/pending-spec-copCop that checks for pending specsMerge pull request #581 from rubocop-rspec/fix-false-positives-on-constAdd recursive_literal_or_const? to base nodeFix false positive when const is being used in a hash.Merge pull request #582 from rubocop-rspec/add-be-matcherEnforce using matcher with argument. Fixes #531Merge pull request #580 from rubocop-rspec/shared_examples-with-explicit-RSpec-receiverMake SharedExamples work also with explicit receiverMerge pull request #566 from anthony-robin/shared_examples_styleFIX shared examples offenses introduced by this copADD RSpec/SharedExamples copMerge pull request #579 from rubocop-rspec/use-the-rubocop-dslUse the RuboCop DSLAdd missing test caseMerge pull request #576 from rubocop-rspec/increase-code-coverageMark spec as pending, not skipAdd missing specRemove unused methodRemove unnecessary class methodMerge pull request #534 from bquorning/remove-other-ci-configurationsRemove Buildkite configurationRemove Travis configurationUse status badge for Circle in READMEMerge pull request #574 from rubocop-rspec/code-climateSend coverage results to Code ClimateUse new Code Climate badgesMerge pull request #573 from koic/update_homepage_url_of_gemspecUpdate homepage URL of gemspecMerge pull request #572 from rubocop-rspec/remove-gemnasiumRemove Gemnasium badge