Commit 89eaed4e98f9b10e337e9c2f0b248f0b588a797d

Authored by Carlos Vieira
1 parent 7f720ade
Exists in master

Sobe versão do Vagrant

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Vagrantfile
1 1 #!/usr/bin/env ruby
2 2  
3   -Vagrant.require_version ">= 1.5.0"
  3 +Vagrant.require_version ">= 2.1.1"
4 4 VAGRANTFILE_API_VERSION = '2'
5 5  
6 6 Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
... ...