core: remove "update" => true because its not needed
This commit is contained in:
parent
f778d706f7
commit
576075f1ac
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue