Closed colszowka closed 8 years ago
...and closing right away, this is just to help fellow future googlers.
Thank you, that just solved the exact same problem for me.
I've updated the README to give a quick cheatsheet on using RSpec beta: https://github.com/guard/guard-rspec/blob/master/README.md#installing-with-beta-versions-of-rspec
Hey, just came here for documentation purposes.
In my Rails 5.0.0.beta3 app, I ran into an issue when trying to upgrade to the rspec-rails 3.5.0.beta1 version, with bundler failing to resolve things correctly for me.
What I had in my Gemfile:
This failed to resolve a matching version for
rspec
andrspec-core
. Not sure if this might be an actual issue in the bundler resolver, I'll think about filing an issue there as well, but regardless, being explicit about what I want solved the problem for me: