项目管理:Redmine安装错误You cannot specify the same gem twice with different version

在redmine安装包路径下面执行bundle install命令,提示错误:

[root@vps redmine]# bundle install
You cannot specify the same gem twice with different version requirements. You specified: i18n (~> 0.6.0) and i18n (= 0.4.2)

遇到这个错误通常是因为安装包路径下面的Gemfile文件内容有问题。

解决方法是把redmine压缩包里面的Gemfile解压出来,替换上述执行路径下的Gemfile文件即可。


你可能感兴趣的:(项目管理,redmine)