remove clean on install... doesn't work right now

This commit is contained in:
Mitchell Hashimoto 2014-01-05 17:40:38 -08:00
parent a571222431
commit 0c73a5ee05
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ module Vagrant
::Bundler::Installer.install(root, definition, opts)
end
# Clean out the unused gems, if we have any
clean(plugins)
# TODO(mitchellh): clean gems here... for some reason when I put
# it in on install, we get a GemNotFound exception. Gotta investigate.
definition.specs
rescue ::Bundler::VersionConflict => e