Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency Conflict for RSpec #437

Closed
no-reply opened this issue Jun 21, 2014 · 1 comment
Closed

Dependency Conflict for RSpec #437

no-reply opened this issue Jun 21, 2014 · 1 comment

Comments

@no-reply
Copy link
Contributor

On a fresh install:

Bundler could not find compatible versions for gem "rspec-core":
  In Gemfile:
    rspec (~> 2.99) ruby depends on
      rspec-core (~> 2.99.0) ruby

    rspec-its (>= 0) ruby depends on
      rspec-core (3.0.2)
@no-reply
Copy link
Contributor Author

This seems to have been a problem in an older version of bundler which interpreted a dependency on '>= 2.99.0.beta1' as disallowing 2.99.1. Upgrading to bundler 1.6.3 fixed the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant