backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

Backlog plugin issue #1117

Open Gavin77345 opened 8 years ago

Gavin77345 commented 8 years ago

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

kirantpatil commented 8 years ago

You need to remove capybara entry from plugin Gemfile.