When running rake
I get this error:
You have already activated rake 0.9.2, but your Gemfile requires rake 0.8.7. Consider using bundle exec.
Using bundle exec rake
instead of just rake
seems to work, but is it the best way to fix this?
When running rake
I get this error:
You have already activated rake 0.9.2, but your Gemfile requires rake 0.8.7. Consider using bundle exec.
Using bundle exec rake
instead of just rake
seems to work, but is it the best way to fix this?