Skip to content

Commit e996e88

Browse files
Update Ruby dependencies
1 parent 06e7187 commit e996e88

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Gemfile.lock

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ GEM
8383
tzinfo (~> 2.0)
8484
addressable (2.8.7)
8585
public_suffix (>= 2.0.2, < 7.0)
86-
ahoy_matey (5.2.1)
87-
activesupport (>= 6.1)
86+
ahoy_matey (5.3.0)
87+
activesupport (>= 7)
8888
device_detector (>= 1)
8989
safely_block (>= 0.4)
9090
airbrussh (1.5.3)
@@ -174,8 +174,8 @@ GEM
174174
drb (2.2.1)
175175
ed25519 (1.3.0)
176176
erubi (1.13.1)
177-
factory_bot (6.5.0)
178-
activesupport (>= 5.0.0)
177+
factory_bot (6.5.1)
178+
activesupport (>= 6.1.0)
179179
factory_bot_rails (6.4.4)
180180
factory_bot (~> 6.5)
181181
railties (>= 5.0.0)
@@ -247,7 +247,7 @@ GEM
247247
activerecord
248248
kaminari-core (= 1.2.2)
249249
kaminari-core (1.2.2)
250-
language_server-protocol (3.17.0.3)
250+
language_server-protocol (3.17.0.4)
251251
llhttp-ffi (0.5.0)
252252
ffi-compiler (~> 1.0)
253253
rake (~> 13.0)
@@ -306,10 +306,10 @@ GEM
306306
date
307307
stringio
308308
public_suffix (6.0.1)
309-
puma (6.5.0)
309+
puma (6.6.0)
310310
nio4r (~> 2.0)
311311
racc (1.8.1)
312-
rack (3.1.8)
312+
rack (3.1.9)
313313
rack-attack (6.7.0)
314314
rack (>= 1.0, < 4)
315315
rack-session (2.1.0)
@@ -390,17 +390,17 @@ GEM
390390
rspec-mocks (~> 3.13)
391391
rspec-support (~> 3.13)
392392
rspec-support (3.13.2)
393-
rubocop (1.71.0)
393+
rubocop (1.71.1)
394394
json (~> 2.3)
395395
language_server-protocol (>= 3.17.0)
396396
parallel (~> 1.10)
397397
parser (>= 3.3.0.2)
398398
rainbow (>= 2.2.2, < 4.0)
399399
regexp_parser (>= 2.9.3, < 3.0)
400-
rubocop-ast (>= 1.36.2, < 2.0)
400+
rubocop-ast (>= 1.38.0, < 2.0)
401401
ruby-progressbar (~> 1.7)
402402
unicode-display_width (>= 2.4.0, < 4.0)
403-
rubocop-ast (1.37.0)
403+
rubocop-ast (1.38.0)
404404
parser (>= 3.3.1.0)
405405
rubocop-capybara (2.21.0)
406406
rubocop (~> 1.41)
@@ -457,8 +457,8 @@ GEM
457457
net-ssh (>= 2.8.0)
458458
ostruct
459459
stringio (3.1.2)
460-
terminal-table (3.0.2)
461-
unicode-display_width (>= 1.1.1, < 3)
460+
terminal-table (4.0.0)
461+
unicode-display_width (>= 1.1.1, < 4)
462462
thor (1.3.2)
463463
timecop (0.9.10)
464464
timeout (0.4.3)
@@ -467,7 +467,9 @@ GEM
467467
railties (>= 6.0.0)
468468
tzinfo (2.0.6)
469469
concurrent-ruby (~> 1.0)
470-
unicode-display_width (2.6.0)
470+
unicode-display_width (3.1.4)
471+
unicode-emoji (~> 4.0, >= 4.0.4)
472+
unicode-emoji (4.0.4)
471473
warden (1.2.9)
472474
rack (>= 2.0.9)
473475
web-console (4.2.1)

0 commit comments

Comments
 (0)