mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
19cccf0c14
commit
ccdd1cfffb
3 changed files with 3 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue