Sha256: 8d851bd13299263421bd7fa0cc1a809f9164d6fbb3ca39d5b83fe12398ab91b4
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
source :gemcutter # Gems required for the lib to even run gem "virtualbox", ">= 0.5.2" gem "net-ssh", ">= 2.0.19" gem "net-scp", ">= 1.0.2" gem "git-style-binaries", ">= 0.1.10" gem "json", ">= 1.2.0" gem "archive-tar-minitar", ">= 0.5.2" # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-0.2.0.pre | Gemfile |