Skip to content

Commit

Permalink
Bump cfn_model patch version to support Lambda Functions with Contain…
Browse files Browse the repository at this point in the history
…er Images (#561)
  • Loading branch information
djonesshargani1-godaddy authored Aug 23, 2021
1 parent 6eaefdd commit 53e88b7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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.0)
cfn-model (= 0.6.3)
lightly (~> 0.3.2)
logging (~> 2.2.2)
netaddr (~> 2.0.4)
Expand All @@ -14,23 +14,23 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
aws-eventstream (1.1.0)
aws-partitions (1.416.0)
aws-sdk-core (3.111.1)
aws-eventstream (1.1.1)
aws-partitions (1.487.0)
aws-sdk-core (3.119.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.41.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sdk-kms (1.46.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.87.0)
aws-sdk-core (~> 3, >= 3.109.0)
aws-sdk-s3 (1.98.0)
aws-sdk-core (~> 3, >= 3.119.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.2)
aws-sigv4 (1.2.4)
aws-eventstream (~> 1, >= 1.0.2)
cfn-model (0.6.0)
cfn-model (0.6.3)
kwalify (= 0.7.2)
psych (~> 3)
diff-lcs (1.3)
Expand All @@ -48,7 +48,7 @@ GEM
parallel (1.19.2)
parser (2.7.2.0)
ast (~> 2.4.1)
psych (3.3.0)
psych (3.3.2)
rainbow (3.0.0)
rake (13.0.1)
regexp_parser (1.8.2)
Expand Down
2 changes: 1 addition & 1 deletion cfn-nag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.0')
s.add_runtime_dependency('cfn-model', '0.6.3')
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 53e88b7

Please sign in to comment.