Commits

Caleb Thompson authored f616ddde5b5
Update Bundler to 1.15.1 This update includes several bugfixes: - `bundle lock --update GEM` will fail gracefully when the gem is not in the lockfile - `bundle init --gemspec` will fail gracefully when the gemspec is invalid - `bundle install --force` works when the gemfile contains git gems - `bundle env` will print well-formed markdown when there are no settings Full details: https://github.com/bundler/bundler/compare/v1.15.0...v1.15.1