diff options
author | Moser, Kevin <Kevin.Moser@nordstrom.com> | 2013-01-14 08:20:14 -0800 |
---|---|---|
committer | Moser, Kevin <Kevin.Moser@nordstrom.com> | 2013-01-14 08:20:14 -0800 |
commit | 7c8ea49051337e98f172ad693e7216732d036f14 (patch) | |
tree | 8cf525e0dab138bcc7e06851ca85b0fc2339f101 /mixlib-shellout-x86-mingw32.gemspec | |
parent | 493218537a11ecf1686741acb8c087bbfa27292d (diff) | |
download | mixlib-shellout-7c8ea49051337e98f172ad693e7216732d036f14.tar.gz |
Update to use win32-process ~> 0.7.0
Diffstat (limited to 'mixlib-shellout-x86-mingw32.gemspec')
-rw-r--r-- | mixlib-shellout-x86-mingw32.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib-shellout-x86-mingw32.gemspec b/mixlib-shellout-x86-mingw32.gemspec index 7244377..8cd15c1 100644 --- a/mixlib-shellout-x86-mingw32.gemspec +++ b/mixlib-shellout-x86-mingw32.gemspec @@ -3,6 +3,6 @@ gemspec = eval(IO.read(File.expand_path("../mixlib-shellout.gemspec", __FILE__)) gemspec.platform = "x86-mingw32" -gemspec.add_dependency "win32-process", "~> 0.6.5" +gemspec.add_dependency "win32-process", "~> 0.7.0" gemspec |