lib/bundler/patch/cli.rb in bundler-patch-0.10.1 vs lib/bundler/patch/cli.rb in bundler-patch-0.10.2

- old
+ new

@@ -116,9 +116,10 @@ # update => true is very important, otherwise without any Gemfile changes, the installer # may end up concluding everything can be resolved locally, nothing is changing, # and then nothing is done. lib/bundler/cli/update.rb also hard-codes this. Bundler::Installer.install(Bundler.root, prep.bundler_def, {'update' => true}) + Bundler.load.cache if Bundler.app_cache.exist? end end end if __FILE__ == $0