mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Make sure we use chef-telemetry 1.0.8+
This version drops the http dep which greatly reduces the overall size of deps. Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
8a93f08a13
commit
89848feedb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|||
.reject { |f| File.directory?(f) }
|
||||
|
||||
# Implementation dependencies
|
||||
spec.add_dependency "chef-telemetry", "~> 1.0"
|
||||
spec.add_dependency "chef-telemetry", "~> 1.0", ">= 1.0.8" # 1.0.8+ removes the http dep
|
||||
spec.add_dependency "license-acceptance", ">= 0.2.13", "< 3.0"
|
||||
spec.add_dependency "thor", ">= 0.20", "< 2.0"
|
||||
spec.add_dependency "method_source", ">= 0.8", "< 2.0"
|
||||
|
|
Loading…
Reference in a new issue