From 6a7535843f837b3bbeffebe52198e75e7b8ece32 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 30 Aug 2013 15:57:01 -0300 Subject: [PATCH] Lock vagrant to 1.2.7 for now --- Gemfile | 3 ++- Gemfile.lock | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 36ab7dc..cec4d94 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,8 @@ source 'https://rubygems.org' gemspec group :development do - gem 'vagrant', github: 'mitchellh/vagrant' + # FIXME: There are breaking changes on 1.3+ + gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.2.7' gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier' gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine' gem 'vagrant-omnibus' diff --git a/Gemfile.lock b/Gemfile.lock index ce7c221..7a2dacb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,9 +12,10 @@ GIT GIT remote: git://github.com/mitchellh/vagrant.git - revision: c4e79db5522df97f66c50a7b199e0456243384b7 + revision: 7ec0ee1d00a916f80b109a298bab08e391945243 + tag: v1.2.7 specs: - vagrant (1.2.8.dev) + vagrant (1.2.7) childprocess (~> 0.3.7) erubis (~> 2.7.0) i18n (~> 0.6.0)