无法在任何来源中找到coffee-script-source-1.1.3

All*_*hun 5 ruby ruby-on-rails coffeescript

嗨,我正在做Rails应用程序,当我捆绑安装时,它返回一个错误:

Could not find coffee-script-source-1.1.3 in any of the sources

我知道coffee-script-source-1.1.3 gem被弃用/抽出,但我的其他宝石都依赖于此.

但是这个项目正在与其他机器和heroku生产合作.如何在不更改gem文件的情况下成功捆绑安装?谢谢

Mon*_*Dev 13

运行这个:

bundle update --source coffee-script-source
Run Code Online (Sandbox Code Playgroud)

如果您收到错误,请执行以下操作:

An error occurred while installing rmagick (2.13.1), and Bundler cannot continue.
Run Code Online (Sandbox Code Playgroud)

运行这个:

 gem install rmagick
Run Code Online (Sandbox Code Playgroud)

我希望它能帮到你.