diff options
author | Tim Smith <tsmith@chef.io> | 2020-07-21 08:56:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 08:56:19 -0700 |
commit | d43165c592a9f0438567c2e0ff8584087f50a65d (patch) | |
tree | 2f8736820fb42a69e22d5de4f9b3bdbd7a7bab63 | |
parent | 35e74456cc7045d33863f9039e51cba8e47f94a0 (diff) | |
parent | 7c329ab70fad9e80d7841c9fc495c6cd3cf70a54 (diff) | |
download | chef-d43165c592a9f0438567c2e0ff8584087f50a65d.tar.gz |
Merge pull request #10183 from chef/bump_inspec
Update InSpec to 4.22.1
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index db36264c8e..4de384e9d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,13 +200,13 @@ GEM htmlentities (4.3.4) httpclient (2.8.3) iniparse (1.5.0) - inspec-core (4.22.0) + inspec-core (4.22.1) addressable (~> 2.4) chef-telemetry (~> 1.0) faraday (>= 0.9.0) hashie (~> 3.4) htmlentities (~> 4.3) - json_schemer (~> 0.2.1) + json_schemer (>= 0.2.1, < 0.2.12) license-acceptance (>= 0.2.13, < 2.0) method_source (>= 0.8, < 2.0) mixlib-log (~> 3.0) @@ -225,12 +225,12 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.22.0) - inspec-core (= 4.22.0) + inspec-core-bin (4.22.1) + inspec-core (= 4.22.1) ipaddress (0.8.3) iso8601 (0.13.0) json (2.3.1) - json_schemer (0.2.12) + json_schemer (0.2.11) ecma-re-validator (~> 0.2) hana (~> 1.3) regexp_parser (~> 1.5) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index cbff388f75..3d896b2320 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -33,7 +33,7 @@ GEM awesome_print (1.8.0) aws-eventstream (1.1.0) aws-partitions (1.343.0) - aws-sdk-core (3.104.0) + aws-sdk-core (3.104.1) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) aws-sigv4 (~> 1.1) |