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
try using bundle update rspec and bundle update rspec-rails. your Gemfile.lock file, located in the root directory, is probably specifying a version number for each gem.
bundle update rspec
bundle update rspec-rails
Gemfile.lock