Error installing backlog on redmine

Asked 2 years ago, Updated 2 years ago, 74 views

When I try to install plugin backlog 1.0.0 on redmine 3.2, I get the following error:
Could you tell me the solution?Thank you for your cooperation.

[root@localhostredmine]# bundle exec rakeredmine:backlogs:install

[!] 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: nokogiri(>=1.6.7.1) and nokogiri(>=0).Bundler cannot continue.

 #  from/var/www/redmine/plugins/redmine_backlogs/Gemfile: 13
 #  -------------------------------------------
 #  gem "icalendar"
 >gem "nokogiri"
 #  gem "open-uri-cached"
 #  -------------------------------------------
. Bundler cannot continue.

 #  from/var/www/redmine/Gemfile: 113
 #  -------------------------------------------
 #  Dir.globFile.expand_path("../plugins/*/{Gemfile, PluginGemfile}",__FILE__)do|file|
 >eval_gemfile file
 #  end
 #  -------------------------------------------

Additional information

How about modifying Gemfile to gem "nokogiri", "=>1.6.7.1"?

for reference)
https://github.com/Hopebaytech/redmine_mail_reminder/issues/58

When I corrected it as above, another error occurred.

[policit@localhostredmine] $bundle exec rakeredmine:backlogs:install
 Could not find gem'capybara(~>1.1.0) 'in any of the gem sources
 listed in your Gemfile or available on this machine.Run bundle
 install to install missing gems.

redmine

2022-09-30 21:13

1 Answers

How about modifying Gemfile to gem "nokogiri", "=>1.6.7.1"?

for reference)
https://github.com/Hopebaytech/redmine_mail_reminder/issues/58


2022-09-30 21:13

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.