diff options
author | Tim Smith <tsmith@chef.io> | 2020-08-04 11:11:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 11:11:02 -0700 |
commit | 299130773c5e31f645fa796cc7ab4b6a4717950b (patch) | |
tree | ef788866d8866b432badd870033d8d4e353f736c | |
parent | 69bd023b9617c5bdf0fcbaa5606bfd0a22b1db44 (diff) | |
parent | eabe6f75a2cb66e3c4fe774c5326f3fe1968dc58 (diff) | |
download | chef-299130773c5e31f645fa796cc7ab4b6a4717950b.tar.gz |
Merge pull request #10259 from chef/new_ohai
Pull Ohai 16.4.2 into Chef Infra Client
-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 7ef83793e6..126c810f3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,10 +8,10 @@ GIT GIT remote: https://github.com/chef/ohai.git - revision: 955a4a5685026f28d417d8977784a6ca89ff0279 + revision: d3a85588a81c0384039d09376adfadc2977de74f branch: master specs: - ohai (16.3.2) + ohai (16.4.2) chef-config (>= 12.8, < 17) chef-utils (>= 16.0, < 17) ffi (~> 1.9) @@ -331,8 +331,8 @@ GEM rubocop-ast (>= 0.1.0, < 1.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.2.0) - parser (>= 2.7.0.1) + rubocop-ast (0.3.0) + parser (>= 2.7.1.4) ruby-prof (1.2.0) ruby-progressbar (1.10.1) ruby-shadow (2.5.0) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index f06ce43c45..dacfa0f460 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -32,7 +32,7 @@ GEM artifactory (3.0.15) awesome_print (1.8.0) aws-eventstream (1.1.0) - aws-partitions (1.349.0) + aws-partitions (1.350.0) aws-sdk-core (3.104.3) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) |