Skip to content

Commit 2eb501d

Browse files
committed
Update dependencies
1 parent ab83331 commit 2eb501d

File tree

1 file changed

+53
-47
lines changed

1 file changed

+53
-47
lines changed

Gemfile.lock

+53-47
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ GEM
166166
fiber-storage (1.0.0)
167167
globalid (1.2.1)
168168
activesupport (>= 6.1)
169-
graphql (2.4.9)
169+
graphql (2.4.12)
170170
base64
171171
fiber-storage
172172
logger
@@ -199,7 +199,7 @@ GEM
199199
rails-dom-testing (>= 1, < 3)
200200
railties (>= 4.2.0)
201201
thor (>= 0.14, < 2.0)
202-
json (2.10.0)
202+
json (2.10.2)
203203
json-jwt (1.16.7)
204204
activesupport (>= 4.2)
205205
aes_key_wrap
@@ -220,10 +220,11 @@ GEM
220220
kaminari-core (= 1.2.2)
221221
kaminari-core (1.2.2)
222222
language_server-protocol (3.17.0.4)
223-
llhttp-ffi (0.5.0)
223+
lint_roller (1.1.0)
224+
llhttp-ffi (0.5.1)
224225
ffi-compiler (~> 1.0)
225226
rake (~> 13.0)
226-
logger (1.6.5)
227+
logger (1.6.6)
227228
loofah (2.24.0)
228229
crass (~> 1.0.2)
229230
nokogiri (>= 1.12.0)
@@ -236,29 +237,29 @@ GEM
236237
matrix (0.4.2)
237238
mini_mime (1.1.5)
238239
minitest (5.25.4)
239-
msgpack (1.7.5)
240+
msgpack (1.8.0)
240241
multi_json (1.15.0)
241242
net-http (0.6.0)
242243
uri
243-
net-imap (0.5.5)
244+
net-imap (0.5.6)
244245
date
245246
net-protocol
246247
net-pop (0.1.2)
247248
net-protocol
248249
net-protocol (0.2.2)
249250
timeout
250-
net-smtp (0.5.0)
251+
net-smtp (0.5.1)
251252
net-protocol
252253
nio4r (2.7.4)
253-
nokogiri (1.18.2-aarch64-linux-gnu)
254+
nokogiri (1.18.3-aarch64-linux-gnu)
254255
racc (~> 1.4)
255-
nokogiri (1.18.2-arm64-darwin)
256+
nokogiri (1.18.3-arm64-darwin)
256257
racc (~> 1.4)
257-
nokogiri (1.18.2-x86_64-darwin)
258+
nokogiri (1.18.3-x86_64-darwin)
258259
racc (~> 1.4)
259-
nokogiri (1.18.2-x86_64-linux-gnu)
260+
nokogiri (1.18.3-x86_64-linux-gnu)
260261
racc (~> 1.4)
261-
omniauth (2.1.2)
262+
omniauth (2.1.3)
262263
hashie (>= 3.4.6)
263264
rack (>= 2.2.3)
264265
rack-protection
@@ -282,7 +283,7 @@ GEM
282283
validate_url
283284
webfinger (~> 2.0)
284285
orm_adapter (0.5.0)
285-
pagy (9.3.3)
286+
pagy (9.3.4)
286287
parallel (1.26.3)
287288
parser (3.3.7.1)
288289
ast (~> 2.4.1)
@@ -298,7 +299,7 @@ GEM
298299
puma (6.6.0)
299300
nio4r (~> 2.0)
300301
racc (1.8.1)
301-
rack (3.1.9)
302+
rack (3.1.12)
302303
rack-cors (2.0.2)
303304
rack (>= 2.0.0)
304305
rack-oauth2 (2.2.1)
@@ -358,34 +359,39 @@ GEM
358359
responders (3.1.1)
359360
actionpack (>= 5.2)
360361
railties (>= 5.2)
361-
rexml (3.4.0)
362-
rubocop (1.71.2)
362+
rexml (3.4.1)
363+
rubocop (1.73.2)
363364
json (~> 2.3)
364-
language_server-protocol (>= 3.17.0)
365+
language_server-protocol (~> 3.17.0.2)
366+
lint_roller (~> 1.1.0)
365367
parallel (~> 1.10)
366368
parser (>= 3.3.0.2)
367369
rainbow (>= 2.2.2, < 4.0)
368370
regexp_parser (>= 2.9.3, < 3.0)
369371
rubocop-ast (>= 1.38.0, < 2.0)
370372
ruby-progressbar (~> 1.7)
371373
unicode-display_width (>= 2.4.0, < 4.0)
372-
rubocop-ast (1.38.0)
374+
rubocop-ast (1.38.1)
373375
parser (>= 3.3.1.0)
374-
rubocop-capybara (2.21.0)
375-
rubocop (~> 1.41)
376+
rubocop-capybara (2.22.1)
377+
lint_roller (~> 1.1)
378+
rubocop (~> 1.72, >= 1.72.1)
376379
rubocop-graphql (1.5.4)
377380
rubocop (>= 1.50, < 2)
378-
rubocop-minitest (0.36.0)
379-
rubocop (>= 1.61, < 2.0)
380-
rubocop-ast (>= 1.31.1, < 2.0)
381-
rubocop-performance (1.23.1)
382-
rubocop (>= 1.48.1, < 2.0)
383-
rubocop-ast (>= 1.31.1, < 2.0)
384-
rubocop-rails (2.29.1)
381+
rubocop-minitest (0.37.1)
382+
lint_roller (~> 1.1)
383+
rubocop (>= 1.72.1, < 2.0)
384+
rubocop-ast (>= 1.38.0, < 2.0)
385+
rubocop-performance (1.24.0)
386+
lint_roller (~> 1.1)
387+
rubocop (>= 1.72.1, < 2.0)
388+
rubocop-ast (>= 1.38.0, < 2.0)
389+
rubocop-rails (2.30.3)
385390
activesupport (>= 4.2.0)
391+
lint_roller (~> 1.1)
386392
rack (>= 1.1)
387-
rubocop (>= 1.52.0, < 2.0)
388-
rubocop-ast (>= 1.31.1, < 2.0)
393+
rubocop (>= 1.72.1, < 2.0)
394+
rubocop-ast (>= 1.38.0, < 2.0)
389395
ruby-progressbar (1.13.0)
390396
rubyzip (2.4.1)
391397
sassc (2.4.0)
@@ -396,20 +402,20 @@ GEM
396402
sprockets (> 3.0)
397403
sprockets-rails
398404
tilt
399-
scout_apm (5.6.0)
405+
scout_apm (5.6.1)
400406
parser
401407
securerandom (0.4.1)
402408
selectize-rails (0.12.6)
403-
selenium-webdriver (4.28.0)
409+
selenium-webdriver (4.29.1)
404410
base64 (~> 0.2)
405411
logger (~> 1.4)
406412
rexml (~> 3.2, >= 3.2.5)
407413
rubyzip (>= 1.2.2, < 3.0)
408414
websocket (~> 1.0)
409-
sentry-rails (5.22.4)
415+
sentry-rails (5.23.0)
410416
railties (>= 5.0)
411-
sentry-ruby (~> 5.22.4)
412-
sentry-ruby (5.22.4)
417+
sentry-ruby (~> 5.23.0)
418+
sentry-ruby (5.23.0)
413419
bigdecimal
414420
concurrent-ruby (~> 1.0, >= 1.0.2)
415421
simplecov (0.22.0)
@@ -426,32 +432,32 @@ GEM
426432
actionpack (>= 6.1)
427433
activesupport (>= 6.1)
428434
sprockets (>= 3.0.0)
429-
sqlite3 (2.5.0-aarch64-linux-gnu)
430-
sqlite3 (2.5.0-arm64-darwin)
431-
sqlite3 (2.5.0-x86_64-darwin)
432-
sqlite3 (2.5.0-x86_64-linux-gnu)
435+
sqlite3 (2.6.0-aarch64-linux-gnu)
436+
sqlite3 (2.6.0-arm64-darwin)
437+
sqlite3 (2.6.0-x86_64-darwin)
438+
sqlite3 (2.6.0-x86_64-linux-gnu)
433439
statsd-ruby (1.5.0)
434440
stimulus-rails (1.3.4)
435441
railties (>= 6.0.0)
436442
stringex (2.8.6)
437-
stringio (3.1.2)
443+
stringio (3.1.5)
438444
swd (2.0.3)
439445
activesupport (>= 3)
440446
attr_required (>= 0.0.5)
441447
faraday (~> 2.0)
442448
faraday-follow_redirects
443449
thor (1.3.2)
444-
tilt (2.4.0)
450+
tilt (2.6.0)
445451
timeout (0.4.3)
446-
turbo-rails (2.0.11)
447-
actionpack (>= 6.0.0)
448-
railties (>= 6.0.0)
452+
turbo-rails (2.0.13)
453+
actionpack (>= 7.1.0)
454+
railties (>= 7.1.0)
449455
tzinfo (2.0.6)
450456
concurrent-ruby (~> 1.0)
451457
unicode-display_width (3.1.4)
452458
unicode-emoji (~> 4.0, >= 4.0.4)
453459
unicode-emoji (4.0.4)
454-
uri (1.0.2)
460+
uri (1.0.3)
455461
useragent (0.16.11)
456462
validate_url (1.0.15)
457463
activemodel (>= 3.0.0)
@@ -469,7 +475,7 @@ GEM
469475
activesupport
470476
faraday (~> 2.0)
471477
faraday-follow_redirects
472-
webmock (3.25.0)
478+
webmock (3.25.1)
473479
addressable (>= 2.8.0)
474480
crack (>= 0.3.2)
475481
hashdiff (>= 0.4.0, < 2.0.0)
@@ -481,7 +487,7 @@ GEM
481487
xpath (3.2.0)
482488
nokogiri (~> 1.8)
483489
yard (0.9.37)
484-
zeitwerk (2.7.1)
490+
zeitwerk (2.7.2)
485491

486492
PLATFORMS
487493
aarch64-linux
@@ -543,4 +549,4 @@ RUBY VERSION
543549
ruby 3.4.2p28
544550

545551
BUNDLED WITH
546-
2.6.3
552+
2.6.2

0 commit comments

Comments
 (0)