summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-25 12:19:00 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-25 12:56:14 +0600
commit1b721c069563007e5a05ad6505ce76db1c77608d (patch)
treeb59b14205cf23bb4331f7e45ceb8a975e8319a72 /omnibus
parent11b0ea6b40b705f21f280375522a1ca34ab42634 (diff)
downloadchef-1b721c069563007e5a05ad6505ce76db1c77608d.tar.gz
updated version data to properly account for Windows 11 and its associated build numbers
Signed-off-by: John McCrae <jmccrae@chf.io>
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/Gemfile.lock20
1 files changed, 15 insertions, 5 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 0886df82ad..bbf8a6afe7 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: c9447a363b69bf82dd3c52454ad58650ee7df41e
branch: main
specs:
omnibus-software (4.0.0)
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/chef/omnibus.git
- revision: 63be4f1663fe28c35e762697500dab7dd88c4dbf
+ revision: 8ecfecdb81661a3561e0f210880e0b0ab12a1a14
branch: main
specs:
- omnibus (9.0.0)
+ omnibus (9.0.1)
aws-sdk-s3 (~> 1)
chef-cleanroom (~> 1.0)
chef-utils (>= 15.4)
@@ -20,6 +20,7 @@ GIT
license_scout (~> 1.0)
mixlib-shellout (>= 2.0, < 4.0)
mixlib-versioning
+ nokogiri (~> 1)
ohai (>= 15, < 18)
pedump
ruby-progressbar (~> 1.7)
@@ -33,7 +34,7 @@ GEM
artifactory (3.0.15)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
- aws-partitions (1.590.0)
+ aws-partitions (1.591.0)
aws-sdk-core (3.131.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
@@ -251,10 +252,11 @@ GEM
mixlib-shellout (>= 2.2, < 4.0)
toml-rb (>= 1, < 3)
little-plugger (1.1.4)
- logging (2.3.0)
+ logging (2.3.1)
little-plugger (~> 1.1)
multi_json (~> 1.14)
method_source (1.0.0)
+ mini_portile2 (2.8.0)
minitar (0.9)
mixlib-archive (1.1.7)
mixlib-log
@@ -287,6 +289,13 @@ GEM
net-ssh (6.1.0)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
+ nokogiri (1.13.6)
+ mini_portile2 (~> 2.8.0)
+ racc (~> 1.4)
+ nokogiri (1.13.6-x64-mingw32)
+ racc (~> 1.4)
+ nokogiri (1.13.6-x86-mingw32)
+ racc (~> 1.4)
nori (2.6.0)
octokit (4.22.0)
faraday (>= 0.9)
@@ -320,6 +329,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.7)
+ racc (1.6.0)
rack (2.2.3)
rainbow (3.1.1)
retryable (3.0.5)