summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Barnett <jason.w.barnett@gmail.com>2019-03-24 08:00:49 -0400
committerJason Barnett <jason.w.barnett@gmail.com>2019-03-27 08:47:02 -0400
commitdd64be77bb540215f9f7b6dd7eddae88408644e0 (patch)
tree1b06853610fa4cd5e61a3c7bf1ff42210bc2fa47
parent6837d6bda9fbfdcab0c2d26f3313ec106137e203 (diff)
downloadchef-dd64be77bb540215f9f7b6dd7eddae88408644e0.tar.gz
Bump win32-service dep to v2.1.2
By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
-rw-r--r--Gemfile.lock4
-rw-r--r--chef-universal-mingw32.gemspec2
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 90dd2edc73..dc66beb664 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -84,7 +84,7 @@ PATH
win32-mmap (~> 0.4.1)
win32-mutex (~> 0.4.2)
win32-process (~> 0.8.2)
- win32-service (>= 1.0, < 3.0)
+ win32-service (>= 2.1.2, < 3.0)
win32-taskscheduler (~> 2.0)
windows-api (~> 0.4.4)
wmi-lite (~> 1.0)
@@ -331,7 +331,7 @@ GEM
win32-ipc (>= 0.6.0)
win32-process (0.8.3)
ffi (>= 1.0.0)
- win32-service (1.0.1)
+ win32-service (2.1.2)
ffi
ffi-win32-extensions
win32-taskscheduler (2.0.4)
diff --git a/chef-universal-mingw32.gemspec b/chef-universal-mingw32.gemspec
index c9529b74bc..f812842589 100644
--- a/chef-universal-mingw32.gemspec
+++ b/chef-universal-mingw32.gemspec
@@ -11,7 +11,7 @@ gemspec.add_dependency "win32-eventlog", "0.6.3"
gemspec.add_dependency "win32-mmap", "~> 0.4.1"
gemspec.add_dependency "win32-mutex", "~> 0.4.2"
gemspec.add_dependency "win32-process", "~> 0.8.2"
-gemspec.add_dependency "win32-service", ">= 1.0", "< 3.0"
+gemspec.add_dependency "win32-service", ">= 2.1.2", "< 3.0"
gemspec.add_dependency "windows-api", "~> 0.4.4"
gemspec.add_dependency "wmi-lite", "~> 1.0"
gemspec.add_dependency "win32-taskscheduler", "~> 2.0"