Skip to content

Commit 821ad70

Browse files
committed
Bump cfn-model to 0.6.9
1 parent 8b5f03d commit 821ad70

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
cfn-nag (0.0.0)
55
aws-sdk-s3 (~> 1.76)
6-
cfn-model (= 0.6.6)
6+
cfn-model (= 0.6.9)
77
lightly (~> 0.3.2)
88
logging (~> 2.2.2)
99
netaddr (~> 2.0.4)
@@ -30,9 +30,9 @@ GEM
3030
aws-sigv4 (~> 1.4)
3131
aws-sigv4 (1.4.0)
3232
aws-eventstream (~> 1, >= 1.0.2)
33-
cfn-model (0.6.6)
33+
cfn-model (0.6.9)
3434
kwalify (= 0.7.2)
35-
psych (~> 3)
35+
psych (>= 3.1, < 5)
3636
diff-lcs (1.4.4)
3737
docile (1.3.5)
3838
jmespath (1.6.1)
@@ -48,7 +48,8 @@ GEM
4848
parallel (1.21.0)
4949
parser (3.0.2.0)
5050
ast (~> 2.4.1)
51-
psych (3.3.2)
51+
psych (4.0.5)
52+
stringio
5253
rainbow (3.0.0)
5354
rake (13.0.1)
5455
regexp_parser (2.1.1)
@@ -84,6 +85,7 @@ GEM
8485
simplecov_json_formatter (~> 0.1)
8586
simplecov-html (0.12.3)
8687
simplecov_json_formatter (0.1.2)
88+
stringio (3.0.2)
8789
unicode-display_width (2.1.0)
8890

8991
PLATFORMS

cfn-nag.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
2727
# versus what we used to run tests in cfn-nag before publishing cfn-nag
2828
# they are coupled and we are doing a good bit of experimenting in cfn-model
2929
# i might consider collapsing them again....
30-
s.add_runtime_dependency('cfn-model', '0.6.6')
30+
s.add_runtime_dependency('cfn-model', '0.6.9')
3131
s.add_runtime_dependency('logging', '~> 2.2.2')
3232
s.add_runtime_dependency('netaddr', '~> 2.0.4')
3333
s.add_runtime_dependency('optimist', '~> 3.0.0')

0 commit comments

Comments
 (0)