hicknhack-software / redmine_time_tracker

A time tracker plugin for Redmine
Other
106 stars 32 forks source link

You cannot specify the same gem twice with different version requirements. #136

Closed xstable closed 10 years ago

xstable commented 10 years ago

I have upgrade the plugin with the "git pull" instuction on the wiki.

Than i have done like described in the wiki:

redmine:plugins:migrate RAILS_ENV=production

Give me: -bash: redmine:plugins:migrate: command not found

Here seems the "rake" command missed.

So i try:

rake redmine:plugins:migrate RAILS_ENV=production

and got this error:

You cannot specify the same gem twice with different version requirements. You specified: minitest-reporters (>= 0.5.0) and minitest-reporters (~> 0.14.23)

How can i fix this?

jume-dev commented 10 years ago

please do a "bundle install" in your redmine directory and your problem should be gone

xstable commented 10 years ago

Thanks, works now.