Skip to content

Commit

Permalink
BAM: Bump cfn-model to 0.6.5 (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
benniemosher authored Oct 26, 2021
1 parent 67ae380 commit 34ad971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
cfn-nag (0.0.0)
aws-sdk-s3 (~> 1.76)
cfn-model (= 0.6.4)
cfn-model (= 0.6.5)
lightly (~> 0.3.2)
logging (~> 2.2.2)
netaddr (~> 2.0.4)
Expand All @@ -30,7 +30,7 @@ GEM
aws-sigv4 (~> 1.4)
aws-sigv4 (1.4.0)
aws-eventstream (~> 1, >= 1.0.2)
cfn-model (0.6.4)
cfn-model (0.6.5)
kwalify (= 0.7.2)
psych (~> 3)
diff-lcs (1.4.4)
Expand Down
2 changes: 1 addition & 1 deletion cfn-nag.gemspec
Original file line number Diff line number Diff line change
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.4')
s.add_runtime_dependency('cfn-model', '0.6.5')
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 34ad971

Please sign in to comment.