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 issues with 0.0.6 and Rspec 3.0.0 #11

Closed
mcmillion opened this issue Dec 8, 2013 · 5 comments · Fixed by #13
Closed

Dependency issues with 0.0.6 and Rspec 3.0.0 #11

mcmillion opened this issue Dec 8, 2013 · 5 comments · Fixed by #13

Comments

@mcmillion
Copy link

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

    rspec-rails (>= 3.0.0.beta) ruby depends on
      rspec-core (3.0.0.beta1)
@twe4ked
Copy link
Owner

twe4ked commented Dec 11, 2013

If you update the Gemfile and confirm it works for both spec 2.9.x and 3.x I would be happy to merge a PR. I'll get to it at some point but I can't promise when. Thanks :)

@mkaschenko
Copy link

It works on 2.99.0.beta2

@incubus
Copy link

incubus commented Apr 15, 2014

Hi!
I have the same problem with Rspec 3.0.0.beta2:

Bundler could not find compatible versions for gem "rspec":
  In Gemfile:
    rspec-nc (>= 0) ruby depends on
      rspec (~> 2.9) ruby

    rspec (3.0.0.beta2)

@twe4ked twe4ked mentioned this issue Jun 27, 2014
@twe4ked
Copy link
Owner

twe4ked commented Jun 27, 2014

Finally got around to adding RSpec 3 compatibility, turned out to be quite a bit more that just increasing the version lock.

@twe4ked
Copy link
Owner

twe4ked commented Jun 27, 2014

Released version 0.1.0. 😄

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

Successfully merging a pull request may close this issue.

4 participants