Allow Vagrant to work with newer Rubygems

Fixes GH-7073
This commit is contained in:
Christian Hofstaedtler 2016-04-21 22:59:59 +02:00 committed by Seth Vargo
parent a4803c0869
commit ba77d4b533
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ module Vagrant
# Reset the all specs override that Bundler does # Reset the all specs override that Bundler does
old_all = Gem::Specification._all old_all = Gem::Specification._all
Gem::Specification.all = nil Gem::Specification.reset
# /etc/gemrc and so on. # /etc/gemrc and so on.
old_config = nil old_config = nil