From b0180b16d9c821a1fc8d948dcc66cb0bb5db3322 Mon Sep 17 00:00:00 2001
From: Fabio Rehm <fgrehm@gmail.com>
Date: Wed, 11 Sep 2013 20:30:00 -0300
Subject: [PATCH] Add vagrant-global-status to the mix so we can keep track of
 VMs left behind

---
 Gemfile      | 7 ++++---
 Gemfile.lock | 7 +++++++
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 172d662..995df3d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'
diff --git a/Gemfile.lock b/Gemfile.lock
index ae3f433..c51b896 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -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