Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
7
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
89eaed4e98f9b10e337e9c2f0b248f0b588a797d
Authored by
Carlos Vieira
2018-06-06 16:45:09 -0300
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
Side-by-side Diff
Inline Diff
Vagrantfile
Wrap text
Diff comments
View file @
89eaed4
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|
...
...