summary refs log blame commit diff
path: root/pkgs/development/tools/vagrant/use-system-bundler-version.patch
blob: 8262220140a6dd623b7efb07a6f44dcd4370f535 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13




                                                            







                                                                 
diff --git a/lib/vagrant/bundler.rb b/lib/vagrant/bundler.rb
index 336ac1e05..1bfd84c0d 100644
--- a/lib/vagrant/bundler.rb
+++ b/lib/vagrant/bundler.rb
@@ -470,7 +470,7 @@ module Vagrant
       source_list = {}
       system_plugins = plugins.map do |plugin_name, plugin_info|
         plugin_name if plugin_info["system"]
-      end.compact
+      end.compact << "bundler"
       installer_set = VagrantSet.new(:both)
       installer_set.system_plugins = system_plugins