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
This is easily solved:
bundle exec rspec
will force bundler to use the gem version you are requiring for your project, ignoring system-wide settings.