diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-08-08 15:22:45 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-08-08 15:22:45 +0530 | 
| commit | abc69428ed3db1a58634cbcec24f9037b43145a0 (patch) | |
| tree | 841efcbeac690e631878d9265e65c25b7e213024 /packages/vagrant/use-system-bundler-version.patch | |
| parent | be0a506c5516c63f466bbb2766c5000accdfa04c (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, 0 insertions, 13 deletions
| diff --git a/packages/vagrant/use-system-bundler-version.patch b/packages/vagrant/use-system-bundler-version.patch deleted file mode 100644 index 8262220..0000000 --- a/packages/vagrant/use-system-bundler-version.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 -  | 
