I'm trying to run bundle install from the latest version of the source code.
Whenever I do, I get the error:
Could not find gem 'rspec-mocks (= 3.0.0.pre) ruby', which is required by gem 'rspec-rails (>= 0) ruby', in any of the sources.
I've found that this commit:
8843cb3
Causes the issue.
How can I get bundle install to work correctly? Maybe the rspec rails developer documentation (https://github.com/rspec/rspec-rails/blob/master/README_DEV.md) could be improved to indicate how to fix this.