Redmine Checklist插件安装失败

时间:2019-08-20 00:02:38

标签: redmine redmine-plugins

在决定尝试清单插件之前,我的Redmine 4.0.4正常工作。 我试图按照官方网站上的说明进行操作:https://www.redmineup.com/pages/help/checklists/installing-redmine-checklists-plugin-on-linux

但是在执行命令时:

 bundle install --without development test --no-deployment

我明白了:

Installing locked Bundler version 2.0.2...
Installing the inferred bundler version (= 2.0.2) failed.
If you'd like to update to the current bundler version (1.15.1) in this project, run `bundle update --bundler`.
The error was: bundler requires Ruby version >= 2.3.0.

首先我不明白为什么红宝石版本错误2.3.0,我有2.5.0p0 ...

第二个,如果我输入bundler -v,我得到的输出是我在Bundler版本2.0.2中

如果我尝试运行bundle update --bundler,这是输出:

You must use Bundler 2 or greater with this lockfile.

我看不到如何解决...我能/必须做些什么?

现在我无法访问redmine,尝试打开网站时出现此错误:

Could not find gem 'redmine_crm' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound)

如果我无法安装插件,至少我想使Redmine重新联机。

谢谢

1 个答案:

答案 0 :(得分:0)

尝试以下步骤

  1. 停止服务器(乘客,Puma或任何您使用的服务器)
  2. 从plugins文件夹中删除插件
  3. 删除Redmine根文件夹中的Gemfile.lock
  4. 在命令提示符下,运行gem uninstall -aIx
  5. 运行gem install bundler
  6. 在Redmine文件夹中运行bundle install --without development test
  7. 尝试启动服务器