We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5f03d commit c322aadCopy full SHA for c322aad
cfn-nag.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
# versus what we used to run tests in cfn-nag before publishing cfn-nag
28
# they are coupled and we are doing a good bit of experimenting in cfn-model
29
# i might consider collapsing them again....
30
- s.add_runtime_dependency('cfn-model', '0.6.6')
+ s.add_runtime_dependency('cfn-model', '0.6.8')
31
s.add_runtime_dependency('logging', '~> 2.2.2')
32
s.add_runtime_dependency('netaddr', '~> 2.0.4')
33
s.add_runtime_dependency('optimist', '~> 3.0.0')
0 commit comments