Sha256: 0d50c3971af8f16574c08a30dc2486af7d8779fb00153e5721bcc12430e38766
Contents?: true
Size: 490 Bytes
Versions: 6
Compression:
Stored size: 490 Bytes
Contents
source "http://rubygems.org" # Gems required for the lib to even run gem "virtualbox", :git => "git://github.com/mitchellh/virtualbox.git" gem "net-ssh", ">= 2.0.19" gem "net-scp", ">= 1.0.2" gem "json", ">= 1.2.4" gem "archive-tar-minitar", "= 0.5.2" gem "mario", "~> 0.0.6" # Gems required for testing only. To install run # gem bundle test group :test do gem "contest", ">= 0.1.2" gem "mocha" gem "ruby-debug", ">= 0.10.3" if RUBY_VERSION < '1.9' gem "jeweler", "~> 1.4.0" end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
vagrantup-0.4.3.dev | Gemfile |
vagrantup-0.4.1 | Gemfile |
vagrantup-0.4.0 | Gemfile |
vagrant-0.4.2 | Gemfile |
vagrant-0.4.1 | Gemfile |
vagrant-0.4.0 | Gemfile |