From b2b2cfd68b9312939e471f1de39cbfb056e2c564 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 2 Feb 2010 22:42:18 -0800 Subject: [PATCH] Updated to VirtualBox gem 0.4.3 to fix external storage bug --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 81b960eb9..69691f6f9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ # Gems required for the lib to even run -gem "virtualbox", ">= 0.4.2" +gem "virtualbox", ">= 0.4.3" gem "net-ssh", ">= 2.0.19" source "http://gems.github.com"