summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-07-15 16:45:23 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-07-15 16:46:39 -0400
commit6fd98696863b83449354a93a79918f5c399c7cce (patch)
treeaf4498ca06b3488fc78a2eef41df26e4ca1069ea /chef.gemspec
parent8643590c12b730fb6102f80ce6586447b212a27a (diff)
downloadchef-6fd98696863b83449354a93a79918f5c399c7cce.tar.gz
Install nokogiri and pin mixlib-cliksubrama/nokogiri
See https://github.com/chef/chef-dk/pull/937 and https://github.com/chef/chef/issues/5116
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index b65332bb91..ce42b4af63 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "chef-config", "= #{Chef::VERSION}"
- s.add_dependency "mixlib-cli", "~> 1.4"
+ s.add_dependency "mixlib-cli", "~> 1.4", "< 1.7"
s.add_dependency "mixlib-log", "~> 1.3"
s.add_dependency "mixlib-authentication", "~> 1.4"
s.add_dependency "mixlib-shellout", "~> 2.0"