diff options
author | Tim Smith <tsmith@chef.io> | 2020-01-21 10:22:57 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 10:22:57 -0800 |
commit | f66ae4c95510a35db1739f8e5f591924ba06a979 (patch) | |
tree | d41f092950c5c6258f814ddbb76d375ebcb547a4 | |
parent | ca32c4b96b1b881f21d7c501b137ec20db8cb6c1 (diff) | |
parent | 858d3904111f3cd278108109e25ec4ccdd2f366b (diff) | |
download | chef-f66ae4c95510a35db1739f8e5f591924ba06a979.tar.gz |
Merge pull request #9246 from chef/fix16
Update to Ohai 16.0.2
-rw-r--r-- | Gemfile.lock | 8 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 514a62a423..2a15b1ef27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,11 +8,11 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: f0ac4a7a505523180a44f7edb25a3d294da8d184 + revision: f4b0958ad9d5e52eb720c52def3b427165d9c553 branch: master specs: - ohai (16.0.0) - chef-config (>= 12.8, < 16) + ohai (16.0.2) + chef-config (>= 12.8, < 17) ffi (~> 1.9) ffi-yajl (~> 2.2) ipaddress @@ -141,7 +141,7 @@ GEM binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) builder (3.2.4) - byebug (11.0.1) + byebug (11.1.0) chef-telemetry (1.0.2) chef-config concurrent-ruby (~> 1.0) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index cc2cea1887..0b41eb8307 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -38,7 +38,7 @@ GEM aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) jmespath (~> 1.0) - aws-sdk-kms (1.27.0) + aws-sdk-kms (1.28.0) aws-sdk-core (~> 3, >= 3.71.0) aws-sigv4 (~> 1.1) aws-sdk-s3 (1.60.1) |