bundle update rake not fixing my 'You have already activated rake…' error
问题 When I run rake db:migrate in Ubuntu Terminal I keep getting the error: rake aborted! You have already activated rake 10.0.4, but your Gemfile requires rake 0.9.6. Using bundle exec may solve this. I saw on stackoverflow a way to solve this problem is to run: bundle update rake So I do this and I get: Fetching gem metadata from https://rubygems.org/....... Fetching gem metadata from https://rubygems.org/.. Enter your password to install the bundled RubyGems to your system: Using rake (0.9.6)