Heroku does not accept push even though I have sqlite in development block

后端 未结 2 938
庸人自扰
庸人自扰 2021-01-11 10:45

I have the following lines in my Gemfile:

gem \'rails\', \'3.1.1\'

group :production do
  gem \'pg\'
end        

group :development, :test do
         


        
2条回答
  •  说谎
    说谎 (楼主)
    2021-01-11 11:17

    Hoppla. I made quite a silly mistake here. I was currently working on a branch but I pushed the master branch to Herokum, like I was used to.

    So git push heroku master did push an old version of the branch, which did of course not contain my changes to the Gemfile.

提交回复
热议问题