summaryrefslogtreecommitdiff
path: root/omnibus
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-26 12:38:10 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-26 12:38:10 +0600
commit78436f1cc741b5b942274c542fe3978598284937 (patch)
tree5748173db5b289b379c6d6c9cb3d8a933746b770 /omnibus
parent26a3ce8af7a52fe1357bb76504908b7dc27017e7 (diff)
downloadchef-78436f1cc741b5b942274c542fe3978598284937.tar.gz
updating gemspec to overcome fault in unf_ext
Signed-off-by: John McCrae <jmccrae@chf.io>
Diffstat (limited to 'omnibus')
-rw-r--r--omnibus/Gemfile.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index bbf8a6afe7..9774eabff8 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/omnibus-software.git
- revision: c9447a363b69bf82dd3c52454ad58650ee7df41e
+ revision: 29ebd6cc3f9c3e4e96b9cfbdc426514d60c10aaf
branch: main
specs:
omnibus-software (4.0.0)
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/chef/omnibus.git
- revision: 8ecfecdb81661a3561e0f210880e0b0ab12a1a14
+ revision: 78ad41dcb79f0153c7f8efb963ea4d80fe055340
branch: main
specs:
- omnibus (9.0.1)
+ omnibus (9.0.2)
aws-sdk-s3 (~> 1)
chef-cleanroom (~> 1.0)
chef-utils (>= 15.4)
@@ -34,7 +34,7 @@ GEM
artifactory (3.0.15)
awesome_print (1.9.2)
aws-eventstream (1.2.0)
- aws-partitions (1.591.0)
+ aws-partitions (1.592.0)
aws-sdk-core (3.131.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0)
@@ -47,7 +47,7 @@ GEM
aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4)
- aws-sdk-secretsmanager (1.61.0)
+ aws-sdk-secretsmanager (1.62.0)
aws-sdk-core (~> 3, >= 3.127.0)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.0)
@@ -143,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)
@@ -247,7 +247,7 @@ GEM
tomlrb (>= 1.2, < 3.0)
tty-box (~> 0.6)
tty-prompt (~> 0.20)
- license_scout (1.2.16)
+ license_scout (1.3.0)
ffi-yajl (~> 2.2)
mixlib-shellout (>= 2.2, < 4.0)
toml-rb (>= 1, < 3)
@@ -482,4 +482,4 @@ DEPENDENCIES
winrm-fs (~> 1.0)
BUNDLED WITH
- 2.3.5
+ 2.3.14