From c446ea1d956e6e5726e99b355ea696b7491a7b04 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Fri, 30 Jul 2010 09:42:44 -0700 Subject: [PATCH] Cleanup the Gemfile --- Gemfile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index c240bc898..bd770f0aa 100644 --- a/Gemfile +++ b/Gemfile @@ -1,12 +1,9 @@ source "http://rubygems.org" -# Gems required for the lib to even run +gem "vagrant", :path => '.' + +# Use the version of virtualbox off of github gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git" -gem "net-ssh", ">= 2.0.19" -gem "net-scp", ">= 1.0.2" -gem "json", ">= 1.2.4" -gem "archive-tar-minitar", "= 0.5.2" -gem "mario", "~> 0.0.6" # Gems required for testing only. To install run # gem bundle test