Skip to content

Commit 6f5da8e

Browse files
committed
Bump cfn-model to 0.6.9
1 parent 8b5f03d commit 6f5da8e

File tree

2 files changed

+46
-42
lines changed

2 files changed

+46
-42
lines changed

Gemfile.lock

+45-41
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)
@@ -15,76 +15,80 @@ GEM
1515
specs:
1616
ast (2.4.2)
1717
aws-eventstream (1.2.0)
18-
aws-partitions (1.516.0)
19-
aws-sdk-core (3.121.1)
18+
aws-partitions (1.628.0)
19+
aws-sdk-core (3.145.0)
2020
aws-eventstream (~> 1, >= 1.0.2)
21-
aws-partitions (~> 1, >= 1.239.0)
21+
aws-partitions (~> 1, >= 1.525.0)
2222
aws-sigv4 (~> 1.1)
23-
jmespath (~> 1.0)
24-
aws-sdk-kms (1.49.0)
25-
aws-sdk-core (~> 3, >= 3.120.0)
23+
jmespath (~> 1, >= 1.6.1)
24+
aws-sdk-kms (1.58.0)
25+
aws-sdk-core (~> 3, >= 3.127.0)
2626
aws-sigv4 (~> 1.1)
27-
aws-sdk-s3 (1.103.0)
28-
aws-sdk-core (~> 3, >= 3.120.0)
27+
aws-sdk-s3 (1.114.0)
28+
aws-sdk-core (~> 3, >= 3.127.0)
2929
aws-sdk-kms (~> 1)
3030
aws-sigv4 (~> 1.4)
31-
aws-sigv4 (1.4.0)
31+
aws-sigv4 (1.5.1)
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)
36-
diff-lcs (1.4.4)
37-
docile (1.3.5)
35+
psych (>= 3.1, < 5)
36+
diff-lcs (1.5.0)
37+
docile (1.4.0)
3838
jmespath (1.6.1)
39+
json (2.6.2)
3940
kwalify (0.7.2)
4041
lightly (0.3.3)
4142
little-plugger (1.1.4)
4243
logging (2.2.2)
4344
little-plugger (~> 1.1)
4445
multi_json (~> 1.10)
4546
multi_json (1.15.0)
46-
netaddr (2.0.5)
47+
netaddr (2.0.6)
4748
optimist (3.0.1)
48-
parallel (1.21.0)
49-
parser (3.0.2.0)
49+
parallel (1.22.1)
50+
parser (3.1.2.1)
5051
ast (~> 2.4.1)
51-
psych (3.3.2)
52-
rainbow (3.0.0)
53-
rake (13.0.1)
54-
regexp_parser (2.1.1)
52+
psych (4.0.5)
53+
stringio
54+
rainbow (3.1.1)
55+
rake (13.0.6)
56+
regexp_parser (2.5.0)
5557
rexml (3.2.5)
56-
rspec (3.10.0)
57-
rspec-core (~> 3.10.0)
58-
rspec-expectations (~> 3.10.0)
59-
rspec-mocks (~> 3.10.0)
60-
rspec-core (3.10.1)
61-
rspec-support (~> 3.10.0)
62-
rspec-expectations (3.10.1)
58+
rspec (3.11.0)
59+
rspec-core (~> 3.11.0)
60+
rspec-expectations (~> 3.11.0)
61+
rspec-mocks (~> 3.11.0)
62+
rspec-core (3.11.0)
63+
rspec-support (~> 3.11.0)
64+
rspec-expectations (3.11.1)
6365
diff-lcs (>= 1.2.0, < 2.0)
64-
rspec-support (~> 3.10.0)
65-
rspec-mocks (3.10.2)
66+
rspec-support (~> 3.11.0)
67+
rspec-mocks (3.11.1)
6668
diff-lcs (>= 1.2.0, < 2.0)
67-
rspec-support (~> 3.10.0)
68-
rspec-support (3.10.2)
69-
rubocop (1.22.0)
69+
rspec-support (~> 3.11.0)
70+
rspec-support (3.11.1)
71+
rubocop (1.36.0)
72+
json (~> 2.3)
7073
parallel (~> 1.10)
71-
parser (>= 3.0.0.0)
74+
parser (>= 3.1.2.1)
7275
rainbow (>= 2.2.2, < 4.0)
7376
regexp_parser (>= 1.8, < 3.0)
74-
rexml
75-
rubocop-ast (>= 1.12.0, < 2.0)
77+
rexml (>= 3.2.5, < 4.0)
78+
rubocop-ast (>= 1.20.1, < 2.0)
7679
ruby-progressbar (~> 1.7)
7780
unicode-display_width (>= 1.4.0, < 3.0)
78-
rubocop-ast (1.12.0)
79-
parser (>= 3.0.1.1)
81+
rubocop-ast (1.21.0)
82+
parser (>= 3.1.1.0)
8083
ruby-progressbar (1.11.0)
8184
simplecov (0.21.2)
8285
docile (~> 1.1)
8386
simplecov-html (~> 0.11)
8487
simplecov_json_formatter (~> 0.1)
8588
simplecov-html (0.12.3)
86-
simplecov_json_formatter (0.1.2)
87-
unicode-display_width (2.1.0)
89+
simplecov_json_formatter (0.1.4)
90+
stringio (3.0.2)
91+
unicode-display_width (2.2.0)
8892

8993
PLATFORMS
9094
ruby
@@ -97,4 +101,4 @@ DEPENDENCIES
97101
simplecov (~> 0.21)
98102

99103
BUNDLED WITH
100-
2.2.28
104+
2.3.7

cfn-nag.gemspec

+1-1
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)