I\'m trying to run rails project, I get
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
If I
If I understand what you're not asking, you need to open your Gemfile file and change the line...
Gemfile
gem 'rake', '0.8.7'
...to...
gem 'rake', '0.9.0'