summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2019-04-17 14:40:55 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2019-04-24 13:29:00 -0400
commita6db21f6fe5d582f676ae86e6567269ab0dee5d6 (patch)
tree418c3936064dc72648646dbc0c00826546533380 /chef.gemspec
parent210d729737814a0763fc089dd9815bf34b1be576 (diff)
downloadchef-a6db21f6fe5d582f676ae86e6567269ab0dee5d6.tar.gz
Update to the released chef-core gem
Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 63f9a8c331..59a7bcf677 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5.0"
s.add_dependency "chef-config", "= #{Chef::VERSION}"
+ s.add_dependency "chef-core", ">= 0.0.1"
s.add_dependency "mixlib-cli", ">= 1.7", "< 3.0"
s.add_dependency "mixlib-log", ">= 2.0.3", "< 4.0"