summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-25 11:41:04 -0700
committerTim Smith <tsmith@chef.io>2018-09-25 11:41:04 -0700
commitd151b245a1653cbb779eae60fd84c7eaa64fa08c (patch)
treece0b791d8dca75bbabed50c9367fe23b6ac6d24d
parent545fcdcc2bb7fd03a7ce2a377e840fc72ec96bdb (diff)
downloadchef-d151b245a1653cbb779eae60fd84c7eaa64fa08c.tar.gz
Require mixlib-shellout 2.4+ for sensitive featurewindows_package
We did this same thing with Chef 14 to support how we're using sensitive in shellout here. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile.lock4
-rw-r--r--chef.gemspec2
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2b4fd7be69..4f6a3ed545 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -24,7 +24,7 @@ PATH
mixlib-authentication (~> 1.4)
mixlib-cli (~> 1.7)
mixlib-log (~> 1.3)
- mixlib-shellout (~> 2.0)
+ mixlib-shellout (~> 2.4)
net-sftp (~> 2.1, >= 2.1.2)
net-ssh (>= 2.9, < 5.0)
net-ssh-multi (~> 1.2, >= 1.2.1)
@@ -55,7 +55,7 @@ PATH
mixlib-authentication (~> 1.4)
mixlib-cli (~> 1.7)
mixlib-log (~> 1.3)
- mixlib-shellout (~> 2.0)
+ mixlib-shellout (~> 2.4)
net-sftp (~> 2.1, >= 2.1.2)
net-ssh (>= 2.9, < 5.0)
net-ssh-multi (~> 1.2, >= 1.2.1)
diff --git a/chef.gemspec b/chef.gemspec
index 250660e5fb..aa871bdabd 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-cli", "~> 1.7"
s.add_dependency "mixlib-log", "~> 1.3"
s.add_dependency "mixlib-authentication", "~> 1.4"
- s.add_dependency "mixlib-shellout", "~> 2.0"
+ s.add_dependency "mixlib-shellout", "~> 2.4"
s.add_dependency "mixlib-archive", "~> 0.4"
s.add_dependency "ohai", "~> 13.0"