Drop aws-sdk 2, move to train 2, add train-aws 0.1

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-02-20 12:56:42 -05:00
parent 19cccf0c14
commit ccdd1cfffb
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,6 @@ source 'https://rubygems.org'
gem 'inspec', path: '.'
gem 'ffi', '>= 1.9.14'
gem 'aws-sdk', '~> 2'
group :omnibus do
gem 'rb-readline'

View file

@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.3'
spec.add_dependency 'train-core', '~> 1.5', '>= 1.7.2'
spec.add_dependency 'train-core', '~> 2.0'
spec.add_dependency 'thor', '~> 0.20'
spec.add_dependency 'json', '>= 1.8', '< 3.0'
spec.add_dependency 'method_source', '~> 0.8'

View file

@ -25,9 +25,10 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.3'
spec.add_dependency 'train', '~> 1.5', '>= 1.7.2'
spec.add_dependency 'train', '~> 2.0' # Inspec 4 must have train 2+
# Train plugins we ship with InSpec
spec.add_dependency 'train-habitat', '~> 0.1'
spec.add_dependency 'train-aws', '~> 0.1'
# Implementation dependencies
spec.add_dependency 'thor', '~> 0.20'