Update virtualbox dep to 0.6.0 even though its not released yet. (This is so user's running master will error if they attempt to update, forcing them to grab virtualbox master as well)

This commit is contained in:
Mitchell Hashimoto 2010-04-12 00:11:10 -07:00
parent d30354540e
commit 9f3e926566
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
source :gemcutter
# Gems required for the lib to even run
gem "virtualbox", ">= 0.5.4"
gem "virtualbox", "~> 0.6.0"
gem "net-ssh", ">= 2.0.19"
gem "net-scp", ">= 1.0.2"
gem "git-style-binaries", ">= 0.1.10"

View File

@ -10,7 +10,7 @@ begin
gemspec.homepage = "http://github.com/mitchellh/vagrant"
gemspec.authors = ["Mitchell Hashimoto", "John Bender"]
gemspec.add_dependency('virtualbox', '>= 0.5.4')
gemspec.add_dependency('virtualbox', '~> 0.6.0')
gemspec.add_dependency('net-ssh', '>= 2.0.19')
gemspec.add_dependency('net-scp', '>= 1.0.2')
gemspec.add_dependency('json_pure', '>= 1.2.0')