diff options
author | Jeremiah Snapp <jeremiah@chef.io> | 2022-06-01 14:48:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 14:48:51 -0400 |
commit | 114e538e7ac1533729d2118861a3a0447be89b79 (patch) | |
tree | d15d8e2e47c79f32a0040033cf2ad2a162519043 | |
parent | 91bfc9f3cb1da01b0844bd4d926570b00859b1f8 (diff) | |
parent | 9236bd82dceceffdb5597258a0ad3e54802a07bb (diff) | |
download | chef-114e538e7ac1533729d2118861a3a0447be89b79.tar.gz |
Merge pull request #12948 from chef/jsnapp/IPACK-204-for-chef-17
Update omnibus/Gemfile.lock
-rw-r--r-- | omnibus/Gemfile.lock | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 0886df82ad..bacbcbffbd 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/chef/omnibus-software.git - revision: 36f49ec7dff16c5bf5d60e106ae709dcf1f824b1 + revision: a63bd71702f5bf350ca17ee0726ac36fc418d54e branch: main specs: omnibus-software (4.0.0) @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/omnibus.git - revision: 63be4f1663fe28c35e762697500dab7dd88c4dbf + revision: 83d8428abde4cb289a161f736822ba02563a884c branch: main specs: - omnibus (9.0.0) + omnibus (9.0.3) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) chef-utils (>= 15.4) @@ -22,6 +22,7 @@ GIT mixlib-versioning ohai (>= 15, < 18) pedump + rexml (~> 3.2) ruby-progressbar (~> 1.7) thor (>= 0.18, < 2.0) @@ -142,7 +143,7 @@ GEM win32-service (>= 2.1.5, < 3.0) win32-taskscheduler (~> 2.0) wmi-lite (~> 1.0) - chef-cleanroom (1.0.4) + chef-cleanroom (1.0.5) chef-config (17.10.0) addressable chef-utils (= 17.10.0) @@ -193,6 +194,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) 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) @@ -246,7 +248,7 @@ GEM tomlrb (>= 1.2, < 3.0) tty-box (~> 0.6) tty-prompt (~> 0.20) - license_scout (1.2.16) + license_scout (1.3.1) ffi-yajl (~> 2.2) mixlib-shellout (>= 2.2, < 4.0) toml-rb (>= 1, < 3) @@ -276,6 +278,11 @@ 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) mixlib-versioning (1.2.12) molinillo (0.8.0) multi_json (1.15.0) @@ -458,6 +465,7 @@ GEM PLATFORMS ruby + x64-mingw x64-mingw32 x86-mingw32 |