diff options
author | Tim Smith <tsmith@chef.io> | 2020-11-10 16:10:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 16:10:09 -0800 |
commit | 67220bf13c16bcbc178dd24a9dbf403e3ef5e399 (patch) | |
tree | ad417df4efea9a189b950843d75154fd2844c4f3 | |
parent | 565e2e439f12211ebad3ad815548f4366d741256 (diff) | |
parent | 72277b2040c95ebe21752a457d0d43cf4f1723f3 (diff) | |
download | chef-67220bf13c16bcbc178dd24a9dbf403e3ef5e399.tar.gz |
Merge pull request #10619 from chef/bump_ohai
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 12 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 79e92dab69..66add385da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 0a2584c4ef7120031d97beb3b05e833ec4cb5857 + revision: 014df5c5aa9441938515d665206104e000539d09 branch: master specs: - ohai (16.7.13) + ohai (16.7.18) chef-config (>= 12.8, < 17) chef-utils (>= 16.0, < 17) ffi (~> 1.9) @@ -176,7 +176,7 @@ GEM erubis (2.7.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) - fauxhai-ng (8.3.1) + fauxhai-ng (8.4.0) net-ssh ffi (1.13.1) ffi (1.13.1-x64-mingw32) @@ -270,7 +270,7 @@ GEM net-ssh (>= 2.6.5) net-ssh-gateway (>= 1.2.0) nori (2.6.0) - parallel (1.19.2) + parallel (1.20.0) parser (2.7.2.0) ast (~> 2.4.1) parslet (1.8.2) @@ -356,7 +356,7 @@ GEM pastel (~> 0.8) strings (~> 0.2.0) tty-cursor (~> 0.7) - tty-color (0.5.2) + tty-color (0.6.0) tty-cursor (0.7.1) tty-prompt (0.22.0) pastel (~> 0.8) @@ -374,7 +374,7 @@ GEM unicode_utils (1.4.0) uri_template (0.7.0) uuidtools (2.1.5) - webmock (3.9.3) + webmock (3.9.5) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 6477ffbf38..5c220a0ff7 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,9 +1,9 @@ GIT remote: https://github.com/chef/omnibus - revision: 1782bac8e7c70e6aa7c5b0483dd64c14d5ec2776 + revision: d890d36d350da919cf368a0873f3cec91b6eaa0d branch: master specs: - omnibus (7.0.33) + omnibus (7.0.34) aws-sdk-s3 (~> 1) chef-cleanroom (~> 1.0) chef-sugar (>= 3.3) @@ -32,7 +32,7 @@ GEM artifactory (3.0.15) awesome_print (1.8.0) aws-eventstream (1.1.0) - aws-partitions (1.389.0) + aws-partitions (1.390.0) aws-sdk-core (3.109.2) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -41,7 +41,7 @@ GEM aws-sdk-kms (1.39.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.83.1) + aws-sdk-s3 (1.84.1) aws-sdk-core (~> 3, >= 3.109.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.1) @@ -197,7 +197,7 @@ GEM iso8601 (0.13.0) jmespath (1.4.0) json (2.3.1) - kitchen-vagrant (1.7.1) + kitchen-vagrant (1.7.2) test-kitchen (>= 1.4, < 3) libyajl2 (1.2.0) license-acceptance (2.1.2) @@ -328,7 +328,7 @@ GEM pastel (~> 0.8) strings (~> 0.2.0) tty-cursor (~> 0.7) - tty-color (0.5.2) + tty-color (0.6.0) tty-cursor (0.7.1) tty-prompt (0.22.0) pastel (~> 0.8) |