Project

General

Profile

error installing redmine

Added by André Costa about 10 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?


Replies (1)

RE: error installing redmine - Added by Martin Denizet (redmine.org team member) about 10 years ago

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,

    (1-1/1)