diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-08 13:47:01 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-08 13:47:01 +0530 |
| commit | b192347b02fd0e4070a6d2e17cce97718d261594 (patch) | |
| tree | aed340d7eb9035b536e9d38a70b50627d3cccd1f /packages/vagrant/use-system-bundler-version.patch | |
| parent | 145d1c7b4fa2e521711f018593771e18aa6644cf (diff) | |
update
Diffstat (limited to 'packages/vagrant/use-system-bundler-version.patch')
| -rw-r--r-- | packages/vagrant/use-system-bundler-version.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/vagrant/use-system-bundler-version.patch b/packages/vagrant/use-system-bundler-version.patch new file mode 100644 index 0000000..8262220 --- /dev/null +++ b/packages/vagrant/use-system-bundler-version.patch @@ -0,0 +1,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 + |
