Updated to VirtualBox gem 0.4.3 to fix external storage bug

This commit is contained in:
Mitchell Hashimoto 2010-02-02 22:42:18 -08:00
parent c0980d56bd
commit b2b2cfd68b
1 changed files with 1 additions and 1 deletions

View File

@ -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"