Lock vagrant to 1.5.1
This commit is contained in:
parent
2f401b5b6c
commit
e3f0e6df32
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
group :development do
|
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'
|
||||||
gem 'guard-rspec'
|
gem 'guard-rspec'
|
||||||
gem 'rb-inotify'
|
gem 'rb-inotify'
|
||||||
|
|
|
@ -22,9 +22,10 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/mitchellh/vagrant.git
|
remote: https://github.com/mitchellh/vagrant.git
|
||||||
revision: 56dd0e8531e1810fc3ceb17411eeded711794f59
|
revision: 6977e93ba98fd19112b1fed74dafb8619f581984
|
||||||
|
tag: v1.5.1
|
||||||
specs:
|
specs:
|
||||||
vagrant (1.5.1.dev)
|
vagrant (1.5.1)
|
||||||
bundler (~> 1.5.2)
|
bundler (~> 1.5.2)
|
||||||
childprocess (~> 0.5.0)
|
childprocess (~> 0.5.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
|
|
Loading…
Reference in a new issue