mirror of
https://github.com/inspec/inspec
synced 2024-11-25 06:00:29 +00:00
Dropping chef-core from dependencies.
We'll be moving some code from chef-core to chef-telemetry and adding that dependency in the next sprint. Fixes #4716. Fixes #4719. Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
95a8b55dcb
commit
a17dc0a2bc
2 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ 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,7 +31,6 @@ 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