Skip to content

Commit e51e945

Browse files
committed
update Gemfile.lock
1 parent 084a577 commit e51e945

File tree

1 file changed

+26
-21
lines changed

1 file changed

+26
-21
lines changed

Gemfile.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ GEM
250250
language_server-protocol (3.17.0.4)
251251
library_stdnums (1.6.0)
252252
link_header (0.0.8)
253+
lint_roller (1.1.0)
253254
lisbn (0.3.2)
254255
nokogiri
255256
nori (~> 2.0)
@@ -267,8 +268,8 @@ GEM
267268
mime-types (3.6.0)
268269
logger
269270
mime-types-data (~> 3.2015)
270-
mime-types-data (3.2025.0204)
271-
mini_magick (5.1.2)
271+
mime-types-data (3.2025.0220)
272+
mini_magick (5.2.0)
272273
benchmark
273274
logger
274275
mini_mime (1.1.5)
@@ -298,7 +299,7 @@ GEM
298299
net-smtp (0.5.1)
299300
net-protocol
300301
nio4r (2.7.4)
301-
nokogiri (1.18.2-x86_64-linux-gnu)
302+
nokogiri (1.18.3-x86_64-linux-gnu)
302303
racc (~> 1.4)
303304
nori (2.7.1)
304305
bigdecimal
@@ -309,7 +310,7 @@ GEM
309310
options (2.3.2)
310311
orm_adapter (0.5.0)
311312
parallel (1.26.3)
312-
parallel_tests (4.9.0)
313+
parallel_tests (4.9.1)
313314
parallel
314315
parser (3.3.7.1)
315316
ast (~> 2.4.1)
@@ -399,7 +400,7 @@ GEM
399400
rdf (~> 3.3)
400401
rdoc (6.12.0)
401402
psych (>= 4.0.0)
402-
redis (5.3.0)
403+
redis (5.4.0)
403404
redis-client (>= 0.22.0)
404405
redis-client (0.23.2)
405406
connection_pool
@@ -416,7 +417,7 @@ GEM
416417
typesafe_enum (~> 0.1, >= 0.1.5)
417418
xml-mapping (~> 0.10)
418419
xml-mapping_extensions (~> 0.4, >= 0.4.8)
419-
rexml (3.4.0)
420+
rexml (3.4.1)
420421
rsolr (2.6.0)
421422
builder (>= 2.1.2)
422423
faraday (>= 0.9, < 3, != 2.0.0)
@@ -441,9 +442,10 @@ GEM
441442
rspec-core (>= 2, < 4, != 2.12.0)
442443
rss (0.3.1)
443444
rexml
444-
rubocop (1.71.2)
445+
rubocop (1.72.2)
445446
json (~> 2.3)
446-
language_server-protocol (>= 3.17.0)
447+
language_server-protocol (~> 3.17.0.2)
448+
lint_roller (~> 1.1.0)
447449
parallel (~> 1.10)
448450
parser (>= 3.3.0.2)
449451
rainbow (>= 2.2.2, < 4.0)
@@ -453,17 +455,20 @@ GEM
453455
unicode-display_width (>= 2.4.0, < 4.0)
454456
rubocop-ast (1.38.0)
455457
parser (>= 3.3.1.0)
456-
rubocop-minitest (0.36.0)
457-
rubocop (>= 1.61, < 2.0)
458-
rubocop-ast (>= 1.31.1, < 2.0)
459-
rubocop-performance (1.23.1)
460-
rubocop (>= 1.48.1, < 2.0)
461-
rubocop-ast (>= 1.31.1, < 2.0)
462-
rubocop-rails (2.29.1)
458+
rubocop-minitest (0.37.1)
459+
lint_roller (~> 1.1)
460+
rubocop (>= 1.72.1, < 2.0)
461+
rubocop-ast (>= 1.38.0, < 2.0)
462+
rubocop-performance (1.24.0)
463+
lint_roller (~> 1.1)
464+
rubocop (>= 1.72.1, < 2.0)
465+
rubocop-ast (>= 1.38.0, < 2.0)
466+
rubocop-rails (2.30.1)
463467
activesupport (>= 4.2.0)
468+
lint_roller (~> 1.1)
464469
rack (>= 1.1)
465-
rubocop (>= 1.52.0, < 2.0)
466-
rubocop-ast (>= 1.31.1, < 2.0)
470+
rubocop (>= 1.72.1, < 2.0)
471+
rubocop-ast (>= 1.38.0, < 2.0)
467472
rubocop-rails-omakase (1.0.0)
468473
rubocop
469474
rubocop-minitest
@@ -484,7 +489,7 @@ GEM
484489
tilt
485490
scanf (1.0.0)
486491
securerandom (0.4.1)
487-
selenium-webdriver (4.28.0)
492+
selenium-webdriver (4.29.1)
488493
base64 (~> 0.2)
489494
logger (~> 1.4)
490495
rexml (~> 3.2, >= 3.2.5)
@@ -516,8 +521,8 @@ GEM
516521
statesman (12.1.0)
517522
stimulus-rails (1.3.4)
518523
railties (>= 6.0.0)
519-
stringio (3.1.3)
520-
strip_attributes (1.14.1)
524+
stringio (3.1.5)
525+
strip_attributes (2.0.0)
521526
activemodel (>= 3.0, < 9.0)
522527
sunspot (2.7.1)
523528
bigdecimal
@@ -575,7 +580,7 @@ GEM
575580
xml-mapping (~> 0.10)
576581
xpath (3.2.0)
577582
nokogiri (~> 1.8)
578-
zeitwerk (2.7.1)
583+
zeitwerk (2.7.2)
579584

580585
PLATFORMS
581586
x86_64-linux

0 commit comments

Comments
 (0)