diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-29 13:29:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-29 13:29:01 -0700 |
commit | 1c7045d5a9453edb2044b8d8da3da0a57ffaa1c3 (patch) | |
tree | 6ce540c95932b6b137a4d4d8154a92a9647c4747 | |
parent | b4d9dce4ecb31aa935cbe20053b2d335d62032bf (diff) | |
download | chef-1c7045d5a9453edb2044b8d8da3da0a57ffaa1c3.tar.gz |
Update Ohai to 16.7.4 and win32-process to 0.9.0
Fix openindiana detection and resolve Ruby 3 deprecation warnings on windows
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 14 | ||||
-rw-r--r-- | chef-universal-mingw32.gemspec | 2 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 90eea5a235..ac8bc05f8d 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) @@ -395,7 +395,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 diff --git a/chef-universal-mingw32.gemspec b/chef-universal-mingw32.gemspec index 6c64621cc0..fa95de76f5 100644 --- a/chef-universal-mingw32.gemspec +++ b/chef-universal-mingw32.gemspec @@ -9,7 +9,7 @@ gemspec.add_dependency "win32-event", "~> 0.6.1" 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-process", "~> 0.9" gemspec.add_dependency "win32-service", ">= 2.1.5", "< 3.0" gemspec.add_dependency "wmi-lite", "~> 1.0" gemspec.add_dependency "win32-taskscheduler", "~> 2.0" diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 28cf707d4b..7f448f98d7 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -32,7 +32,7 @@ GEM artifactory (3.0.15) awesome_print (1.8.0) aws-eventstream (1.1.0) - aws-partitions (1.386.0) + aws-partitions (1.388.0) aws-sdk-core (3.109.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -227,11 +227,11 @@ GEM mixlib-versioning thor 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) mixlib-versioning (1.2.12) molinillo (0.7.0) |