Lock vagrant to 1.3.3

This commit is contained in:
Fabio Rehm 2013-09-28 01:09:47 -03:00
parent d44d067ad8
commit 24b814122b
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec
group :development do
gem 'vagrant', github: 'mitchellh/vagrant'
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.3.3'
gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
gem 'vagrant-omnibus'

View file

@ -12,9 +12,10 @@ GIT
GIT
remote: git://github.com/mitchellh/vagrant.git
revision: 7b440339f3d801e60e2451823dec04aae772d86a
revision: db8e7a9c79b23264da129f55cf8569167fc22415
tag: v1.3.3
specs:
vagrant (1.3.2.dev)
vagrant (1.3.3)
childprocess (~> 0.3.7)
erubis (~> 2.7.0)
i18n (~> 0.6.0)