Lock vagrant to 1.3.3
This commit is contained in:
parent
d44d067ad8
commit
24b814122b
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue