From 033b1b450c433f04d7cf988f360d61ef2d416c6f Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Thu, 29 Aug 2013 00:03:10 -0400 Subject: [PATCH] Bump to Vagrant 1.2.7 --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 689833d52..ca0c901b1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "vagrant", :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v1.2.2' +gem "vagrant", :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v1.2.7' gem "veewee", :git => 'https://github.com/jedi4ever/veewee.git', :ref => '4e5d50de48' gem "vagrant-windows", "~> 1.0.0" # still not working with Vagrant 1.2 btw gem "em-winrm" # for windows! diff --git a/Gemfile.lock b/Gemfile.lock index 21d514cfe..0f0b64458 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,14 +20,13 @@ GIT GIT remote: https://github.com/mitchellh/vagrant.git - revision: 7e400d00a3c5a0fdf2809c8b5001a035415a607b - tag: v1.2.2 + revision: 7ec0ee1d00a916f80b109a298bab08e391945243 + tag: v1.2.7 specs: - vagrant (1.2.2) + vagrant (1.2.7) childprocess (~> 0.3.7) erubis (~> 2.7.0) i18n (~> 0.6.0) - json (>= 1.5.1, < 1.8.0) log4r (~> 1.1.9) net-scp (~> 1.1.0) net-ssh (~> 2.6.6)