推送到Heroku失败(编译app失败)



我已经使用Heroku来托管我的Rails 5应用程序一段时间了,直到今天它一直工作得很好。刚刚尝试推送最新的更新,得到这个错误:

-----> Building on the Heroku-20 stack
-----> Ruby app detected
/tmp/codon/tmp/buildpacks/39f112f50b07a72959c8a346ce561f7cb404a86c/bin/compile: line 3: heroku/ruby: No such file or directory
This buildpack is no longer supported, please use  which now supports Bundler 2 directly
!     Push rejected, failed to compile Ruby app.
!     Push failed

我的猜测是,我没有使用最新版本的捆绑器为我的应用程序?如果是这样,我该如何解决?或者可能是别的什么?

谢谢你的帮助。

可能的解决方案:https://github.com/rubygems/bundler/issues/6784

Try:heroku buildpacks:set https://github.com/bundler/heroku-buildpack-bundler2

尝试从heroku设置项目中删除buildpackhttps://github.com/bundler/heroku-buildpack-bundler2

相关内容

  • 没有找到相关文章

最新更新