Question

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.
Was it helpful?

Solution

Try running bundle update rspec in your project directory, and then read the bundler website on updating a dependency.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top