Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Apr 7, 2018

We've tried to upgrade a dependency and got errors running Bundler.

name version specification new version
rubocop-rspec ~> 1.24.0 1.25.0

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 "bundler":
  In Gemfile:
    bundler (~> 1.16)

  Current Bundler version:
    bundler (1.15.2)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (~> 1.16)' in any of the sources

What changed?

✳️ rubocop-rspec ( → 1.25.0) · Repo · Changelog

Release Notes

From the Github release:

  • Add RSpec/SharedExamples cop to enforce consistent usage of string to titleize shared examples. (@anthony-robin)
  • Add RSpec/Be cop to enforce passing argument to the generic be matcher. (@Darhazer)
  • Fix false positives in StaticAttributeDefinedDynamically and ReturnFromStub when a const is used in an array or hash. (@Darhazer)
  • Add RSpec/Pending cop to enforce no existing pending or skipped examples. This is disabled by default. (@patrickomatic)
  • Fix RSpec/NestedGroups cop support --auto-gen-config. (@walf443)
  • Fix false positives in Capybara/FeatureMethods when feature methods are used as property names in a factory. (@Darhazer)
  • Allow configuring enabled methods in Capybara/FeatureMethods. (@Darhazer)
  • Add FactoryBot/CreateList cop. (@Darhazer)
Commits

See the full diff on Github. The new version differs by 51 commits:

@coveralls
Copy link

Pull Request Test Coverage Report for Build 591

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at ?%

Totals Coverage Status
Change from base Build 587: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls

1 similar comment
@coveralls
Copy link

coveralls commented Apr 7, 2018

Pull Request Test Coverage Report for Build 591

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at ?%

Totals Coverage Status
Change from base Build 587: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls

@depfu
Copy link
Contributor Author

depfu bot commented Apr 18, 2018

Closed in favor of #375.


Automated by Depfu.

@depfu depfu bot closed this Apr 18, 2018
@depfu depfu bot deleted the depfu/update/rubocop-rspec-1.25.0 branch April 18, 2018 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants