Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backlog plugin issue #1117

Open
Gavin77345 opened this issue Mar 2, 2016 · 1 comment
Open

Backlog plugin issue #1117

Gavin77345 opened this issue Mar 2, 2016 · 1 comment

Comments

@Gavin77345
Copy link

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
Copy link

You need to remove capybara entry from plugin Gemfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants