Skip to content

Commit 1d97175

Browse files
authored
Update all Bundler dependencies (2025-01-30) (#3618)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent f51375a commit 1d97175

6 files changed

+72
-60
lines changed

Gemfile.lock

+14-11
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@ GEM
127127
money-rails (~> 1.12)
128128
avo-record_link_field (0.0.2)
129129
aws-eventstream (1.3.0)
130-
aws-partitions (1.1042.0)
131-
aws-sdk-core (3.216.1)
130+
aws-partitions (1.1043.0)
131+
aws-sdk-core (3.217.0)
132132
aws-eventstream (~> 1, >= 1.3.0)
133133
aws-partitions (~> 1, >= 1.992.0)
134134
aws-sigv4 (~> 1.9)
135135
jmespath (~> 1, >= 1.6.1)
136136
aws-sdk-kms (1.97.0)
137137
aws-sdk-core (~> 3, >= 3.216.0)
138138
aws-sigv4 (~> 1.5)
139-
aws-sdk-s3 (1.178.0)
139+
aws-sdk-s3 (1.179.0)
140140
aws-sdk-core (~> 3, >= 3.216.0)
141141
aws-sdk-kms (~> 1)
142142
aws-sigv4 (~> 1.5)
@@ -368,10 +368,11 @@ GEM
368368
rexml (>= 3.3.9)
369369
kramdown-parser-gfm (1.1.0)
370370
kramdown (~> 2.0)
371-
language_server-protocol (3.17.0.3)
372-
launchy (3.0.1)
371+
language_server-protocol (3.17.0.4)
372+
launchy (3.1.0)
373373
addressable (~> 2.8)
374374
childprocess (~> 5.0)
375+
logger (~> 1.6)
375376
lint_roller (1.1.0)
376377
listen (3.9.0)
377378
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -447,7 +448,7 @@ GEM
447448
date
448449
stringio
449450
public_suffix (6.0.1)
450-
puma (6.5.0)
451+
puma (6.6.0)
451452
nio4r (~> 2.0)
452453
racc (1.8.1)
453454
rack (3.1.8)
@@ -556,7 +557,7 @@ GEM
556557
rubocop-ast (>= 1.36.2, < 2.0)
557558
ruby-progressbar (~> 1.7)
558559
unicode-display_width (>= 2.4.0, < 4.0)
559-
rubocop-ast (1.37.0)
560+
rubocop-ast (1.38.0)
560561
parser (>= 3.3.1.0)
561562
rubocop-performance (1.23.1)
562563
rubocop (>= 1.48.1, < 2.0)
@@ -600,7 +601,7 @@ GEM
600601
simplecov-lcov (0.8.0)
601602
simplecov_json_formatter (0.1.4)
602603
smart_properties (1.17.0)
603-
solargraph (0.51.0)
604+
solargraph (0.51.1)
604605
backport (~> 1.2)
605606
benchmark
606607
bundler (~> 2.0)
@@ -646,8 +647,8 @@ GEM
646647
stringio (3.1.2)
647648
syntax_tree (6.2.0)
648649
prettier_print (>= 1.2.0)
649-
terminal-table (3.0.2)
650-
unicode-display_width (>= 1.1.1, < 3)
650+
terminal-table (4.0.0)
651+
unicode-display_width (>= 1.1.1, < 4)
651652
test-prof (1.4.4)
652653
thor (1.3.2)
653654
thread_safe (0.3.6)
@@ -662,7 +663,9 @@ GEM
662663
tzinfo (2.0.6)
663664
concurrent-ruby (~> 1.0)
664665
unaccent (0.4.0)
665-
unicode-display_width (2.6.0)
666+
unicode-display_width (3.1.4)
667+
unicode-emoji (~> 4.0, >= 4.0.4)
668+
unicode-emoji (4.0.4)
666669
universalid (0.1.7)
667670
activesupport (>= 6.1)
668671
brotli (>= 0.4)

gemfiles/rails_6.1_ruby_3.1.4.gemfile.lock

+14-11
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ GEM
114114
money-rails (~> 1.12)
115115
avo-record_link_field (0.0.2)
116116
aws-eventstream (1.3.0)
117-
aws-partitions (1.1042.0)
118-
aws-sdk-core (3.216.1)
117+
aws-partitions (1.1043.0)
118+
aws-sdk-core (3.217.0)
119119
aws-eventstream (~> 1, >= 1.3.0)
120120
aws-partitions (~> 1, >= 1.992.0)
121121
aws-sigv4 (~> 1.9)
122122
jmespath (~> 1, >= 1.6.1)
123123
aws-sdk-kms (1.97.0)
124124
aws-sdk-core (~> 3, >= 3.216.0)
125125
aws-sigv4 (~> 1.5)
126-
aws-sdk-s3 (1.178.0)
126+
aws-sdk-s3 (1.179.0)
127127
aws-sdk-core (~> 3, >= 3.216.0)
128128
aws-sdk-kms (~> 1)
129129
aws-sigv4 (~> 1.5)
@@ -354,10 +354,11 @@ GEM
354354
rexml (>= 3.3.9)
355355
kramdown-parser-gfm (1.1.0)
356356
kramdown (~> 2.0)
357-
language_server-protocol (3.17.0.3)
358-
launchy (3.0.1)
357+
language_server-protocol (3.17.0.4)
358+
launchy (3.1.0)
359359
addressable (~> 2.8)
360360
childprocess (~> 5.0)
361+
logger (~> 1.6)
361362
lint_roller (1.1.0)
362363
listen (3.9.0)
363364
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -431,7 +432,7 @@ GEM
431432
zeitwerk (>= 2.6.18)
432433
psych (3.3.4)
433434
public_suffix (6.0.1)
434-
puma (6.5.0)
435+
puma (6.6.0)
435436
nio4r (~> 2.0)
436437
racc (1.8.1)
437438
rack (2.2.10)
@@ -533,7 +534,7 @@ GEM
533534
rubocop-ast (>= 1.36.2, < 2.0)
534535
ruby-progressbar (~> 1.7)
535536
unicode-display_width (>= 2.4.0, < 4.0)
536-
rubocop-ast (1.37.0)
537+
rubocop-ast (1.38.0)
537538
parser (>= 3.3.1.0)
538539
rubocop-performance (1.23.1)
539540
rubocop (>= 1.48.1, < 2.0)
@@ -576,7 +577,7 @@ GEM
576577
simplecov-lcov (0.8.0)
577578
simplecov_json_formatter (0.1.4)
578579
smart_properties (1.17.0)
579-
solargraph (0.51.0)
580+
solargraph (0.51.1)
580581
backport (~> 1.2)
581582
benchmark
582583
bundler (~> 2.0)
@@ -621,8 +622,8 @@ GEM
621622
rubocop-performance (~> 1.23.0)
622623
syntax_tree (6.2.0)
623624
prettier_print (>= 1.2.0)
624-
terminal-table (3.0.2)
625-
unicode-display_width (>= 1.1.1, < 3)
625+
terminal-table (4.0.0)
626+
unicode-display_width (>= 1.1.1, < 4)
626627
test-prof (1.4.4)
627628
thor (1.3.2)
628629
thread_safe (0.3.6)
@@ -637,7 +638,9 @@ GEM
637638
tzinfo (2.0.6)
638639
concurrent-ruby (~> 1.0)
639640
unaccent (0.4.0)
640-
unicode-display_width (2.6.0)
641+
unicode-display_width (3.1.4)
642+
unicode-emoji (~> 4.0, >= 4.0.4)
643+
unicode-emoji (4.0.4)
641644
universalid (0.1.7)
642645
activesupport (>= 6.1)
643646
brotli (>= 0.4)

gemfiles/rails_6.1_ruby_3.3.0.gemfile.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,16 @@ GEM
114114
money-rails (~> 1.12)
115115
avo-record_link_field (0.0.2)
116116
aws-eventstream (1.3.0)
117-
aws-partitions (1.1042.0)
118-
aws-sdk-core (3.216.1)
117+
aws-partitions (1.1043.0)
118+
aws-sdk-core (3.217.0)
119119
aws-eventstream (~> 1, >= 1.3.0)
120120
aws-partitions (~> 1, >= 1.992.0)
121121
aws-sigv4 (~> 1.9)
122122
jmespath (~> 1, >= 1.6.1)
123123
aws-sdk-kms (1.97.0)
124124
aws-sdk-core (~> 3, >= 3.216.0)
125125
aws-sigv4 (~> 1.5)
126-
aws-sdk-s3 (1.178.0)
126+
aws-sdk-s3 (1.179.0)
127127
aws-sdk-core (~> 3, >= 3.216.0)
128128
aws-sdk-kms (~> 1)
129129
aws-sigv4 (~> 1.5)
@@ -326,10 +326,11 @@ GEM
326326
kramdown-parser-gfm (1.1.0)
327327
kramdown (~> 2.0)
328328
kwalify (0.7.2)
329-
language_server-protocol (3.17.0.3)
330-
launchy (3.0.1)
329+
language_server-protocol (3.17.0.4)
330+
launchy (3.1.0)
331331
addressable (~> 2.8)
332332
childprocess (~> 5.0)
333+
logger (~> 1.6)
333334
lint_roller (1.1.0)
334335
listen (3.9.0)
335336
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -403,7 +404,7 @@ GEM
403404
zeitwerk (>= 2.6.18)
404405
psych (3.3.4)
405406
public_suffix (6.0.1)
406-
puma (6.5.0)
407+
puma (6.6.0)
407408
nio4r (~> 2.0)
408409
racc (1.8.1)
409410
rack (2.2.10)
@@ -547,7 +548,7 @@ GEM
547548
simplecov-lcov (0.8.0)
548549
simplecov_json_formatter (0.1.4)
549550
smart_properties (1.17.0)
550-
solargraph (0.51.0)
551+
solargraph (0.51.1)
551552
backport (~> 1.2)
552553
benchmark
553554
bundler (~> 2.0)
@@ -592,8 +593,8 @@ GEM
592593
rubocop-performance (~> 1.20.2)
593594
syntax_tree (6.2.0)
594595
prettier_print (>= 1.2.0)
595-
terminal-table (3.0.2)
596-
unicode-display_width (>= 1.1.1, < 3)
596+
terminal-table (4.0.0)
597+
unicode-display_width (>= 1.1.1, < 4)
597598
test-prof (1.4.4)
598599
thor (1.3.2)
599600
thread_safe (0.3.6)

gemfiles/rails_7.1_ruby_3.1.4.gemfile.lock

+14-11
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@ GEM
127127
money-rails (~> 1.12)
128128
avo-record_link_field (0.0.2)
129129
aws-eventstream (1.3.0)
130-
aws-partitions (1.1042.0)
131-
aws-sdk-core (3.216.1)
130+
aws-partitions (1.1043.0)
131+
aws-sdk-core (3.217.0)
132132
aws-eventstream (~> 1, >= 1.3.0)
133133
aws-partitions (~> 1, >= 1.992.0)
134134
aws-sigv4 (~> 1.9)
135135
jmespath (~> 1, >= 1.6.1)
136136
aws-sdk-kms (1.97.0)
137137
aws-sdk-core (~> 3, >= 3.216.0)
138138
aws-sigv4 (~> 1.5)
139-
aws-sdk-s3 (1.178.0)
139+
aws-sdk-s3 (1.179.0)
140140
aws-sdk-core (~> 3, >= 3.216.0)
141141
aws-sdk-kms (~> 1)
142142
aws-sigv4 (~> 1.5)
@@ -368,10 +368,11 @@ GEM
368368
rexml (>= 3.3.9)
369369
kramdown-parser-gfm (1.1.0)
370370
kramdown (~> 2.0)
371-
language_server-protocol (3.17.0.3)
372-
launchy (3.0.1)
371+
language_server-protocol (3.17.0.4)
372+
launchy (3.1.0)
373373
addressable (~> 2.8)
374374
childprocess (~> 5.0)
375+
logger (~> 1.6)
375376
lint_roller (1.1.0)
376377
listen (3.9.0)
377378
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -445,7 +446,7 @@ GEM
445446
zeitwerk (>= 2.6.18)
446447
psych (3.3.4)
447448
public_suffix (6.0.1)
448-
puma (6.5.0)
449+
puma (6.6.0)
449450
nio4r (~> 2.0)
450451
racc (1.8.1)
451452
rack (3.1.8)
@@ -553,7 +554,7 @@ GEM
553554
rubocop-ast (>= 1.36.2, < 2.0)
554555
ruby-progressbar (~> 1.7)
555556
unicode-display_width (>= 2.4.0, < 4.0)
556-
rubocop-ast (1.37.0)
557+
rubocop-ast (1.38.0)
557558
parser (>= 3.3.1.0)
558559
rubocop-performance (1.23.1)
559560
rubocop (>= 1.48.1, < 2.0)
@@ -597,7 +598,7 @@ GEM
597598
simplecov-lcov (0.8.0)
598599
simplecov_json_formatter (0.1.4)
599600
smart_properties (1.17.0)
600-
solargraph (0.51.0)
601+
solargraph (0.51.1)
601602
backport (~> 1.2)
602603
benchmark
603604
bundler (~> 2.0)
@@ -642,8 +643,8 @@ GEM
642643
rubocop-performance (~> 1.23.0)
643644
syntax_tree (6.2.0)
644645
prettier_print (>= 1.2.0)
645-
terminal-table (3.0.2)
646-
unicode-display_width (>= 1.1.1, < 3)
646+
terminal-table (4.0.0)
647+
unicode-display_width (>= 1.1.1, < 4)
647648
test-prof (1.4.4)
648649
thor (1.3.2)
649650
thread_safe (0.3.6)
@@ -658,7 +659,9 @@ GEM
658659
tzinfo (2.0.6)
659660
concurrent-ruby (~> 1.0)
660661
unaccent (0.4.0)
661-
unicode-display_width (2.6.0)
662+
unicode-display_width (3.1.4)
663+
unicode-emoji (~> 4.0, >= 4.0.4)
664+
unicode-emoji (4.0.4)
662665
universalid (0.1.7)
663666
activesupport (>= 6.1)
664667
brotli (>= 0.4)

gemfiles/rails_7.1_ruby_3.3.0.gemfile.lock

+10-9
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@ GEM
127127
money-rails (~> 1.12)
128128
avo-record_link_field (0.0.2)
129129
aws-eventstream (1.3.0)
130-
aws-partitions (1.1042.0)
131-
aws-sdk-core (3.216.1)
130+
aws-partitions (1.1043.0)
131+
aws-sdk-core (3.217.0)
132132
aws-eventstream (~> 1, >= 1.3.0)
133133
aws-partitions (~> 1, >= 1.992.0)
134134
aws-sigv4 (~> 1.9)
135135
jmespath (~> 1, >= 1.6.1)
136136
aws-sdk-kms (1.97.0)
137137
aws-sdk-core (~> 3, >= 3.216.0)
138138
aws-sigv4 (~> 1.5)
139-
aws-sdk-s3 (1.178.0)
139+
aws-sdk-s3 (1.179.0)
140140
aws-sdk-core (~> 3, >= 3.216.0)
141141
aws-sdk-kms (~> 1)
142142
aws-sigv4 (~> 1.5)
@@ -340,10 +340,11 @@ GEM
340340
kramdown-parser-gfm (1.1.0)
341341
kramdown (~> 2.0)
342342
kwalify (0.7.2)
343-
language_server-protocol (3.17.0.3)
344-
launchy (3.0.1)
343+
language_server-protocol (3.17.0.4)
344+
launchy (3.1.0)
345345
addressable (~> 2.8)
346346
childprocess (~> 5.0)
347+
logger (~> 1.6)
347348
lint_roller (1.1.0)
348349
listen (3.9.0)
349350
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -417,7 +418,7 @@ GEM
417418
zeitwerk (>= 2.6.18)
418419
psych (3.3.4)
419420
public_suffix (6.0.1)
420-
puma (6.5.0)
421+
puma (6.6.0)
421422
nio4r (~> 2.0)
422423
racc (1.8.1)
423424
rack (3.1.8)
@@ -568,7 +569,7 @@ GEM
568569
simplecov-lcov (0.8.0)
569570
simplecov_json_formatter (0.1.4)
570571
smart_properties (1.17.0)
571-
solargraph (0.51.0)
572+
solargraph (0.51.1)
572573
backport (~> 1.2)
573574
benchmark
574575
bundler (~> 2.0)
@@ -613,8 +614,8 @@ GEM
613614
rubocop-performance (~> 1.20.2)
614615
syntax_tree (6.2.0)
615616
prettier_print (>= 1.2.0)
616-
terminal-table (3.0.2)
617-
unicode-display_width (>= 1.1.1, < 3)
617+
terminal-table (4.0.0)
618+
unicode-display_width (>= 1.1.1, < 4)
618619
test-prof (1.4.4)
619620
thor (1.3.2)
620621
thread_safe (0.3.6)

0 commit comments

Comments
 (0)