Skip to content

Commit 1c5ae81

Browse files
authored
Update all Bundler dependencies (2025-02-13) (#3663)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent a417a47 commit 1c5ae81

6 files changed

+141
-111
lines changed

Gemfile.lock

+26-21
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,12 @@ GEM
107107
acts_as_list (1.2.4)
108108
activerecord (>= 6.1)
109109
activesupport (>= 6.1)
110-
actual_db_schema (0.8.1)
110+
actual_db_schema (0.8.2)
111111
activerecord
112112
activesupport
113+
ast
113114
csv
115+
parser
114116
addressable (2.8.7)
115117
public_suffix (>= 2.0.2, < 7.0)
116118
amazing_print (1.7.2)
@@ -126,16 +128,17 @@ GEM
126128
money-rails (~> 1.12)
127129
avo-record_link_field (0.0.2)
128130
aws-eventstream (1.3.0)
129-
aws-partitions (1.1046.0)
130-
aws-sdk-core (3.217.1)
131+
aws-partitions (1.1050.0)
132+
aws-sdk-core (3.218.1)
131133
aws-eventstream (~> 1, >= 1.3.0)
132134
aws-partitions (~> 1, >= 1.992.0)
133135
aws-sigv4 (~> 1.9)
136+
base64
134137
jmespath (~> 1, >= 1.6.1)
135-
aws-sdk-kms (1.97.0)
138+
aws-sdk-kms (1.98.0)
136139
aws-sdk-core (~> 3, >= 3.216.0)
137140
aws-sigv4 (~> 1.5)
138-
aws-sdk-s3 (1.179.0)
141+
aws-sdk-s3 (1.180.0)
139142
aws-sdk-core (~> 3, >= 3.216.0)
140143
aws-sdk-kms (~> 1)
141144
aws-sigv4 (~> 1.5)
@@ -180,7 +183,7 @@ GEM
180183
descendants_tracker (~> 0.0.1)
181184
concurrent-ruby (1.3.5)
182185
connection_pool (2.5.0)
183-
countries (7.1.0)
186+
countries (7.1.1)
184187
unaccent (~> 0.3)
185188
crack (1.0.0)
186189
bigdecimal
@@ -221,7 +224,7 @@ GEM
221224
railties (>= 4.1.0)
222225
responders
223226
warden (~> 1.2.3)
224-
diff-lcs (1.5.1)
227+
diff-lcs (1.6.0)
225228
docile (1.4.1)
226229
dotenv (3.1.7)
227230
dotenv-rails (3.1.7)
@@ -340,8 +343,8 @@ GEM
340343
rainbow (>= 2.2.2, < 4.0)
341344
terminal-table (>= 1.5.1)
342345
ice_nine (0.11.2)
343-
image_processing (1.13.0)
344-
mini_magick (>= 4.9.5, < 5)
346+
image_processing (1.14.0)
347+
mini_magick (>= 4.9.5, < 6)
345348
ruby-vips (>= 2.0.17, < 3)
346349
inline_svg (1.10.0)
347350
activesupport (>= 3.0)
@@ -357,7 +360,7 @@ GEM
357360
jmespath (1.6.2)
358361
jsbundling-rails (1.3.1)
359362
railties (>= 6.0.0)
360-
json (2.9.1)
363+
json (2.10.1)
361364
kramdown (2.5.1)
362365
rexml (>= 3.3.9)
363366
kramdown-parser-gfm (1.1.0)
@@ -389,7 +392,9 @@ GEM
389392
actionpack (>= 6.0.0, < 8.1)
390393
method_source (1.1.0)
391394
mini_histogram (0.3.1)
392-
mini_magick (4.13.2)
395+
mini_magick (5.1.2)
396+
benchmark
397+
logger
393398
mini_mime (1.1.5)
394399
minitest (5.25.4)
395400
monetize (1.13.0)
@@ -401,7 +406,7 @@ GEM
401406
monetize (~> 1.9)
402407
money (~> 6.13)
403408
railties (>= 3.0)
404-
msgpack (1.7.5)
409+
msgpack (1.8.0)
405410
multipart-post (2.4.1)
406411
net-http (0.6.0)
407412
uri
@@ -491,7 +496,7 @@ GEM
491496
zeitwerk (~> 2.6)
492497
rainbow (3.1.1)
493498
rake (13.2.1)
494-
ransack (4.2.1)
499+
ransack (4.3.0)
495500
activerecord (>= 6.1.5)
496501
activesupport (>= 6.1.5)
497502
i18n
@@ -500,7 +505,7 @@ GEM
500505
ffi (~> 1.0)
501506
rbs (3.8.1)
502507
logger
503-
rdoc (6.11.0)
508+
rdoc (6.12.0)
504509
psych (>= 4.0.0)
505510
redis (5.3.0)
506511
redis-client (>= 0.22.0)
@@ -522,7 +527,7 @@ GEM
522527
nokogiri
523528
rexml (3.4.0)
524529
ripper-tags (1.0.2)
525-
rspec-core (3.13.2)
530+
rspec-core (3.13.3)
526531
rspec-support (~> 3.13.0)
527532
rspec-expectations (3.13.3)
528533
diff-lcs (>= 1.2.0, < 2.0)
@@ -541,14 +546,14 @@ GEM
541546
rspec-retry (0.6.2)
542547
rspec-core (> 3.3)
543548
rspec-support (3.13.2)
544-
rubocop (1.70.0)
549+
rubocop (1.71.2)
545550
json (~> 2.3)
546551
language_server-protocol (>= 3.17.0)
547552
parallel (~> 1.10)
548553
parser (>= 3.3.0.2)
549554
rainbow (>= 2.2.2, < 4.0)
550555
regexp_parser (>= 2.9.3, < 3.0)
551-
rubocop-ast (>= 1.36.2, < 2.0)
556+
rubocop-ast (>= 1.38.0, < 2.0)
552557
ruby-progressbar (~> 1.7)
553558
unicode-display_width (>= 2.4.0, < 4.0)
554559
rubocop-ast (1.38.0)
@@ -558,13 +563,13 @@ GEM
558563
rubocop-ast (>= 1.31.1, < 2.0)
559564
rubocop-shopify (2.15.1)
560565
rubocop (~> 1.51)
561-
ruby-openai (7.3.1)
566+
ruby-openai (7.4.0)
562567
event_stream_parser (>= 0.3.0, < 2.0.0)
563568
faraday (>= 1)
564569
faraday-multipart (>= 1)
565570
ruby-progressbar (1.13.0)
566571
ruby-statistics (3.0.2)
567-
ruby-vips (2.2.2)
572+
ruby-vips (2.2.3)
568573
ffi (~> 1.12)
569574
logger
570575
ruby_parser (3.21.1)
@@ -626,10 +631,10 @@ GEM
626631
actionpack (>= 6.1)
627632
activesupport (>= 6.1)
628633
sprockets (>= 3.0.0)
629-
standard (1.44.0)
634+
standard (1.45.0)
630635
language_server-protocol (~> 3.17.0.2)
631636
lint_roller (~> 1.0)
632-
rubocop (~> 1.70.0)
637+
rubocop (~> 1.71.0)
633638
standard-custom (~> 1.0.0)
634639
standard-performance (~> 1.6)
635640
standard-custom (1.0.2)

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

+26-21
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,12 @@ GEM
9494
acts_as_list (1.2.4)
9595
activerecord (>= 6.1)
9696
activesupport (>= 6.1)
97-
actual_db_schema (0.8.1)
97+
actual_db_schema (0.8.2)
9898
activerecord
9999
activesupport
100+
ast
100101
csv
102+
parser
101103
addressable (2.8.7)
102104
public_suffix (>= 2.0.2, < 7.0)
103105
amazing_print (1.7.2)
@@ -113,16 +115,17 @@ GEM
113115
money-rails (~> 1.12)
114116
avo-record_link_field (0.0.2)
115117
aws-eventstream (1.3.0)
116-
aws-partitions (1.1046.0)
117-
aws-sdk-core (3.217.1)
118+
aws-partitions (1.1050.0)
119+
aws-sdk-core (3.218.1)
118120
aws-eventstream (~> 1, >= 1.3.0)
119121
aws-partitions (~> 1, >= 1.992.0)
120122
aws-sigv4 (~> 1.9)
123+
base64
121124
jmespath (~> 1, >= 1.6.1)
122-
aws-sdk-kms (1.97.0)
125+
aws-sdk-kms (1.98.0)
123126
aws-sdk-core (~> 3, >= 3.216.0)
124127
aws-sigv4 (~> 1.5)
125-
aws-sdk-s3 (1.179.0)
128+
aws-sdk-s3 (1.180.0)
126129
aws-sdk-core (~> 3, >= 3.216.0)
127130
aws-sdk-kms (~> 1)
128131
aws-sigv4 (~> 1.5)
@@ -167,7 +170,7 @@ GEM
167170
descendants_tracker (~> 0.0.1)
168171
concurrent-ruby (1.3.4)
169172
connection_pool (2.5.0)
170-
countries (7.1.0)
173+
countries (7.1.1)
171174
unaccent (~> 0.3)
172175
crack (1.0.0)
173176
bigdecimal
@@ -208,7 +211,7 @@ GEM
208211
railties (>= 4.1.0)
209212
responders
210213
warden (~> 1.2.3)
211-
diff-lcs (1.5.1)
214+
diff-lcs (1.6.0)
212215
docile (1.4.1)
213216
dotenv (3.1.7)
214217
dotenv-rails (3.1.7)
@@ -326,8 +329,8 @@ GEM
326329
rainbow (>= 2.2.2, < 4.0)
327330
terminal-table (>= 1.5.1)
328331
ice_nine (0.11.2)
329-
image_processing (1.13.0)
330-
mini_magick (>= 4.9.5, < 5)
332+
image_processing (1.14.0)
333+
mini_magick (>= 4.9.5, < 6)
331334
ruby-vips (>= 2.0.17, < 3)
332335
inline_svg (1.10.0)
333336
activesupport (>= 3.0)
@@ -343,7 +346,7 @@ GEM
343346
jmespath (1.6.2)
344347
jsbundling-rails (1.3.1)
345348
railties (>= 6.0.0)
346-
json (2.9.1)
349+
json (2.10.1)
347350
kramdown (2.5.1)
348351
rexml (>= 3.3.9)
349352
kramdown-parser-gfm (1.1.0)
@@ -375,7 +378,9 @@ GEM
375378
actionpack (>= 6.0.0, < 8.1)
376379
method_source (1.1.0)
377380
mini_histogram (0.3.1)
378-
mini_magick (4.13.2)
381+
mini_magick (5.1.2)
382+
benchmark
383+
logger
379384
mini_mime (1.1.5)
380385
minitest (5.25.4)
381386
monetize (1.13.0)
@@ -387,7 +392,7 @@ GEM
387392
monetize (~> 1.9)
388393
money (~> 6.13)
389394
railties (>= 3.0)
390-
msgpack (1.7.5)
395+
msgpack (1.8.0)
391396
multipart-post (2.4.1)
392397
net-http (0.6.0)
393398
uri
@@ -429,7 +434,7 @@ GEM
429434
puma (6.6.0)
430435
nio4r (~> 2.0)
431436
racc (1.8.1)
432-
rack (2.2.10)
437+
rack (2.2.11)
433438
rack-test (2.2.0)
434439
rack (>= 1.3)
435440
rails (6.1.7.10)
@@ -469,7 +474,7 @@ GEM
469474
thor (~> 1.0)
470475
rainbow (3.1.1)
471476
rake (13.2.1)
472-
ransack (4.2.1)
477+
ransack (4.3.0)
473478
activerecord (>= 6.1.5)
474479
activesupport (>= 6.1.5)
475480
i18n
@@ -499,7 +504,7 @@ GEM
499504
nokogiri
500505
rexml (3.4.0)
501506
ripper-tags (1.0.2)
502-
rspec-core (3.13.2)
507+
rspec-core (3.13.3)
503508
rspec-support (~> 3.13.0)
504509
rspec-expectations (3.13.3)
505510
diff-lcs (>= 1.2.0, < 2.0)
@@ -518,14 +523,14 @@ GEM
518523
rspec-retry (0.6.2)
519524
rspec-core (> 3.3)
520525
rspec-support (3.13.2)
521-
rubocop (1.70.0)
526+
rubocop (1.71.2)
522527
json (~> 2.3)
523528
language_server-protocol (>= 3.17.0)
524529
parallel (~> 1.10)
525530
parser (>= 3.3.0.2)
526531
rainbow (>= 2.2.2, < 4.0)
527532
regexp_parser (>= 2.9.3, < 3.0)
528-
rubocop-ast (>= 1.36.2, < 2.0)
533+
rubocop-ast (>= 1.38.0, < 2.0)
529534
ruby-progressbar (~> 1.7)
530535
unicode-display_width (>= 2.4.0, < 4.0)
531536
rubocop-ast (1.38.0)
@@ -535,13 +540,13 @@ GEM
535540
rubocop-ast (>= 1.31.1, < 2.0)
536541
rubocop-shopify (2.15.1)
537542
rubocop (~> 1.51)
538-
ruby-openai (7.3.1)
543+
ruby-openai (7.4.0)
539544
event_stream_parser (>= 0.3.0, < 2.0.0)
540545
faraday (>= 1)
541546
faraday-multipart (>= 1)
542547
ruby-progressbar (1.13.0)
543548
ruby-statistics (3.0.2)
544-
ruby-vips (2.2.2)
549+
ruby-vips (2.2.3)
545550
ffi (~> 1.12)
546551
logger
547552
ruby_parser (3.21.1)
@@ -602,10 +607,10 @@ GEM
602607
actionpack (>= 6.1)
603608
activesupport (>= 6.1)
604609
sprockets (>= 3.0.0)
605-
standard (1.44.0)
610+
standard (1.45.0)
606611
language_server-protocol (~> 3.17.0.2)
607612
lint_roller (~> 1.0)
608-
rubocop (~> 1.70.0)
613+
rubocop (~> 1.71.0)
609614
standard-custom (~> 1.0.0)
610615
standard-performance (~> 1.6)
611616
standard-custom (1.0.2)

0 commit comments

Comments
 (0)