Commits

schneems authored 4699b4bea2b
[fix #182] Show Warning In-line for Windows Gems When deploying a Gemfile.lock that has been generated via windows, we must remove the file which can cause bundler to not be able to resolve. When bundler does not resolve, the end user never sees the windows warning message due to the resolver never finishing (since warnings are saved until the end of the output). This change allows warnings to be emitted inline and changes the default behavior of the windows warning to display before the `bundle install` is run, thus mitigating this problem. Even when the `bundle install` fails the warnings are not displayed since the process `exits` rather than continues to print out the warnings. Here is a link to the devcenter article I wrote for this PR https://devcenter.heroku.com/articles/bundler-windows-gemfile