--- lib/vagrant/bundler.rb.orig +++ lib/vagrant/bundler.rb @@ -265,7 +265,7 @@ module Vagrant # Reset the all specs override that Bundler does old_all = Gem::Specification._all - Gem::Specification.all = nil + begin Gem::Specification.all = nil; rescue; end # /etc/gemrc and so on. old_config = nil