summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-04-04 11:12:25 -0700
committerJohn McCrae <jmccrae@chf.io>2022-04-04 11:12:25 -0700
commitcd6b024ba005a77a1dee3066aa1722ecb1967c7f (patch)
tree7861e8dc77bc61f076227ca3c27bcccfa056ba87
parentd0af8e9f906a42ee43fd8b479c30626be4aa8417 (diff)
downloadmixlib-shellout-cd6b024ba005a77a1dee3066aa1722ecb1967c7f.tar.gz
testing the update of Chef-utils
Signed-off-by: John McCrae <jmccrae@chf.io>
-rw-r--r--mixlib-shellout.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/mixlib-shellout.gemspec b/mixlib-shellout.gemspec
index 4221916..f3fa91a 100644
--- a/mixlib-shellout.gemspec
+++ b/mixlib-shellout.gemspec
@@ -15,7 +15,6 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.5"
s.add_dependency "chef-utils"
- s.add_runtime_dependency "win32-process"
s.require_path = "lib"
s.files = %w{LICENSE} + Dir.glob("lib/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
end