“sqlite3.h” missing when pushing Rails app to Heroku

后端 未结 5 1276
有刺的猬
有刺的猬 2020-12-24 14:38

I\'m following this tutorial, but it fails when I try to push to Heroku. It seems \"sqlite3.h\" is missing. I\'m new to development so I\'m not sure what information will

5条回答
  •  忘掉有多难
    2020-12-24 14:55

    I had a similar problem and I wasn't even using sqlite3 for anything but after removing it from the gem file I still got that error

    what solved it for me was a commit command

    git commit -am 
    

    that I found on this tutorial

提交回复
热议问题