我正在尝试在我的 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
关于这里可能出现什么问题的任何想法?