summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-09-26 21:51:47 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2013-09-26 21:51:47 -0700
commit8e9ff5383635e431e9bf230633edcd2d9d44fb3e (patch)
tree70e498ca995a4ff3c0e25811a4c86a96cf23a857
parente986fc3ea9d0a6f09c005e7240db60b4db2861a7 (diff)
downloadmixlib-shellout-8e9ff5383635e431e9bf230633edcd2d9d44fb3e.tar.gz
min version for win32-process is 0.7.1
- win2k3r2 is broken in 0.7.0 see: https://github.com/djberg96/win32-process/issues/8
-rw-r--r--mixlib-shellout-x86-mingw32.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-shellout-x86-mingw32.gemspec b/mixlib-shellout-x86-mingw32.gemspec
index d55c35e..2997a35 100644
--- a/mixlib-shellout-x86-mingw32.gemspec
+++ b/mixlib-shellout-x86-mingw32.gemspec
@@ -3,7 +3,7 @@ gemspec = eval(IO.read(File.expand_path("../mixlib-shellout.gemspec", __FILE__))
gemspec.platform = "x86-mingw32"
-gemspec.add_dependency "win32-process", "~> 0.7.0"
+gemspec.add_dependency "win32-process", "~> 0.7.1"
gemspec.add_dependency "windows-pr", "~> 1.2.2"
gemspec