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

后端 未结 5 1247
温柔的废话
温柔的废话 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:48

    From the Heroku Docs:

    If the platforms section of your Gemfile contains Windows entries, such as mswin or mingw, then the Gemfile.lock file will be ignored.

提交回复
热议问题