File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ source "https://rubygems.org"
22
33gemspec
44
5- group :development do
5+ # group :development do
66 # We depend on Vagrant for development, but we don't add it as a
77 # gem dependency because we expect to be installed within the
88 # Vagrant environment itself using `vagrant plugin`.
9- gem "vagrant" , :git => "https://github.com/mitchellh/vagrant.git"
10- end
9+ # gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git"
10+ # end
1111
12- group :plugins do
13- gem "vagrant-aws" , path : "."
14- end
12+ # group :plugins do
13+ # gem "vagrant-aws" , path: "."
14+ # end
Original file line number Diff line number Diff line change 11module VagrantPlugins
22 module AWS
3- VERSION = '0.7.2 '
3+ VERSION = '0.9.0 '
44 end
55end
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ Gem::Specification.new do |s|
2222 # rspec 3.4 to mock File
2323 s . add_development_dependency "rspec" , "~> 3.4"
2424 s . add_development_dependency "rspec-its"
25+ s . add_runtime_dependency "nokogiri" , "= 1.12"
26+ s . add_runtime_dependency "activesupport" , "= 6.1.7.1"
27+ s . add_runtime_dependency "dry-inflector" , "= 0.2.1"
2528
2629 # The following block of code determines the files that should be included
2730 # in the gem. It does this by reading all the files in the directory where
You can’t perform that action at this time.
0 commit comments