vagrant-aws/Gemfile

15 lines
375 B
Ruby

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