update vagrant dependency to 1.6.2

This commit is contained in:
Paulo Bittencourt 2014-05-25 12:43:36 -04:00
parent b0182c1ca3
commit 25c83e57eb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development do
gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.5.1'
gem 'vagrant', :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.6.2'
end
group :plugins do