Updated VirtualBox dependency to 0.5.3
This commit is contained in:
parent
ef5e73e950
commit
7421ef8654
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
|||
source :gemcutter
|
||||
|
||||
# Gems required for the lib to even run
|
||||
gem "virtualbox", ">= 0.5.2"
|
||||
gem "virtualbox", ">= 0.5.3"
|
||||
gem "net-ssh", ">= 2.0.19"
|
||||
gem "net-scp", ">= 1.0.2"
|
||||
gem "git-style-binaries", ">= 0.1.10"
|
||||
|
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["Mitchell Hashimoto", "John Bender"]
|
||||
s.date = %q{2010-03-15}
|
||||
s.date = %q{2010-03-16}
|
||||
s.description = %q{Vagrant is a tool for building and distributing virtualized development environments.}
|
||||
s.email = ["mitchell.hashimoto@gmail.com", "john.m.bender@gmail.com"]
|
||||
s.executables = ["vagrant", "vagrant-box", "vagrant-down", "vagrant-halt", "vagrant-init", "vagrant-package", "vagrant-reload", "vagrant-resume", "vagrant-ssh", "vagrant-status", "vagrant-suspend", "vagrant-up"]
|
||||
|
|
Loading…
Reference in New Issue