summary refs log tree commit diff
path: root/pkgs/development/tools/vagrant/use-system-bundler-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/vagrant/use-system-bundler-version.patch')
-rw-r--r--pkgs/development/tools/vagrant/use-system-bundler-version.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/tools/vagrant/use-system-bundler-version.patch b/pkgs/development/tools/vagrant/use-system-bundler-version.patch
new file mode 100644
index 00000000000..c386acf4a1c
--- /dev/null
+++ b/pkgs/development/tools/vagrant/use-system-bundler-version.patch
@@ -0,0 +1,13 @@
+diff --git i/lib/vagrant/bundler.rb w/lib/vagrant/bundler.rb
+index 301e40e37..e361ab510 100644
+--- i/lib/vagrant/bundler.rb
++++ w/lib/vagrant/bundler.rb
+@@ -217,7 +217,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
+