heroku push rejected, failed to compile Ruby/rails app

前端 未结 6 1171
醉酒成梦
醉酒成梦 2020-12-13 10:23

Having the following issue, BRAND NEW TO RoR, first time ever trying to upload an app to go live, first had hosting issues, then decided if i could fix them with heroku i wo

6条回答
  •  一向
    一向 (楼主)
    2020-12-13 11:17

    try this,

    remove Gemfile.lock file and do bundle install , then git add, git commit and git push .

提交回复
热议问题