diff options
author | Jason Barnett <jason.w.barnett@gmail.com> | 2019-03-24 08:00:49 -0400 |
---|---|---|
committer | Jason Barnett <jason.w.barnett@gmail.com> | 2019-03-27 08:47:02 -0400 |
commit | dd64be77bb540215f9f7b6dd7eddae88408644e0 (patch) | |
tree | 1b06853610fa4cd5e61a3c7bf1ff42210bc2fa47 /chef-universal-mingw32.gemspec | |
parent | 6837d6bda9fbfdcab0c2d26f3313ec106137e203 (diff) | |
download | chef-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>
Diffstat (limited to 'chef-universal-mingw32.gemspec')
-rw-r--r-- | chef-universal-mingw32.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
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" |