Vagrant: Bump required version to 1.5.0

We require the Vagrant Cloud from now on for downloading base boxes.
This commit is contained in:
Eric Lippmann 2014-12-18 13:53:22 +01:00
parent 08473ff5c9
commit ec3466e1ed
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -2,7 +2,7 @@
# vi: set ft=ruby : # vi: set ft=ruby :
VAGRANTFILE_API_VERSION = "2" VAGRANTFILE_API_VERSION = "2"
VAGRANT_REQUIRED_VERSION = "1.2.0" VAGRANT_REQUIRED_VERSION = "1.5.0"
# Require 1.2.x at least # Require 1.2.x at least
if ! defined? Vagrant.require_version if ! defined? Vagrant.require_version