Sha256: 033030df3de517eb4a504b01eca0d502357895495df7646516f0c466218f13d0
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 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 => "https://github.com/mitchellh/vagrant.git" end group :plugins do gem "vagrant-aws" , path: "." end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-aws-0.7.2 | Gemfile |
vagrant-aws-0.7.1 | Gemfile |
vagrant-aws-0.7.0 | Gemfile |