Lock vagrant to 1.5.1

This commit is contained in:
Fabio Rehm 2014-03-13 22:51:28 -03:00
parent 2f401b5b6c
commit e3f0e6df32
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', git: 'https://github.com/mitchellh/vagrant.git'
gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.5.1'
gem 'guard'
gem 'guard-rspec'
gem 'rb-inotify'

View file

@ -22,9 +22,10 @@ GIT
GIT
remote: https://github.com/mitchellh/vagrant.git
revision: 56dd0e8531e1810fc3ceb17411eeded711794f59
revision: 6977e93ba98fd19112b1fed74dafb8619f581984
tag: v1.5.1
specs:
vagrant (1.5.1.dev)
vagrant (1.5.1)
bundler (~> 1.5.2)
childprocess (~> 0.5.0)
erubis (~> 2.7.0)