diff options
author | Rob Reynolds <ferventcoder@gmail.com> | 2014-09-29 10:16:39 -0500 |
---|---|---|
committer | Rob Reynolds <ferventcoder@gmail.com> | 2014-09-29 10:16:39 -0500 |
commit | b5922248c308cd86f379ba7518dafa722c756e00 (patch) | |
tree | a4942d36cd9fb495be2fd66949421e5cde58adf4 | |
parent | 6d0d748f9e2832266aa7b4a278660983cdebb89a (diff) | |
download | puppet-b5922248c308cd86f379ba7518dafa722c756e00.tar.gz |
(PUP-3126) upgrade win32-service to 0.8.6
This upgrades the win32-service gem to at least 0.8.6 to take advantage
of the fixes to the service gem. This change includes only the fixes that
we have already applied patches to in puppet-win32-ruby.
-rw-r--r-- | ext/project_data.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/project_data.yaml b/ext/project_data.yaml index 292d8de26..3f0867dc0 100644 --- a/ext/project_data.yaml +++ b/ext/project_data.yaml @@ -33,7 +33,7 @@ gem_platform_dependencies: win32-eventlog: '~> 0.6.1' win32-process: '~> 0.7.4' win32-security: '~> 0.2.5' - win32-service: '~> 0.8.4' + win32-service: '~> 0.8.6' win32console: '1.3.2' minitar: '~> 0.5.4' x64-mingw32: @@ -43,7 +43,7 @@ gem_platform_dependencies: win32-eventlog: '~> 0.6.1' win32-process: '~> 0.7.4' win32-security: '~> 0.2.5' - win32-service: '~> 0.8.4' + win32-service: '~> 0.8.6' minitar: '~> 0.5.4' bundle_platforms: x86-mingw32: mingw |