I\'ve update my gems. I\'ve created a sample Rails app and have the following in my Gemfile:
source \'http://rubygems.org\' gem \'rails\', \'3.0.3\' gem \'sqli
I got the same issue right now. to fix it try to:
sudo gem uninstall rspec-core -v 2.2.1 bundle update rspec-core
You may need to do that for other dependent gems (like rspec, rspec-rails etc). Use the command to see the candidates:
gem list rspec