Why won't Heroku accept my Gemfile.lock in Windows?

后端 未结 5 1250
温柔的废话
温柔的废话 2020-12-03 08:12

I have a rails application that I deploy on Heroku. I\'m using several different machines, and I noticed that when I add new dependencies (so that Gemfile.lock

5条回答
  •  情歌与酒
    2020-12-03 08:56

    I fixed mine by opening Gemfile.lock and deleting the following two lines:

    PLATFORMS
      x86-mingw32
    

    So now i just need to make a script that bundles then removes that from the lock file.

提交回复
热议问题