【发布时间】:2016-09-27 10:46:17
【问题描述】:
我正在运行 bundle install --local 并收到以下错误:
Your bundle is locked to rake (11.2.2), but that version could not be found in
any of the sources listed in your Gemfile. If you haven't changed sources, that
means the author of rake (11.2.2) has removed it. You'll need to update your
bundle to a different version of rake (11.2.2) that hasn't been removed in order to install.
无法解释需要做什么。 任何帮助将不胜感激。
【问题讨论】:
-
请告诉我这个命令的输出
bundle show | grep rack -
实际上我们在 jenkins 工作中运行它,但此时它失败了。
-
请在脚本
bundle update rack中试试这个。
标签: ruby-on-rails bundle