mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Include habitat gem with InSpec
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
18928db7be
commit
1c5cb230e8
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ Gem::Specification.new do |spec|
|
|||
spec.required_ruby_version = '>= 2.3'
|
||||
|
||||
spec.add_dependency 'train', '~> 1.5', '>= 1.7.2'
|
||||
# Train plugins we ship with InSpec
|
||||
spec.add_dependency 'train-habitat', '~> 0.1'
|
||||
|
||||
# Implementation dependencies
|
||||
spec.add_dependency 'thor', '~> 0.20'
|
||||
spec.add_dependency 'json', '>= 1.8', '< 3.0'
|
||||
spec.add_dependency 'method_source', '~> 0.8'
|
||||
|
|
Loading…
Reference in a new issue