Update virtualbox dependency to 0.5.0

This commit is contained in:
Mitchell Hashimoto 2010-02-16 01:01:22 -08:00
parent 1c045bd447
commit 1b2bcfe72d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ source :gemcutter
source "http://gems.github.com" source "http://gems.github.com"
# Gems required for the lib to even run # 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-ssh", ">= 2.0.19"
gem "net-scp", ">= 1.0.2" gem "net-scp", ">= 1.0.2"
gem "jashmenn-git-style-binaries", ">= 0.1.10" gem "jashmenn-git-style-binaries", ">= 0.1.10"