Skip to content

Commit ea777fd

Browse files
committedOct 26, 2021
chore(gemfile.lock): update to latest gem versions (2021-W43) [skip ci]
* Automated using myii/ssf-formula#381
1 parent 5649714 commit ea777fd

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed
 

‎Gemfile.lock

+29-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
GIT
22
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
3-
revision: 7a1eab9580b035c949beca635cc148e9740c415a
3+
revision: 1cd64079dbbafa1bf19bbc08a2ea977aa1db7ebe
44
branch: ssf
55
specs:
6-
inspec (4.47.8)
6+
inspec (4.49.0)
7+
cookstyle
78
faraday_middleware (>= 0.12.2, < 1.1)
8-
inspec-core (= 4.47.8)
9+
inspec-core (= 4.49.0)
910
mongo (= 2.13.2)
1011
train (~> 3.0)
1112
train-aws (~> 0.2)
1213
train-habitat (~> 0.1)
1314
train-winrm (~> 0.2)
14-
inspec-core (4.47.8)
15+
inspec-core (4.49.0)
1516
addressable (~> 2.4)
1617
chef-telemetry (~> 1.0, >= 1.0.8)
1718
faraday (>= 0.9.0, < 1.5)
@@ -54,8 +55,9 @@ GEM
5455
zeitwerk (~> 2.3)
5556
addressable (2.8.0)
5657
public_suffix (>= 2.0.2, < 5.0)
58+
ast (2.4.2)
5759
aws-eventstream (1.2.0)
58-
aws-partitions (1.517.0)
60+
aws-partitions (1.519.0)
5961
aws-sdk-alexaforbusiness (1.51.0)
6062
aws-sdk-core (~> 3, >= 3.121.2)
6163
aws-sigv4 (~> 1.1)
@@ -139,7 +141,7 @@ GEM
139141
aws-sdk-dynamodb (1.64.0)
140142
aws-sdk-core (~> 3, >= 3.121.2)
141143
aws-sigv4 (~> 1.1)
142-
aws-sdk-ec2 (1.271.0)
144+
aws-sdk-ec2 (1.272.0)
143145
aws-sdk-core (~> 3, >= 3.121.2)
144146
aws-sigv4 (~> 1.1)
145147
aws-sdk-ecr (1.48.0)
@@ -217,7 +219,7 @@ GEM
217219
aws-sdk-ram (1.26.0)
218220
aws-sdk-core (~> 3, >= 3.112.0)
219221
aws-sigv4 (~> 1.1)
220-
aws-sdk-rds (1.128.0)
222+
aws-sdk-rds (1.129.0)
221223
aws-sdk-core (~> 3, >= 3.121.2)
222224
aws-sigv4 (~> 1.1)
223225
aws-sdk-redshift (1.70.0)
@@ -229,7 +231,7 @@ GEM
229231
aws-sdk-route53domains (1.34.0)
230232
aws-sdk-core (~> 3, >= 3.121.2)
231233
aws-sigv4 (~> 1.1)
232-
aws-sdk-route53resolver (1.31.0)
234+
aws-sdk-route53resolver (1.32.0)
233235
aws-sdk-core (~> 3, >= 3.121.2)
234236
aws-sigv4 (~> 1.1)
235237
aws-sdk-s3 (1.104.0)
@@ -308,6 +310,8 @@ GEM
308310
concurrent-ruby
309311
coderay (1.1.3)
310312
concurrent-ruby (1.1.9)
313+
cookstyle (7.25.8)
314+
rubocop (= 1.22.2)
311315
declarative (0.0.20)
312316
diff-lcs (1.4.4)
313317
docker-api (2.2.0)
@@ -366,7 +370,7 @@ GEM
366370
concurrent-ruby (~> 1.0)
367371
inifile (3.0.0)
368372
jmespath (1.4.0)
369-
json (2.6.0)
373+
json (2.6.1)
370374
jwt (2.3.0)
371375
kitchen-inspec (2.5.0)
372376
hashie (>= 3.4, <= 5.0)
@@ -421,13 +425,17 @@ GEM
421425
nori (2.6.0)
422426
os (1.1.1)
423427
parallel (1.21.0)
428+
parser (3.0.2.0)
429+
ast (~> 2.4.1)
424430
parslet (1.8.2)
425431
pastel (0.8.0)
426432
tty-color (~> 0.5)
427433
pry (0.14.1)
428434
coderay (~> 1.1)
429435
method_source (~> 1.0)
430436
public_suffix (4.0.6)
437+
rainbow (3.0.0)
438+
regexp_parser (2.1.1)
431439
representable (3.1.1)
432440
declarative (< 0.1.0)
433441
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -450,6 +458,18 @@ GEM
450458
diff-lcs (>= 1.2.0, < 2.0)
451459
rspec-support (~> 3.10.0)
452460
rspec-support (3.10.2)
461+
rubocop (1.22.2)
462+
parallel (~> 1.10)
463+
parser (>= 3.0.0.0)
464+
rainbow (>= 2.2.2, < 4.0)
465+
regexp_parser (>= 1.8, < 3.0)
466+
rexml
467+
rubocop-ast (>= 1.12.0, < 2.0)
468+
ruby-progressbar (~> 1.7)
469+
unicode-display_width (>= 1.4.0, < 3.0)
470+
rubocop-ast (1.12.0)
471+
parser (>= 3.0.1.1)
472+
ruby-progressbar (1.11.0)
453473
ruby2_keywords (0.0.5)
454474
rubyntlm (0.6.3)
455475
rubyzip (2.3.2)

0 commit comments

Comments
 (0)