I keep running into the application error on Heroku website after I write git push heroku master
. Does this have something to do with this?:
WARNINGS: Removing 'Gemfile.lock' because it was generated on windows. Bundler will do a full resolve so native gems are handled properly. This may result in unexpected gem versions being used in your app. In rare occasions Bundler may not be able to resolve your dependencies at all.
and if so how do I fix it?
Thanks in advance