Skip to content

Commit 4dfa3be

Browse files
authored
Update all Bundler dependencies (2025-04-24) (#3810)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 625feb6 commit 4dfa3be

6 files changed

+43
-37
lines changed

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
money-rails (~> 1.12)
132132
avo-record_link_field (0.0.2)
133133
aws-eventstream (1.3.2)
134-
aws-partitions (1.1088.0)
134+
aws-partitions (1.1091.0)
135135
aws-sdk-core (3.222.2)
136136
aws-eventstream (~> 1, >= 1.3.0)
137137
aws-partitions (~> 1, >= 1.992.0)
@@ -186,7 +186,7 @@ GEM
186186
coercible (1.0.0)
187187
descendants_tracker (~> 0.0.1)
188188
concurrent-ruby (1.3.5)
189-
connection_pool (2.5.1)
189+
connection_pool (2.5.2)
190190
countries (7.1.1)
191191
unaccent (~> 0.3)
192192
crack (1.0.0)
@@ -416,7 +416,7 @@ GEM
416416
multipart-post (2.4.1)
417417
net-http (0.6.0)
418418
uri
419-
net-imap (0.5.6)
419+
net-imap (0.5.7)
420420
date
421421
net-protocol
422422
net-pop (0.1.2)
@@ -555,7 +555,7 @@ GEM
555555
rspec-retry (0.6.2)
556556
rspec-core (> 3.3)
557557
rspec-support (3.13.2)
558-
rubocop (1.75.2)
558+
rubocop (1.75.3)
559559
json (~> 2.3)
560560
language_server-protocol (~> 3.17.0.2)
561561
lint_roller (~> 1.1.0)
@@ -573,7 +573,7 @@ GEM
573573
lint_roller (~> 1.1)
574574
rubocop (>= 1.75.0, < 2.0)
575575
rubocop-ast (>= 1.38.0, < 2.0)
576-
rubocop-shopify (2.16.0)
576+
rubocop-shopify (2.17.0)
577577
rubocop (~> 1.62)
578578
ruby-openai (8.1.0)
579579
event_stream_parser (>= 0.3.0, < 2.0.0)
@@ -637,8 +637,9 @@ GEM
637637
spring (4.3.0)
638638
spring-commands-rspec (1.0.4)
639639
spring (>= 0.9.1)
640-
sprockets (4.2.1)
640+
sprockets (4.2.2)
641641
concurrent-ruby (~> 1.0)
642+
logger
642643
rack (>= 2.2.4, < 4)
643644
sprockets-rails (3.5.2)
644645
actionpack (>= 6.1)
@@ -656,7 +657,7 @@ GEM
656657
standard-performance (1.8.0)
657658
lint_roller (~> 1.1)
658659
rubocop-performance (~> 1.25.0)
659-
stringio (3.1.6)
660+
stringio (3.1.7)
660661
syntax_tree (6.2.0)
661662
prettier_print (>= 1.2.0)
662663
terminal-table (4.0.0)

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
money-rails (~> 1.12)
119119
avo-record_link_field (0.0.2)
120120
aws-eventstream (1.3.2)
121-
aws-partitions (1.1088.0)
121+
aws-partitions (1.1091.0)
122122
aws-sdk-core (3.222.2)
123123
aws-eventstream (~> 1, >= 1.3.0)
124124
aws-partitions (~> 1, >= 1.992.0)
@@ -173,7 +173,7 @@ GEM
173173
coercible (1.0.0)
174174
descendants_tracker (~> 0.0.1)
175175
concurrent-ruby (1.3.4)
176-
connection_pool (2.5.1)
176+
connection_pool (2.5.2)
177177
countries (7.1.1)
178178
unaccent (~> 0.3)
179179
crack (1.0.0)
@@ -401,7 +401,7 @@ GEM
401401
multipart-post (2.4.1)
402402
net-http (0.6.0)
403403
uri
404-
net-imap (0.5.6)
404+
net-imap (0.5.7)
405405
date
406406
net-protocol
407407
net-pop (0.1.2)
@@ -529,7 +529,7 @@ GEM
529529
rspec-retry (0.6.2)
530530
rspec-core (> 3.3)
531531
rspec-support (3.13.2)
532-
rubocop (1.75.2)
532+
rubocop (1.75.3)
533533
json (~> 2.3)
534534
language_server-protocol (~> 3.17.0.2)
535535
lint_roller (~> 1.1.0)
@@ -547,7 +547,7 @@ GEM
547547
lint_roller (~> 1.1)
548548
rubocop (>= 1.75.0, < 2.0)
549549
rubocop-ast (>= 1.38.0, < 2.0)
550-
rubocop-shopify (2.16.0)
550+
rubocop-shopify (2.17.0)
551551
rubocop (~> 1.62)
552552
ruby-openai (8.1.0)
553553
event_stream_parser (>= 0.3.0, < 2.0.0)
@@ -610,8 +610,9 @@ GEM
610610
spring (4.3.0)
611611
spring-commands-rspec (1.0.4)
612612
spring (>= 0.9.1)
613-
sprockets (4.2.1)
613+
sprockets (4.2.2)
614614
concurrent-ruby (~> 1.0)
615+
logger
615616
rack (>= 2.2.4, < 4)
616617
sprockets-rails (3.5.2)
617618
actionpack (>= 6.1)

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
money-rails (~> 1.12)
119119
avo-record_link_field (0.0.2)
120120
aws-eventstream (1.3.2)
121-
aws-partitions (1.1088.0)
121+
aws-partitions (1.1091.0)
122122
aws-sdk-core (3.222.2)
123123
aws-eventstream (~> 1, >= 1.3.0)
124124
aws-partitions (~> 1, >= 1.992.0)
@@ -173,7 +173,7 @@ GEM
173173
coercible (1.0.0)
174174
descendants_tracker (~> 0.0.1)
175175
concurrent-ruby (1.3.4)
176-
connection_pool (2.5.1)
176+
connection_pool (2.5.2)
177177
countries (7.1.1)
178178
unaccent (~> 0.3)
179179
crack (1.0.0)
@@ -401,7 +401,7 @@ GEM
401401
multipart-post (2.4.1)
402402
net-http (0.6.0)
403403
uri
404-
net-imap (0.5.6)
404+
net-imap (0.5.7)
405405
date
406406
net-protocol
407407
net-pop (0.1.2)
@@ -529,7 +529,7 @@ GEM
529529
rspec-retry (0.6.2)
530530
rspec-core (> 3.3)
531531
rspec-support (3.13.2)
532-
rubocop (1.75.2)
532+
rubocop (1.75.3)
533533
json (~> 2.3)
534534
language_server-protocol (~> 3.17.0.2)
535535
lint_roller (~> 1.1.0)
@@ -547,7 +547,7 @@ GEM
547547
lint_roller (~> 1.1)
548548
rubocop (>= 1.75.0, < 2.0)
549549
rubocop-ast (>= 1.38.0, < 2.0)
550-
rubocop-shopify (2.16.0)
550+
rubocop-shopify (2.17.0)
551551
rubocop (~> 1.62)
552552
ruby-openai (8.1.0)
553553
event_stream_parser (>= 0.3.0, < 2.0.0)
@@ -610,8 +610,9 @@ GEM
610610
spring (4.3.0)
611611
spring-commands-rspec (1.0.4)
612612
spring (>= 0.9.1)
613-
sprockets (4.2.1)
613+
sprockets (4.2.2)
614614
concurrent-ruby (~> 1.0)
615+
logger
615616
rack (>= 2.2.4, < 4)
616617
sprockets-rails (3.5.2)
617618
actionpack (>= 6.1)

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
money-rails (~> 1.12)
132132
avo-record_link_field (0.0.2)
133133
aws-eventstream (1.3.2)
134-
aws-partitions (1.1088.0)
134+
aws-partitions (1.1091.0)
135135
aws-sdk-core (3.222.2)
136136
aws-eventstream (~> 1, >= 1.3.0)
137137
aws-partitions (~> 1, >= 1.992.0)
@@ -186,7 +186,7 @@ GEM
186186
coercible (1.0.0)
187187
descendants_tracker (~> 0.0.1)
188188
concurrent-ruby (1.3.5)
189-
connection_pool (2.5.1)
189+
connection_pool (2.5.2)
190190
countries (7.1.1)
191191
unaccent (~> 0.3)
192192
crack (1.0.0)
@@ -415,7 +415,7 @@ GEM
415415
multipart-post (2.4.1)
416416
net-http (0.6.0)
417417
uri
418-
net-imap (0.5.6)
418+
net-imap (0.5.7)
419419
date
420420
net-protocol
421421
net-pop (0.1.2)
@@ -549,7 +549,7 @@ GEM
549549
rspec-retry (0.6.2)
550550
rspec-core (> 3.3)
551551
rspec-support (3.13.2)
552-
rubocop (1.75.2)
552+
rubocop (1.75.3)
553553
json (~> 2.3)
554554
language_server-protocol (~> 3.17.0.2)
555555
lint_roller (~> 1.1.0)
@@ -567,7 +567,7 @@ GEM
567567
lint_roller (~> 1.1)
568568
rubocop (>= 1.75.0, < 2.0)
569569
rubocop-ast (>= 1.38.0, < 2.0)
570-
rubocop-shopify (2.16.0)
570+
rubocop-shopify (2.17.0)
571571
rubocop (~> 1.62)
572572
ruby-openai (8.1.0)
573573
event_stream_parser (>= 0.3.0, < 2.0.0)
@@ -631,8 +631,9 @@ GEM
631631
spring (4.3.0)
632632
spring-commands-rspec (1.0.4)
633633
spring (>= 0.9.1)
634-
sprockets (4.2.1)
634+
sprockets (4.2.2)
635635
concurrent-ruby (~> 1.0)
636+
logger
636637
rack (>= 2.2.4, < 4)
637638
sprockets-rails (3.5.2)
638639
actionpack (>= 6.1)

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
money-rails (~> 1.12)
132132
avo-record_link_field (0.0.2)
133133
aws-eventstream (1.3.2)
134-
aws-partitions (1.1088.0)
134+
aws-partitions (1.1091.0)
135135
aws-sdk-core (3.222.2)
136136
aws-eventstream (~> 1, >= 1.3.0)
137137
aws-partitions (~> 1, >= 1.992.0)
@@ -186,7 +186,7 @@ GEM
186186
coercible (1.0.0)
187187
descendants_tracker (~> 0.0.1)
188188
concurrent-ruby (1.3.5)
189-
connection_pool (2.5.1)
189+
connection_pool (2.5.2)
190190
countries (7.1.1)
191191
unaccent (~> 0.3)
192192
crack (1.0.0)
@@ -415,7 +415,7 @@ GEM
415415
multipart-post (2.4.1)
416416
net-http (0.6.0)
417417
uri
418-
net-imap (0.5.6)
418+
net-imap (0.5.7)
419419
date
420420
net-protocol
421421
net-pop (0.1.2)
@@ -549,7 +549,7 @@ GEM
549549
rspec-retry (0.6.2)
550550
rspec-core (> 3.3)
551551
rspec-support (3.13.2)
552-
rubocop (1.75.2)
552+
rubocop (1.75.3)
553553
json (~> 2.3)
554554
language_server-protocol (~> 3.17.0.2)
555555
lint_roller (~> 1.1.0)
@@ -567,7 +567,7 @@ GEM
567567
lint_roller (~> 1.1)
568568
rubocop (>= 1.75.0, < 2.0)
569569
rubocop-ast (>= 1.38.0, < 2.0)
570-
rubocop-shopify (2.16.0)
570+
rubocop-shopify (2.17.0)
571571
rubocop (~> 1.62)
572572
ruby-openai (8.1.0)
573573
event_stream_parser (>= 0.3.0, < 2.0.0)
@@ -631,8 +631,9 @@ GEM
631631
spring (4.3.0)
632632
spring-commands-rspec (1.0.4)
633633
spring (>= 0.9.1)
634-
sprockets (4.2.1)
634+
sprockets (4.2.2)
635635
concurrent-ruby (~> 1.0)
636+
logger
636637
rack (>= 2.2.4, < 4)
637638
sprockets-rails (3.5.2)
638639
actionpack (>= 6.1)

gemfiles/rails_8.0_ruby_3.3.0.gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
money-rails (~> 1.12)
132132
avo-record_link_field (0.0.2)
133133
aws-eventstream (1.3.2)
134-
aws-partitions (1.1088.0)
134+
aws-partitions (1.1091.0)
135135
aws-sdk-core (3.222.2)
136136
aws-eventstream (~> 1, >= 1.3.0)
137137
aws-partitions (~> 1, >= 1.992.0)
@@ -186,7 +186,7 @@ GEM
186186
coercible (1.0.0)
187187
descendants_tracker (~> 0.0.1)
188188
concurrent-ruby (1.3.5)
189-
connection_pool (2.5.1)
189+
connection_pool (2.5.2)
190190
countries (7.1.1)
191191
unaccent (~> 0.3)
192192
crack (1.0.0)
@@ -415,7 +415,7 @@ GEM
415415
multipart-post (2.4.1)
416416
net-http (0.6.0)
417417
uri
418-
net-imap (0.5.6)
418+
net-imap (0.5.7)
419419
date
420420
net-protocol
421421
net-pop (0.1.2)
@@ -549,7 +549,7 @@ GEM
549549
rspec-retry (0.6.2)
550550
rspec-core (> 3.3)
551551
rspec-support (3.13.2)
552-
rubocop (1.75.2)
552+
rubocop (1.75.3)
553553
json (~> 2.3)
554554
language_server-protocol (~> 3.17.0.2)
555555
lint_roller (~> 1.1.0)
@@ -567,7 +567,7 @@ GEM
567567
lint_roller (~> 1.1)
568568
rubocop (>= 1.75.0, < 2.0)
569569
rubocop-ast (>= 1.38.0, < 2.0)
570-
rubocop-shopify (2.16.0)
570+
rubocop-shopify (2.17.0)
571571
rubocop (~> 1.62)
572572
ruby-openai (8.1.0)
573573
event_stream_parser (>= 0.3.0, < 2.0.0)
@@ -631,8 +631,9 @@ GEM
631631
spring (4.3.0)
632632
spring-commands-rspec (1.0.4)
633633
spring (>= 0.9.1)
634-
sprockets (4.2.1)
634+
sprockets (4.2.2)
635635
concurrent-ruby (~> 1.0)
636+
logger
636637
rack (>= 2.2.4, < 4)
637638
sprockets-rails (3.5.2)
638639
actionpack (>= 6.1)

0 commit comments

Comments
 (0)