mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Added chef-telemetry 1.0 to dependencies.
Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
c5e38d81c4
commit
cfa40e3cc4
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
|
|||
spec.required_ruby_version = ">= 2.4"
|
||||
|
||||
spec.add_dependency "train-core", "~> 3.0"
|
||||
spec.add_dependency "chef-telemetry", "~> 1.0"
|
||||
spec.add_dependency "license-acceptance", ">= 0.2.13", "< 2.0"
|
||||
spec.add_dependency "thor", "~> 0.20"
|
||||
spec.add_dependency "json-schema", "~> 2.8"
|
||||
|
|
|
@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "train-winrm", "~> 0.2" # Requires train 3+
|
||||
|
||||
# Implementation dependencies
|
||||
spec.add_dependency "chef-telemetry", "~> 1.0"
|
||||
spec.add_dependency "license-acceptance", ">= 0.2.13", "< 2.0"
|
||||
spec.add_dependency "thor", "~> 0.20"
|
||||
spec.add_dependency "json-schema", "~> 2.8"
|
||||
|
|
Loading…
Reference in a new issue