Commit c524df33 by Nik Nyby

Increase minimum vagrant version to 1.6.5

The wiki page [here](https://github.com/edx/configuration/wiki/edX-Developer-Stack#installing-the-edx-developer-stack) says that the minimum Vagrant version is 1.6.5, not 1.5.3.
parent 40b453e6
Vagrant.require_version ">= 1.5.3"
Vagrant.require_version ">= 1.6.5"
unless Vagrant.has_plugin?("vagrant-vbguest")
raise "Please install the vagrant-vbguest plugin by running `vagrant plugin install vagrant-vbguest`"
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment