diff options
author | lamont-granquist <lamont@scriptkiddie.org> | 2013-09-27 00:04:21 -0700 |
---|---|---|
committer | lamont-granquist <lamont@scriptkiddie.org> | 2013-09-27 00:04:21 -0700 |
commit | 008973c3c0b5598eed5f8d649c3eb8c6adf9325a (patch) | |
tree | 0c62cd9bad481e8ad07d69b172f5682b0d8318ef /Gemfile | |
parent | 66ca4b5dad6b346cc1609b262ddd5e95bfa11563 (diff) | |
parent | 6fcb4ed7ce2437a5829d98e26c7ba00ccd7368af (diff) | |
download | chef-008973c3c0b5598eed5f8d649c3eb8c6adf9325a.tar.gz |
Merge pull request #1015 from opscode/lcg/win32-process-0.7.3
bump win32-process to 0.7.3
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ platforms :mswin, :mingw do gem "win32-dir", "0.4.1" gem "win32-event", "0.6.0" gem "win32-mutex", "0.4.0" - gem "win32-process", "0.7.0" + gem "win32-process", "0.7.3" gem "win32-service", "0.7.2" end |