【发布时间】:2023-03-18 18:43:01
【问题描述】:
我正在尝试在我的 heroku 应用程序中使用 ruby 1.8.7,但应用程序没有启动。 Heroku 在控制台中显示以下错误:
2012-10-30T13:29:08+00:00 app[web.2]: bash: bundle: command not found
heroku run "bundle --version" 也返回找不到命令:
heroku run "bundle --version"
Running `bundle --version` attached to terminal... up, run.1
bash: bundle: command not found
对这里可能出现的问题有什么想法吗?
【问题讨论】: