Sha256: 78d83b34a8210a68b74a6645bc1cfc82cd5f315a28855f4f05b3391e0d2117ea
Contents?: true
Size: 582 Bytes
Versions: 3
Compression:
Stored size: 582 Bytes
Contents
source 'https://rubygems.org' gemspec group :development do # We depend on Vagrant for development, but we don't add it as a # gem dependency because we expect to be installed within the # Vagrant environment itself using `vagrant plugin`. gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.3.5" end group :acceptance do gem "vagrant-digitalocean", "~> 0.4.0" gem "vagrant-aws", "~> 0.4.0" gem "vagrant-rackspace", "~> 0.1.4" end group :docs do gem "yard", "~> 0.8.5" gem "redcarpet", "~> 2.2.2" gem "github-markup", "~> 0.7.5" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-omnibus-1.2.1 | Gemfile |
vagrant-omnibus-1.2.0 | Gemfile |
vagrant-omnibus-1.1.2 | Gemfile |