Heroku is trying to install sqlite3 gem even it not being in the Gemfile

前端 未结 4 1695
悲哀的现实
悲哀的现实 2021-02-04 04:44

I\'m trying to deploy a Rails 3.1 application for the first time on Heroku. I set it to the Cedar stack, removed the sqlite3 gem but when I push the code to Heroku I get this er

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-04 05:12

    When I ran into the problem, turns out I'd forgotten to commit my changes after bundle install. Doh! git status should indicate unstaged changes for the gem files.

提交回复
热议问题