diff options
author | Tim Smith <tsmith@chef.io> | 2020-10-29 13:52:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 13:52:58 -0700 |
commit | 58e843e06d3ac985d6233f149ac39328e36cd30f (patch) | |
tree | 13fcc3ed9bdb6d8093299869ccc6dc8b4664ca07 /Gemfile.lock | |
parent | a7f94ddbc95e12f8960a424ee6d4b6c9739c4823 (diff) | |
parent | 1c7045d5a9453edb2044b8d8da3da0a57ffaa1c3 (diff) | |
download | chef-58e843e06d3ac985d6233f149ac39328e36cd30f.tar.gz |
Merge pull request #10580 from chef/bump_win32_process
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c338e1b870..20ed257c9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: e6258ed31f526bc268cef47280b12d4c227973bf + revision: 7b700df35ec1d884ac6507016bf2319d70dffa36 branch: master specs: - ohai (16.7.0) + ohai (16.7.4) chef-config (>= 12.8, < 17) chef-utils (>= 16.0, < 17) ffi (~> 1.9) @@ -107,7 +107,7 @@ PATH win32-eventlog (= 0.6.3) win32-mmap (~> 0.4.1) win32-mutex (~> 0.4.2) - win32-process (~> 0.8.2) + win32-process (~> 0.9) win32-service (>= 2.1.5, < 3.0) win32-taskscheduler (~> 2.0) wmi-lite (~> 1.0) @@ -251,11 +251,11 @@ GEM mixlib-config (3.0.9) tomlrb mixlib-log (3.0.9) - mixlib-shellout (3.1.6) + mixlib-shellout (3.1.7) chef-utils - mixlib-shellout (3.1.6-universal-mingw32) + mixlib-shellout (3.1.7-universal-mingw32) chef-utils - win32-process (~> 0.8.2) + win32-process (~> 0.9) wmi-lite (~> 1.0) multi_json (1.15.0) multipart-post (2.1.1) @@ -392,7 +392,7 @@ GEM ffi win32-mutex (0.4.3) win32-ipc (>= 0.6.0) - win32-process (0.8.3) + win32-process (0.9.0) ffi (>= 1.0.0) win32-service (2.1.6) ffi |