diff options
author | Tim Smith <tsmith@chef.io> | 2020-02-06 17:21:32 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 17:21:32 -0800 |
commit | c74199ae588685fd9207b36ffb1c7e7fb1402d91 (patch) | |
tree | 29475d61c515182d4735c3932cc7f912390b9811 | |
parent | d3bf8c0246efdd10e48a430f14255d1828161ce7 (diff) | |
parent | 4332fac9d80f4b46843d6f23bb551e9ce944cd53 (diff) | |
download | chef-c74199ae588685fd9207b36ffb1c7e7fb1402d91.tar.gz |
Merge pull request #9350 from chef/inspec_15
Update inspec-core to 4.18.85
-rw-r--r-- | Gemfile.lock | 34 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 5 |
2 files changed, 21 insertions, 18 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 884d31f2e0..23b59bcfe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,10 +170,8 @@ GEM equatable (0.6.1) erubi (1.9.0) erubis (2.7.0) - faraday (0.17.3) + faraday (1.0.0) multipart-post (>= 1.2, < 3) - faraday_middleware (0.12.2) - faraday (>= 0.7.4, < 1.0) fauxhai-ng (7.5.1) net-ssh ffi (1.12.2) @@ -204,35 +202,35 @@ GEM http-form_data (1.0.3) http_parser.rb (0.6.0) httpclient (2.8.3) + inifile (3.0.0) iniparse (1.4.4) - inspec-core (4.18.51) + inspec-core (4.18.85) addressable (~> 2.4) chef-telemetry (~> 1.0) faraday (>= 0.9.0) - faraday_middleware (~> 0.12.2) hashie (~> 3.4) - htmlentities + htmlentities (~> 4.3) json-schema (~> 2.8) license-acceptance (>= 0.2.13, < 2.0) method_source (~> 0.8) - mixlib-log - multipart-post + mixlib-log (~> 3.0) + multipart-post (~> 2.0) parallel (~> 1.9) parslet (~> 1.5) pry (~> 0) rspec (~> 3.9) rspec-its (~> 1.2) - rubyzip (~> 1.1) - semverse + rubyzip (~> 1.2, >= 1.2.2) + semverse (~> 3.0) sslshake (~> 1.2) - term-ansicolor - thor (~> 0.20) + term-ansicolor (~> 1.7) + thor (>= 0.20, < 2.0) tomlrb (~> 1.2) train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.18.51) - inspec-core (= 4.18.51) + inspec-core-bin (4.18.85) + inspec-core (= 4.18.85) ipaddress (0.8.3) iso8601 (0.12.1) jaro_winkler (1.5.4) @@ -354,11 +352,13 @@ GEM systemu (2.6.5) term-ansicolor (1.7.1) tins (~> 1.0) - thor (0.20.3) + thor (1.0.1) tins (1.24.0) sync tomlrb (1.2.9) - train-core (3.2.14) + train-core (3.2.20) + addressable (~> 2.5) + inifile (~> 3.0) json (>= 1.8, < 3.0) mixlib-shellout (>= 2.0, < 4.0) net-scp (>= 1.2, < 3.0) @@ -393,7 +393,7 @@ GEM unicode-display_width (1.6.1) unicode_utils (1.4.0) uuidtools (2.1.5) - webmock (3.8.0) + webmock (3.8.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index 904d5c3447..a33076aa4d 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -183,6 +183,7 @@ GEM hashie (3.6.0) highline (1.7.10) httpclient (2.8.3) + inifile (3.0.0) iniparse (1.4.4) iostruct (0.0.4) ipaddress (0.8.3) @@ -306,7 +307,9 @@ GEM toml-rb (2.0.1) citrus (~> 3.0, > 3.0) tomlrb (1.2.9) - train-core (3.2.14) + train-core (3.2.20) + addressable (~> 2.5) + inifile (~> 3.0) json (>= 1.8, < 3.0) mixlib-shellout (>= 2.0, < 4.0) net-scp (>= 1.2, < 3.0) |