【发布时间】:2017-08-17 19:20:29
【问题描述】:
当我尝试在 RubyMine 中运行规范或尝试从 RubyMine 执行“捆绑安装”时,我收到错误消息
此 Gemfile 需要不同版本的 Bundler。也许你需要 通过运行
gem install bundler来更新 Bundler?
RubyMine 正在使用捆绑程序 1.12.5,但我的项目需要 Gemfile.lock 中的 1.14.6。 如何更新 RubyMine 使用的捆绑器版本? 注意:我可以从 bash 控制台毫无问题地执行此操作,但这不会影响 RubyMine。这纯粹是一个 RubyMine 问题。 谢谢!
【问题讨论】: