【发布时间】:2014-03-30 13:26:59
【问题描述】:
您好,我正在使用 Rails 应用程序,当我捆绑安装时它返回错误:
Could not find coffee-script-source-1.1.3 in any of the sources
我知道 coffee-script-source-1.1.3 gem 已被弃用/取消,但我的其他 gem 与此有依赖关系。
但是这个项目正在使用其他机器并在 heroku 生产中。 如何在不更改我的 gemfile 的情况下成功捆绑安装它? 谢谢
【问题讨论】:
-
可以托管自己的 gem 源并将该源添加到 Gemfile 吗?
标签: ruby-on-rails ruby coffeescript