Added by André Costa about 11 years ago
rake aborted!
Gem::LoadError: You have already activated rake 10.3.1, but your Gemfile requires rake 10.1.1. Using bundle exec may solve this.
what to do?
Hello André,
If you're trying to do the database migration, try:
bundle exec rake db:migrate RAILS_ENV=production
If it's any other rake command, just prefix them with bundle exec
Cheers,