summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-22 16:16:48 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-22 16:16:48 -0700
commitda1239692f0b30a33a3510d1cd9573102d4b9526 (patch)
tree92a2ed0a2ddace40a257d9154b2d30c3f0a36793 /chef.gemspec
parented0c748602972e0bfd701d6f022cca6fb9185b3c (diff)
downloadchef-da1239692f0b30a33a3510d1cd9573102d4b9526.tar.gz
require mixlib-shellout 3.1.1+ and pull in new ohai
The refactoring to chef-utils requires this new mixlib-shellout. Signed-off-by: Tim Smith <tsmith@chef.io>
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 71408c31c1..b6931cc4ef 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-cli", ">= 2.1.1", "< 3.0"
s.add_dependency "mixlib-log", ">= 2.0.3", "< 4.0"
s.add_dependency "mixlib-authentication", ">= 2.1", "< 4"
- s.add_dependency "mixlib-shellout", ">= 3.0.3", "< 4.0"
+ s.add_dependency "mixlib-shellout", ">= 3.1.1", "< 4.0"
s.add_dependency "mixlib-archive", ">= 0.4", "< 2.0"
s.add_dependency "ohai", "~> 16.0"