Heroku找不到咖啡脚本来源1.1.3

All*_*hun 2 ruby ruby-on-rails heroku coffeescript

嗨,我正在开发需要coffee-script-source 1.1.3的 rails应用程序.我知道这个宝石被拉了所以我下载了这个特定版本并将它放在我的供应商/缓存上.我在开发阶段测试它时运行了bundle install 它工作正常但是当把这个项目推送到Heroku时我得到了:

heroku错误

我怎样才能使它工作?谢谢

Bed*_*ges 9

我遇到了类似的问题.你可以制作一个小版本跳转到coffee-script-source-1.7.0吗?运行

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

将更新该宝石.