From 86af6501ed6d17fd3a41466e74fe78e1bf4fac41 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 24 Feb 2017 08:02:22 -0800 Subject: [PATCH] Remove installer set push from default source push --- lib/vagrant/bundler.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/vagrant/bundler.rb b/lib/vagrant/bundler.rb index e30a1657a..563454786 100644 --- a/lib/vagrant/bundler.rb +++ b/lib/vagrant/bundler.rb @@ -253,7 +253,6 @@ module Vagrant @logger.debug("Enabling default remote RubyGems sources") default_sources.each do |src| @logger.debug("Adding source - #{src}") - installer_set.prefer_sources.push(src) Gem.sources << src end installer_set.prefer_sources = source_list