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:
Ryan Davis 2019-11-13 13:32:21 -08:00
parent 95a8b55dcb
commit a17dc0a2bc
2 changed files with 0 additions and 2 deletions

View file

@ -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"

View file

@ -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"