plugins/providers/virtualbox/driver/meta.rb in vagrant-unbundled-2.2.0.0 vs plugins/providers/virtualbox/driver/meta.rb in vagrant-unbundled-2.2.2.0
- old
+ new
@@ -61,9 +61,10 @@
"4.2" => Version_4_2,
"4.3" => Version_4_3,
"5.0" => Version_5_0,
"5.1" => Version_5_1,
"5.2" => Version_5_2,
+ "6.0" => Version_6_0,
}
if @@version.start_with?("4.2.14")
# VirtualBox 4.2.14 just doesn't work with Vagrant, so show error
raise Vagrant::Errors::VirtualBoxBrokenVersion040214