summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorThom May <thom@may.lt>2016-05-01 11:06:55 +0100
committerThom May <thom@may.lt>2016-05-01 11:06:55 +0100
commitfd78fabc832dd801c3658f57dab9197e8f7ec655 (patch)
tree58809c8e69d84dbad37840bd4037ab1107612065 /chef.gemspec
parentb94e2ef41fb68edc69e7a8067ea4b472e4b3aca9 (diff)
parent1b0da9c71c766e82705b1548125965d959d8840c (diff)
downloadchef-fd78fabc832dd801c3658f57dab9197e8f7ec655.tar.gz
Merge pull request #4700 from nathwill/features/systemd-unit
add systemd_unit resource
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 59367b00f8..b88c899d5c 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -34,6 +34,7 @@ Gem::Specification.new do |s|
s.add_dependency "chef-zero", "~> 4.5"
s.add_dependency "plist", "~> 3.2"
+ s.add_dependency "iniparse", "~> 1.4"
# Audit mode requires these, so they are non-developmental dependencies now
%w{rspec-core rspec-expectations rspec-mocks}.each { |gem| s.add_dependency gem, "~> 3.4" }