You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have followed the install instructions for the backlog plugin.
I chose method 1 of the install that all worked to the point where I checked out the latest version.
Then I tried to execute the following command.
bundle exec rake db:migrate
And received the following error
[!] There was an error parsing Gemfile:
[!] There was an error parsing Gemfile: You cannot specify the same gem twice with different version requirements.
You specified: capybara (>= 0) and capybara (~> 1.1.0). Bundler cannot continue.
from /var/www/redmine/plugins/redmine_backlogs/Gemfile:37
-------------------------------------------
unless chiliproject
gem "capybara", "~>1.1.0"
gem "poltergeist", "~>0.6.0"
-------------------------------------------
. Bundler cannot continue.
from /var/www/redmine/Gemfile:109
-------------------------------------------
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", FILE) do |file|
eval_gemfile file
end
-------------------------------------------
Please help.
Regards
Gavin
The text was updated successfully, but these errors were encountered:
Hi, I have followed the install instructions for the backlog plugin.
I chose method 1 of the install that all worked to the point where I checked out the latest version.
Then I tried to execute the following command.
bundle exec rake db:migrate
And received the following error
[!] There was an error parsing
Gemfile
:[!] There was an error parsing
Gemfile
: You cannot specify the same gem twice with different version requirements.You specified: capybara (>= 0) and capybara (~> 1.1.0). Bundler cannot continue.
from /var/www/redmine/plugins/redmine_backlogs/Gemfile:37
-------------------------------------------
unless chiliproject
from /var/www/redmine/Gemfile:109
-------------------------------------------
Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", FILE) do |file|
Please help.
Regards
Gavin
The text was updated successfully, but these errors were encountered: