1
votes

getting a message You have already activated rake 0.9.2, but your Gemfile requires rake 0.8.7. Consider using bundle exec.

saw references to "update the standard Ruby installation from Rake 0.8.7 to Rake 0.9.2"

how do I do this update?

2

2 Answers

1
votes

Try doing a bundle update rake

This will update rake and resolve the dependencies.

0
votes

You want to your commands with "bundle exec " without the double quotes