diff options
author | John McCrae <john.mccrae@progress.com> | 2022-06-07 07:45:17 -0700 |
---|---|---|
committer | John McCrae <john.mccrae@progress.com> | 2022-06-07 07:45:17 -0700 |
commit | aaa656990e7519b625a8e10e94734e695feb168b (patch) | |
tree | f9351bafbf77bfb3bb0c96f33c10f3c9f180ec3b | |
parent | 1e990f8a335b2d42eae76d073546a32218144e17 (diff) | |
download | chef-aaa656990e7519b625a8e10e94734e695feb168b.tar.gz |
updating gemfile.locks to pull in ohai 18.0.14
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r-- | Gemfile.lock | 17 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 16 |
2 files changed, 18 insertions, 15 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 66c63d8ca6..e0b5389e4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 062d2b42bc3c235335956ee2ff62d1f520714637 + revision: 88ddc94275c7618cb92a67c277993c89fc9c2109 branch: main specs: - ohai (18.0.12) + ohai (18.0.14) chef-config (>= 14.12, < 19) chef-utils (>= 16.0, < 19) ffi (~> 1.9) @@ -228,6 +228,7 @@ GEM fauxhai-ng (9.3.0) net-ssh ffi (1.15.5) + ffi (1.15.5-x64-mingw-ucrt) ffi (1.15.5-x64-mingw32) ffi (1.15.5-x86-mingw32) ffi-libarchive (1.1.3) @@ -308,8 +309,13 @@ GEM ffi-win32-extensions (~> 1.0.3) win32-process (~> 0.9) wmi-lite (~> 1.0) + mixlib-shellout (3.2.7-x64-mingw-ucrt) + chef-utils + ffi-win32-extensions (~> 1.0.3) + win32-process (~> 0.9) + wmi-lite (~> 1.0) multi_json (1.15.0) - multipart-post (2.1.1) + multipart-post (2.2.0) net-ftp (0.1.3) net-protocol time @@ -442,8 +448,6 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8) - unf_ext (0.0.8-x64-mingw32) - unf_ext (0.0.8-x86-mingw32) unicode-display_width (2.1.0) unicode_utils (1.4.0) uuidtools (2.2.0) @@ -499,6 +503,7 @@ GEM PLATFORMS ruby + x64-mingw-ucrt x64-mingw32 x86-mingw32 @@ -526,4 +531,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.3.12 + 2.3.14 diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 6a42299dfb..fd27d3f3e8 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/omnibus-software.git - revision: a9b13a09c2f89e4618225dd41b2fd08f2150a1ba + revision: 12610bcfffd5d57d76a8aab4bd977bf4f07fb8f9 branch: main specs: omnibus-software (4.0.0) @@ -34,7 +34,7 @@ GEM artifactory (3.0.15) awesome_print (1.9.2) aws-eventstream (1.2.0) - aws-partitions (1.594.0) + aws-partitions (1.596.0) aws-sdk-core (3.131.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.525.0) @@ -53,9 +53,7 @@ GEM aws-sigv4 (1.5.0) aws-eventstream (~> 1, >= 1.0.2) bcrypt_pbkdf (1.1.0) - bcrypt_pbkdf (1.1.0-x64-mingw32) - bcrypt_pbkdf (1.1.0-x86-mingw32) - berkshelf (8.0.1) + berkshelf (8.0.2) chef (>= 15.7.32) chef-config cleanroom (~> 1.0) @@ -266,7 +264,7 @@ GEM mixlib-cli (2.1.8) mixlib-config (3.0.9) tomlrb - mixlib-install (3.12.16) + mixlib-install (3.12.19) mixlib-shellout mixlib-versioning thor @@ -286,7 +284,7 @@ GEM mixlib-versioning (1.2.12) molinillo (0.8.0) multi_json (1.15.0) - multipart-post (2.1.1) + multipart-post (2.2.0) net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) net-sftp (3.0.0) @@ -295,7 +293,7 @@ GEM net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) nori (2.6.0) - octokit (4.23.0) + octokit (4.24.0) faraday (>= 1, < 3) sawyer (~> 0.9) ohai (17.9.0) @@ -351,7 +349,7 @@ GEM ruby2_keywords (0.0.5) rubyntlm (0.6.3) rubyzip (2.3.2) - sawyer (0.9.1) + sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) semverse (3.0.2) |