Lock vagrant to 1.2.7 for now
This commit is contained in:
parent
ce581b426d
commit
6a7535843f
2 changed files with 5 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -3,7 +3,8 @@ source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'vagrant', github: 'mitchellh/vagrant'
|
# FIXME: There are breaking changes on 1.3+
|
||||||
|
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.2.7'
|
||||||
gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier'
|
gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier'
|
||||||
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
|
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
|
||||||
gem 'vagrant-omnibus'
|
gem 'vagrant-omnibus'
|
||||||
|
|
|
@ -12,9 +12,10 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/mitchellh/vagrant.git
|
remote: git://github.com/mitchellh/vagrant.git
|
||||||
revision: c4e79db5522df97f66c50a7b199e0456243384b7
|
revision: 7ec0ee1d00a916f80b109a298bab08e391945243
|
||||||
|
tag: v1.2.7
|
||||||
specs:
|
specs:
|
||||||
vagrant (1.2.8.dev)
|
vagrant (1.2.7)
|
||||||
childprocess (~> 0.3.7)
|
childprocess (~> 0.3.7)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
i18n (~> 0.6.0)
|
i18n (~> 0.6.0)
|
||||||
|
|
Loading…
Reference in a new issue