diff options
author | Tim Smith <tsmith@chef.io> | 2021-05-12 17:10:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 17:10:19 -0700 |
commit | ca5f62fb08eb393941b14ac1ead1831ca264d151 (patch) | |
tree | caba381f47c474b9ad0ccd8424ec07af1b8681f1 | |
parent | fdcaab91822a48d61752ec286b04a383fa5ff42a (diff) | |
parent | 4abfe5accbb2d84ba869a65841485b84576a0c13 (diff) | |
download | chef-ca5f62fb08eb393941b14ac1ead1831ca264d151.tar.gz |
Merge pull request #11574 from chef/expeditor/inspec-core-bin_4.37.8
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile.lock | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b0652bc11f..faf2b206b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,11 +169,15 @@ GEM ed25519 (1.2.4) erubi (1.10.0) erubis (2.7.0) - faraday (1.3.1) + faraday (1.4.1) + faraday-excon (~> 1.1) faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) ruby2_keywords (>= 0.0.4) + faraday-excon (1.1.0) faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) faraday_middleware (1.0.0) faraday (~> 1.0) fauxhai-ng (9.0.0) @@ -197,10 +201,10 @@ GEM highline (2.0.3) httpclient (2.8.3) iniparse (1.5.0) - inspec-core (4.33.1) + inspec-core (4.37.8) addressable (~> 2.4) - chef-telemetry (~> 1.0) - faraday (>= 0.9.0, < 1.4) + chef-telemetry (~> 1.0, >= 1.0.8) + faraday (>= 0.9.0, < 1.5) faraday_middleware (~> 1.0) hashie (>= 3.4, < 5.0) license-acceptance (>= 0.2.13, < 3.0) @@ -220,8 +224,8 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.33.1) - inspec-core (= 4.33.1) + inspec-core-bin (4.37.8) + inspec-core (= 4.37.8) ipaddress (0.8.3) iso8601 (0.13.0) json (2.5.1) @@ -266,7 +270,7 @@ GEM net-ssh-gateway (>= 1.2.0) nori (2.6.0) parallel (1.20.1) - parser (3.0.1.0) + parser (3.0.1.1) ast (~> 2.4.1) parslet (1.8.2) pastel (0.8.0) @@ -314,8 +318,8 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) + rubocop-ast (1.5.0) + parser (>= 3.0.1.1) ruby-prof (1.2.0) ruby-progressbar (1.11.0) ruby-shadow (2.5.0) |