-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Using rspec-rails 3.0.0.beta1 generates a dependency resolution problem #56
Comments
@christiannelson my guess is that this is an issue with your Gemfile. Can you gist both your Gemfile as well as your Gemfile.lock? |
Here you go: https://gist.github.com/anonymous/8662843 Thanks for helping out! |
I have exactly the same problem: https://gist.github.com/jumichot/f0d1cbf8aeb6b36c4aff |
Guys, I just don't see where it's getting the Try this:
Then change:
to
And see if that fixes the issue. |
I'm still seeing this but haven't had a chance to dive deeper. I do have a work around though:
I agree it's pretty weird. I hope to have some time to delve deeper, but I don't know how soon it will be. Thanks again for your help on this odd issue. |
This is a moot point now due to #60. I'll be moving RSpec 2.x functionality to the fuubar-legacy gem and fuubar will be RSpec 3.x only. |
This issue has been closed automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Using rspec-rails 3.0.0.beta1 on a rails 4.1.0.beta1 application, running
bundle update
produces this output:Switching the dependency declaration from
gem 'fuubar'
togem 'fuubar', github: 'jeffkreeftmeijer/fuubar'
, then runningbundle update
produces:a806825 looks like a fix for this. Seems like there are circumstances where fuubar still requests an older version of rspec-mocks.
/cc @twalpole @jfelchner
The text was updated successfully, but these errors were encountered: