mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Add chef-core dependency to gemspec
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
c21ff0c6d6
commit
c9dac74318
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.add_dependency "train-core", "~> 3.0"
|
||||
spec.add_dependency "license-acceptance", ">= 0.2.13", "< 2.0"
|
||||
spec.add_dependency "chef-core", "~> 0.0"
|
||||
spec.add_dependency "thor", "~> 0.20"
|
||||
spec.add_dependency "json-schema", "~> 2.8"
|
||||
spec.add_dependency "method_source", "~> 0.8"
|
||||
|
|
|
@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
# Implementation dependencies
|
||||
spec.add_dependency "license-acceptance", ">= 0.2.13", "< 2.0"
|
||||
spec.add_dependency "chef-core", "~> 0.0"
|
||||
spec.add_dependency "thor", "~> 0.20"
|
||||
spec.add_dependency "json-schema", "~> 2.8"
|
||||
spec.add_dependency "method_source", "~> 0.8"
|
||||
|
|
Loading…
Reference in a new issue