From 1b2bcfe72d5dbf755adb886d1e241669c3020dcc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 16 Feb 2010 01:01:22 -0800 Subject: [PATCH] Update virtualbox dependency to 0.5.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0a0bf59de..7103a75cd 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source :gemcutter source "http://gems.github.com" # Gems required for the lib to even run -gem "virtualbox", ">= 0.4.3" +gem "virtualbox", ">= 0.5.0" gem "net-ssh", ">= 2.0.19" gem "net-scp", ">= 1.0.2" gem "jashmenn-git-style-binaries", ">= 0.1.10"