Skip to content

Commit

Permalink
chore: Update to cfn-model 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arothian committed Jun 7, 2022
1 parent 8b5f03d commit 52a22c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 deletions Gemfile.lock
Expand Up @@ -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.8)
lightly (~> 0.3.2)
logging (~> 2.2.2)
netaddr (~> 2.0.4)
Expand All @@ -15,24 +15,24 @@ 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.597.0)
aws-sdk-core (3.131.1)
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.57.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.0)
aws-eventstream (~> 1, >= 1.0.2)
cfn-model (0.6.6)
cfn-model (0.6.8)
kwalify (= 0.7.2)
psych (~> 3)
psych (>= 3.1, < 5)
diff-lcs (1.4.4)
docile (1.3.5)
jmespath (1.6.1)
Expand All @@ -48,7 +48,8 @@ GEM
parallel (1.21.0)
parser (3.0.2.0)
ast (~> 2.4.1)
psych (3.3.2)
psych (4.0.4)
stringio
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (2.1.1)
Expand Down Expand Up @@ -84,6 +85,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
stringio (3.0.2)
unicode-display_width (2.1.0)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion cfn-nag.gemspec
Expand Up @@ -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.8')
s.add_runtime_dependency('logging', '~> 2.2.2')
s.add_runtime_dependency('netaddr', '~> 2.0.4')
s.add_runtime_dependency('optimist', '~> 3.0.0')
Expand Down

0 comments on commit 52a22c3

Please sign in to comment.