我正在尝试将我的应用程序推送到 Heroku,但被拒绝了。这是我收到的错误消息。
Counting objects: 63, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (56/56), done.
Writing objects: 100% (63/63), 80.06 KiB, done.
Total 63 (delta 10), reused 0 (delta 0)
-----> Heroku receiving push
! Heroku push rejected, no Cedar-supported app detected
To git@heroku.com:agile-shelf-2850.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:agile-shelf-2850.git'
我的应用程序是简单的 hello world 应用程序,我正在使用以下内容:
Rails 2.3.5 红宝石 1.8.7 宝石 1.4.2
我研究了该站点并发现其他有此问题但他们正在使用 Rails 3。示例:Heroku 推送被拒绝,未检测到 Cedar 支持的应用程序
有任何想法吗?我正在使用这些旧版本,因为我试图集成的项目正在使用这些版本,所以我试图保持一致。