When I run rspec from my rubymine editor,I get this error:
You have already activated rake 10.0.3, but your Gemfile requires rake 0.9.6. Using bundle exec may solve this.
I also tried this:
gem uninstall rake -v 10.0.3
But I get the following message:
INFO: gem "rake" is not installed
bundle update rake fixes the issue for the command line.
But I still get the "already activated rake error" when i run rspec through command line. I am not sure how to resolve this. I want to run 0.9.6 Do i have to update the gem file. I cannot update it and push it to remote repo because this is a shared repo everybody will be using.