lib/bundler/cli.rb in bundler-1.0.0.beta.4 vs lib/bundler/cli.rb in bundler-1.0.0.beta.5
- old
+ new
@@ -137,10 +137,10 @@
FileUtils.rm_f Bundler.root.join("Gemfile.lock")
else
Bundler.definition(:gems => gems, :sources => sources)
end
- Installer.install Bundler.root, Bundler.definition
+ Installer.install Bundler.root, Bundler.definition, "update" => true
cache if Bundler.root.join("vendor/cache").exist?
Bundler.ui.confirm "Your bundle is updated! " +
"Use `bundle show [gemname]` to see where a bundled gem is installed."
end