Repository: aurora
Updated Branches:
  refs/heads/master a3d596ead -> 31b7ea6fb


Changing Vagrant requirements to latest version for launching our local dev box.

Reviewed at https://reviews.apache.org/r/66922/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/31b7ea6f
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/31b7ea6f
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/31b7ea6f

Branch: refs/heads/master
Commit: 31b7ea6fb096f6ef8554956399a60f420e1bec6f
Parents: a3d596e
Author: Renan DelValle <[email protected]>
Authored: Fri May 4 10:47:49 2018 -0700
Committer: Renan DelValle <[email protected]>
Committed: Fri May 4 10:47:49 2018 -0700

----------------------------------------------------------------------
 Vagrantfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/31b7ea6f/Vagrantfile
----------------------------------------------------------------------
diff --git a/Vagrantfile b/Vagrantfile
index 76dfcac..5b59dba 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -17,9 +17,7 @@
 # Vagrantfile API/syntax version. Don't touch unless you know what you're 
doing!
 VAGRANTFILE_API_VERSION = "2"
 
-# 1.5.0 is required to use vagrant cloud images.
-# https://www.vagrantup.com/blog/vagrant-1-5-and-vagrant-cloud.html
-Vagrant.require_version ">= 1.5.0"
+Vagrant.require_version ">= 2.0.4"
 
 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   config.vm.hostname = "aurora.local"

Reply via email to