core: remove "update" => true because its not needed

This commit is contained in:
Mitchell Hashimoto 2014-01-05 21:37:39 -08:00
parent f778d706f7
commit 576075f1ac
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ module Vagrant
definition = ::Bundler::Definition.build(gemfile, lockfile, nil)
root = File.dirname(gemfile.path)
opts = {}
opts["update"] = true
with_isolated_gem do
::Bundler::Installer.install(root, definition, opts)