Commits

schneems authored 5c5ed3fc054
Fix for bundler 1.9 regression Previously bundler would emit an error message when `bundle platform --ruby` was executed. It no longer does this. To provide a user with relevant debugging information we now call `bundle check` when an error is observed, as this will emit the correct debugging info.