在决定尝试清单插件之前,我的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重新联机。
谢谢
答案 0 :(得分:0)
尝试以下步骤
gem uninstall -aIx
gem install bundler
bundle install --without development test