Lock vagrant to 1.4.3
This commit is contained in:
parent
8ae667ead9
commit
fccd43d8e2
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@ source 'https://rubygems.org'
|
|||
gemspec
|
||||
|
||||
group :development do
|
||||
gem 'vagrant', github: 'mitchellh/vagrant'
|
||||
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.4.3'
|
||||
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
|
||||
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
|
||||
gem 'vagrant-global-status', github: 'fgrehm/vagrant-global-status'
|
||||
|
|
|
@ -18,9 +18,10 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/mitchellh/vagrant.git
|
||||
revision: f2aad2679e02ff91a8f8b2024ba657975dfaf507
|
||||
revision: 4f0eb9504cc786d5a57a43814427e8eb35407a4c
|
||||
tag: v1.4.3
|
||||
specs:
|
||||
vagrant (1.4.3.dev)
|
||||
vagrant (1.4.3)
|
||||
childprocess (~> 0.3.7)
|
||||
erubis (~> 2.7.0)
|
||||
i18n (~> 0.6.0)
|
||||
|
|
Loading…
Reference in a new issue