plugins/providers/virtualbox/driver/meta.rb in vagrant-unbundled-2.0.0.1 vs plugins/providers/virtualbox/driver/meta.rb in vagrant-unbundled-2.0.1.0
- old
+ new
@@ -60,9 +60,10 @@
"4.1" => Version_4_1,
"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,
}
if @@version.start_with?("4.2.14")
# VirtualBox 4.2.14 just doesn't work with Vagrant, so show error
raise Vagrant::Errors::VirtualBoxBrokenVersion040214