【发布时间】:2020-04-09 19:36:15
【问题描述】:
我有以下问题。我正在尝试在带有 Ruby 2.0.0 版本的 Redmine 3.2.0 环境中安装“redmine_backlogs”版本 1.0.6 插件
当我下载插件时出现问题,我将它托管在我的 redmine 安装的插件目录中,并且在遵循文档时,我发出命令 bundle exec rake db: migrate 给我以下错误:
[!] 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: 51
# -------------------------------------------
# unless chiliproject
> gem "capybara", "~> 1.1.0"
# gem "poltergeist", "~> 0.6.0"
# -------------------------------------------
. Bundler cannot continue.
# from / var / www / redmine / Gemfile: 110
# -------------------------------------------
# Dir.glob File.expand_path ("../ plugins / * / {Gemfile, PluginGemfile}", __FILE__) do | file |
> eval_gemfile file
# end
# -------------------------------------------
我找不到解决方法以便正确安装。
有什么额外的帮助吗?
非常感谢您。
【问题讨论】:
-
一般建议:积压插件不再处于积极开发中,并且根据backlogs.github.io/www 不支持Redmine 3.x 根本。您可能想四处寻找替代方案(即 Redmine Agile 插件)。