Reputation: 23747
I've tried putting it on my Gemfile and got:
Fetching source index for http://rubygems.org/ You have requested: rspec = 2.4.0
The bundle currently has rspec locked at 2.3.0.
Upvotes: 0
Views: 1616
Reputation: 1725
Try running bundle update rspec
in your project directory, and then read the bundler website on updating a dependency.
Upvotes: 4