diff options
author | Tim Smith <tsmith@chef.io> | 2020-12-10 08:41:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-10 08:41:07 -0800 |
commit | 6b4c8f42d3d2435be28f51667d20020493670d5d (patch) | |
tree | 9dfc73b6a28c19dc4d038bb8fde778f097023b96 | |
parent | 0a29892953b07ba1fded119f5aef364e14c7dd07 (diff) | |
download | chef-6b4c8f42d3d2435be28f51667d20020493670d5d.tar.gz |
Update to InSpec 4.24 (#10726)
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 44 | ||||
-rw-r--r-- | omnibus/Gemfile.lock | 2 |
3 files changed, 19 insertions, 29 deletions
@@ -27,7 +27,7 @@ gem "chef-telemetry", ">=1.0.8" # 1.0.8 removes the http dep group(:omnibus_package) do gem "appbundler" gem "rb-readline" - gem "inspec-core-bin", "~> 4.23" # need to provide the binaries for inspec + gem "inspec-core-bin", "~> 4.24" # need to provide the binaries for inspec gem "chef-vault" end diff --git a/Gemfile.lock b/Gemfile.lock index d1859647d3..eb162f388f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,8 +171,6 @@ GEM crack (0.4.4) debug_inspector (0.0.3) diff-lcs (1.3) - ecma-re-validator (0.2.1) - regexp_parser (~> 1.2) ed25519 (1.2.4) erubi (1.10.0) erubis (2.7.0) @@ -194,18 +192,16 @@ GEM ffi (>= 1.0.1) gyoku (1.3.1) builder (>= 2.1.2) - hana (1.3.7) hashdiff (1.0.1) hashie (3.6.0) highline (2.0.3) httpclient (2.8.3) iniparse (1.5.0) - inspec-core (4.23.15) + inspec-core (4.24.8) addressable (~> 2.4) chef-telemetry (~> 1.0) faraday (>= 0.9.0, < 1.1) hashie (~> 3.4) - json_schemer (>= 0.2.1, < 0.2.12) license-acceptance (>= 0.2.13, < 3.0) method_source (>= 0.8, < 2.0) mixlib-log (~> 3.0) @@ -213,7 +209,7 @@ GEM parallel (~> 1.9) parslet (~> 1.5) pry (~> 0.13) - rspec (~> 3.9) + rspec (~> 3.9.0) rspec-its (~> 1.2) rubyzip (~> 1.2, >= 1.2.2) semverse (~> 3.0) @@ -223,16 +219,11 @@ GEM train-core (~> 3.0) tty-prompt (~> 0.17) tty-table (~> 0.10) - inspec-core-bin (4.23.15) - inspec-core (= 4.23.15) + inspec-core-bin (4.24.8) + inspec-core (= 4.24.8) ipaddress (0.8.3) iso8601 (0.13.0) json (2.3.1) - json_schemer (0.2.11) - ecma-re-validator (~> 0.2) - hana (~> 1.3) - regexp_parser (~> 1.5) - uri_template (~> 0.7) libyajl2 (1.2.0) license-acceptance (2.1.13) pastel (~> 0.7) @@ -295,24 +286,24 @@ GEM rainbow (3.0.0) rake (13.0.1) rb-readline (0.5.5) - regexp_parser (1.8.2) + regexp_parser (2.0.0) rexml (3.2.4) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.0) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.0) + rspec (3.9.0) + rspec-core (~> 3.9.0) + rspec-expectations (~> 3.9.0) + rspec-mocks (~> 3.9.0) + rspec-core (3.9.3) + rspec-support (~> 3.9.3) + rspec-expectations (3.9.4) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) + rspec-support (~> 3.9.0) rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.0) + rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.0) + rspec-support (~> 3.9.0) + rspec-support (3.9.4) rubocop (1.5.2) parallel (~> 1.10) parser (>= 2.7.1.5) @@ -371,7 +362,6 @@ GEM tty-screen (~> 0.8) unicode-display_width (1.7.0) unicode_utils (1.4.0) - uri_template (0.7.0) uuidtools (2.1.5) webmock (3.10.0) addressable (>= 2.3.6) @@ -436,7 +426,7 @@ DEPENDENCIES cheffish (>= 14) chefstyle! fauxhai-ng - inspec-core-bin (~> 4.23) + inspec-core-bin (~> 4.24) ohai! pry pry-byebug diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index c4feb33d54..7bfc2111ef 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.404.0) + aws-partitions (1.405.0) aws-sdk-core (3.110.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) |