Heroku: Push rejected, failed to compile Ruby app

前端 未结 3 1112
梦谈多话
梦谈多话 2021-01-26 18:07

I have been stuck for a week trying to figure this out. I have currently been following online lectures, however I followed everything exactly, and the instructor isn\'t really

3条回答
  •  没有蜡笔的小新
    2021-01-26 18:36

    remove the top gem sqlite3 and add ruby '2.0.0' at the top of your gemfile

    also under the group production add gem 'rails_12factor'

提交回复
热议问题