Add vagrant-global-status to the mix so we can keep track of VMs left behind

This commit is contained in:
Fabio Rehm 2013-09-11 20:30:00 -03:00
parent f8484f7343
commit b0180b16d9
2 changed files with 11 additions and 3 deletions

View file

@ -4,9 +4,10 @@ source 'https://rubygems.org'
gemspec
group :development do
gem 'vagrant', github: 'mitchellh/vagrant'
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
gem 'vagrant', github: 'mitchellh/vagrant'
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
gem 'vagrant-global-status', github: 'fgrehm/vagrant-global-status'
gem 'vagrant-librarian-chef'
gem 'vagrant-omnibus'
gem 'rake'

View file

@ -1,3 +1,9 @@
GIT
remote: git://github.com/fgrehm/vagrant-global-status.git
revision: 860a7ce70ff4596621af492e47eace5631f47324
specs:
vagrant-global-status (0.1.0)
GIT
remote: git://github.com/fgrehm/vagrant-lxc.git
revision: 5ae82681cdedaf2a6f778e005dd65014fc7c2cec
@ -101,6 +107,7 @@ DEPENDENCIES
rake
vagrant!
vagrant-cachier!
vagrant-global-status!
vagrant-librarian-chef
vagrant-lxc!
vagrant-omnibus