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
Gemfile.lock
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.