summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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