From 6f5da8e4a4fc940067e826171870f448442e1cf0 Mon Sep 17 00:00:00 2001 From: Ashok Manji <1902568+ashokm@users.noreply.github.com> Date: Tue, 13 Sep 2022 13:53:24 +0200 Subject: [PATCH] Bump cfn-model to 0.6.9 --- Gemfile.lock | 86 ++++++++++++++++++++++++++----------------------- cfn-nag.gemspec | 2 +- 2 files changed, 46 insertions(+), 42 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 49116057..0ca6b117 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: cfn-nag (0.0.0) aws-sdk-s3 (~> 1.76) - cfn-model (= 0.6.6) + cfn-model (= 0.6.9) lightly (~> 0.3.2) logging (~> 2.2.2) netaddr (~> 2.0.4) @@ -15,27 +15,28 @@ GEM specs: ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.516.0) - aws-sdk-core (3.121.1) + aws-partitions (1.628.0) + aws-sdk-core (3.145.0) aws-eventstream (~> 1, >= 1.0.2) - aws-partitions (~> 1, >= 1.239.0) + aws-partitions (~> 1, >= 1.525.0) aws-sigv4 (~> 1.1) - jmespath (~> 1.0) - aws-sdk-kms (1.49.0) - aws-sdk-core (~> 3, >= 3.120.0) + jmespath (~> 1, >= 1.6.1) + aws-sdk-kms (1.58.0) + aws-sdk-core (~> 3, >= 3.127.0) aws-sigv4 (~> 1.1) - aws-sdk-s3 (1.103.0) - aws-sdk-core (~> 3, >= 3.120.0) + aws-sdk-s3 (1.114.0) + aws-sdk-core (~> 3, >= 3.127.0) aws-sdk-kms (~> 1) aws-sigv4 (~> 1.4) - aws-sigv4 (1.4.0) + aws-sigv4 (1.5.1) aws-eventstream (~> 1, >= 1.0.2) - cfn-model (0.6.6) + cfn-model (0.6.9) kwalify (= 0.7.2) - psych (~> 3) - diff-lcs (1.4.4) - docile (1.3.5) + psych (>= 3.1, < 5) + diff-lcs (1.5.0) + docile (1.4.0) jmespath (1.6.1) + json (2.6.2) kwalify (0.7.2) lightly (0.3.3) little-plugger (1.1.4) @@ -43,48 +44,51 @@ GEM little-plugger (~> 1.1) multi_json (~> 1.10) multi_json (1.15.0) - netaddr (2.0.5) + netaddr (2.0.6) optimist (3.0.1) - parallel (1.21.0) - parser (3.0.2.0) + parallel (1.22.1) + parser (3.1.2.1) ast (~> 2.4.1) - psych (3.3.2) - rainbow (3.0.0) - rake (13.0.1) - regexp_parser (2.1.1) + psych (4.0.5) + stringio + rainbow (3.1.1) + rake (13.0.6) + regexp_parser (2.5.0) rexml (3.2.5) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec (3.11.0) + rspec-core (~> 3.11.0) + rspec-expectations (~> 3.11.0) + rspec-mocks (~> 3.11.0) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-support (3.10.2) - rubocop (1.22.0) + rspec-support (~> 3.11.0) + rspec-support (3.11.1) + rubocop (1.36.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.12.0, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.20.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.12.0) - parser (>= 3.0.1.1) + rubocop-ast (1.21.0) + parser (>= 3.1.1.0) ruby-progressbar (1.11.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) - simplecov_json_formatter (0.1.2) - unicode-display_width (2.1.0) + simplecov_json_formatter (0.1.4) + stringio (3.0.2) + unicode-display_width (2.2.0) PLATFORMS ruby @@ -97,4 +101,4 @@ DEPENDENCIES simplecov (~> 0.21) BUNDLED WITH - 2.2.28 + 2.3.7 diff --git a/cfn-nag.gemspec b/cfn-nag.gemspec index 16d65f89..32fc6807 100644 --- a/cfn-nag.gemspec +++ b/cfn-nag.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| # versus what we used to run tests in cfn-nag before publishing cfn-nag # they are coupled and we are doing a good bit of experimenting in cfn-model # i might consider collapsing them again.... - s.add_runtime_dependency('cfn-model', '0.6.6') + s.add_runtime_dependency('cfn-model', '0.6.9') s.add_runtime_dependency('logging', '~> 2.2.2') s.add_runtime_dependency('netaddr', '~> 2.0.4') s.add_runtime_dependency('optimist', '~> 3.0.0')