Sha256: e61968f3b8111d8c023b1d34d8db0a9de3a70ccaf85eb92308471ddd5da27af4
Contents?: true
Size: 415 Bytes
Versions: 4
Compression:
Stored size: 415 Bytes
Contents
source :gemcutter # Gems required for the lib to even run gem "virtualbox", "~> 0.6.0" gem "net-ssh", ">= 2.0.19" gem "net-scp", ">= 1.0.2" gem "json_pure", ">= 1.2.0" 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' end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
vagrantup-0.3.1 | Gemfile |
vagrantup-0.3.0 | Gemfile |
vagrant-0.3.1 | Gemfile |
vagrant-0.3.0 | Gemfile |