Sha256: 2af439cc10d12b7021671c77de4f47360be05357fbf15c8bb9c47063ac47d27a
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 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.2.1" end group :test do gem "vagrant-aws", "~> 0.2.2" gem "vagrant-rackspace", "~> 0.1.1" end group :docs do gem "yard", "~> 0.8.5" gem "redcarpet", "~> 2.2.2" gem "github-markup", "~> 0.7.5" end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
vagrant-puppet-install-1.0.0 | Gemfile |
vagrant-omnibus-1.0.2 | Gemfile |