biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / vagrant / use-system-bundler-version.patch
blob8262220140a6dd623b7efb07a6f44dcd4370f535
1 diff --git a/lib/vagrant/bundler.rb b/lib/vagrant/bundler.rb
2 index 336ac1e05..1bfd84c0d 100644
3 --- a/lib/vagrant/bundler.rb
4 +++ b/lib/vagrant/bundler.rb
5 @@ -470,7 +470,7 @@ module Vagrant
6 source_list = {}
7 system_plugins = plugins.map do |plugin_name, plugin_info|
8 plugin_name if plugin_info["system"]
9 - end.compact
10 + end.compact << "bundler"
11 installer_set = VagrantSet.new(:both)
12 installer_set.system_plugins = system_plugins