diff options
author | Tim Smith <tsmith@chef.io> | 2021-05-05 16:23:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 16:23:47 -0700 |
commit | c683e1cddc3846c64f491f2f53028ffc315bd01b (patch) | |
tree | b55098ac42dbeeec9c17aa2470e674fd29b42994 | |
parent | 185fbabe13035fc94cd2e696e65ce00591bedffb (diff) | |
parent | 658fd0afaabe5cee7bd071ae09ffe587ec89134b (diff) | |
download | chef-c683e1cddc3846c64f491f2f53028ffc315bd01b.tar.gz |
Merge pull request #11525 from chef/expeditor/inspec-core-bin_4.37.0
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9f2e545bc6..2a11f9c894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,9 +190,9 @@ GEM hashie (4.1.0) httpclient (2.8.3) iniparse (1.5.0) - inspec-core (4.36.4) + inspec-core (4.37.0) addressable (~> 2.4) - chef-telemetry (~> 1.0) + chef-telemetry (~> 1.0, >= 1.0.8) faraday (>= 0.9.0, < 1.5) faraday_middleware (~> 1.0) hashie (>= 3.4, < 5.0) @@ -213,8 +213,8 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.36.4) - inspec-core (= 4.36.4) + inspec-core-bin (4.37.0) + inspec-core (= 4.37.0) ipaddress (0.8.3) iso8601 (0.13.0) json (2.5.1) |