File tree 3 files changed +29
-28
lines changed
3 files changed +29
-28
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ updates:
12
12
# Dependabot creates groups in the order they appear in this config.
13
13
# If a dependency update could belong to more than one group,
14
14
# it is only assigned to the first group it matches with.
15
- linters :
16
- patterns :
17
- - erb_lint
18
- - rubocop*
19
15
aws :
20
16
patterns :
21
17
- aws-eventstream
@@ -24,3 +20,22 @@ updates:
24
20
- aws-sdk-kms
25
21
- aws-sdk-s3
26
22
- aws-sigv4
23
+ linters :
24
+ patterns :
25
+ - erb_lint
26
+ - rubocop*
27
+ rails :
28
+ patterns :
29
+ - rails
30
+ - railties
31
+ - actioncable
32
+ - actionmailbox
33
+ - actionmailer
34
+ - actionpack
35
+ - actiontext
36
+ - actionview
37
+ - activejob
38
+ - activemodel
39
+ - activerecord
40
+ - activestorage
41
+ - activesupport
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 79
79
execjs (~> 2 )
80
80
awesome_print (1.9.2 )
81
81
aws-eventstream (1.3.0 )
82
- aws-partitions (1.1001 .0 )
83
- aws-sdk-core (3.211 .0 )
82
+ aws-partitions (1.1002 .0 )
83
+ aws-sdk-core (3.212 .0 )
84
84
aws-eventstream (~> 1 , >= 1.3.0 )
85
85
aws-partitions (~> 1 , >= 1.992.0 )
86
86
aws-sigv4 (~> 1.9 )
87
87
jmespath (~> 1 , >= 1.6.1 )
88
88
aws-sdk-kms (1.95.0 )
89
89
aws-sdk-core (~> 3 , >= 3.210.0 )
90
90
aws-sigv4 (~> 1.5 )
91
- aws-sdk-s3 (1.169 .0 )
91
+ aws-sdk-s3 (1.170 .0 )
92
92
aws-sdk-core (~> 3 , >= 3.210.0 )
93
93
aws-sdk-kms (~> 1 )
94
94
aws-sigv4 (~> 1.5 )
285
285
rexml (>= 3.3.9 )
286
286
pandoc-ruby (2.1.10 )
287
287
parallel (1.26.3 )
288
- parser (3.3.5.1 )
288
+ parser (3.3.6.0 )
289
289
ast (~> 2.4.1 )
290
290
racc
291
291
pg (1.5.9 )
297
297
pry-byebug (3.10.1 )
298
298
byebug (~> 11.0 )
299
299
pry (>= 0.13 , < 0.15 )
300
- psych (5.1.2 )
300
+ psych (5.2.0 )
301
301
stringio
302
302
public_suffix (6.0.1 )
303
303
puma (6.4.3 )
408
408
rubocop-ast (>= 1.32.2 , < 2.0 )
409
409
ruby-progressbar (~> 1.7 )
410
410
unicode-display_width (>= 2.4.0 , < 3.0 )
411
- rubocop-ast (1.33 .1 )
411
+ rubocop-ast (1.34 .1 )
412
412
parser (>= 3.3.1.0 )
413
413
rubocop-capybara (2.21.0 )
414
414
rubocop (~> 1.41 )
460
460
websocket (~> 1.0 )
461
461
sexp_processor (4.17.2 )
462
462
shellany (0.0.1 )
463
- sidekiq (7.3.4 )
463
+ sidekiq (7.3.5 )
464
464
connection_pool (>= 2.3.0 )
465
465
logger
466
466
rack (>= 2.2.4 )
474
474
sitemap_generator (6.3.0 )
475
475
builder (~> 3.0 )
476
476
smart_properties (1.17.0 )
477
- sorbet-runtime (0.5.11641 )
477
+ sorbet-runtime (0.5.11642 )
478
478
sprockets (4.2.1 )
479
479
concurrent-ruby (~> 1.0 )
480
480
rack (>= 2.2.4 , < 4 )
@@ -489,11 +489,11 @@ GEM
489
489
stimulus-rails (1.3.4 )
490
490
railties (>= 6.0.0 )
491
491
stringex (2.8.6 )
492
- stringio (3.1.1 )
492
+ stringio (3.1.2 )
493
493
stripe (8.7.0 )
494
494
thor (1.3.2 )
495
495
tilt (2.4.0 )
496
- timeout (0.4.1 )
496
+ timeout (0.4.2 )
497
497
tzinfo (2.0.6 )
498
498
concurrent-ruby (~> 1.0 )
499
499
uglifier (4.2.1 )
You can’t perform that action at this time.
0 commit comments