From 25c83e57ebf50c0184b92362786c91988f041267 Mon Sep 17 00:00:00 2001 From: Paulo Bittencourt Date: Sun, 25 May 2014 12:43:36 -0400 Subject: [PATCH] update vagrant dependency to 1.6.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fecf40e..14137ea 100644 --- a/Gemfile +++ b/Gemfile @@ -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