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

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.

Leave a Comment