remove clean on install... doesn't work right now
This commit is contained in:
parent
a571222431
commit
0c73a5ee05
|
@ -64,8 +64,8 @@ module Vagrant
|
||||||
::Bundler::Installer.install(root, definition, opts)
|
::Bundler::Installer.install(root, definition, opts)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Clean out the unused gems, if we have any
|
# TODO(mitchellh): clean gems here... for some reason when I put
|
||||||
clean(plugins)
|
# it in on install, we get a GemNotFound exception. Gotta investigate.
|
||||||
|
|
||||||
definition.specs
|
definition.specs
|
||||||
rescue ::Bundler::VersionConflict => e
|
rescue ::Bundler::VersionConflict => e
|
||||||
|
|
Loading…
Reference in New Issue