Skip to content

Commit 288367a

Browse files
committed
Update dependencies
1 parent 018baf6 commit 288367a

File tree

6 files changed

+402
-388
lines changed

6 files changed

+402
-388
lines changed

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,11 @@ GEM
253253
net-smtp
254254
marcel (1.0.4)
255255
matrix (0.4.3)
256+
memoist (0.16.2)
256257
mini_mime (1.1.5)
257258
minitest (5.25.5)
258259
multi_test (1.1.0)
259-
net-imap (0.5.9)
260+
net-imap (0.5.10)
260261
date
261262
net-protocol
262263
net-pop (0.1.2)
@@ -321,7 +322,7 @@ GEM
321322
rails-html-sanitizer (1.6.2)
322323
loofah (~> 2.21)
323324
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
324-
rails-i18n (8.0.1)
325+
rails-i18n (8.0.2)
325326
i18n (>= 0.7, < 2)
326327
railties (>= 8.0.0, < 9)
327328
railties (8.0.2.1)
@@ -349,7 +350,7 @@ GEM
349350
responders (3.1.1)
350351
actionpack (>= 5.2)
351352
railties (>= 5.2)
352-
rexml (3.4.1)
353+
rexml (3.4.2)
353354
rspec-core (3.13.5)
354355
rspec-support (~> 3.13.0)
355356
rspec-expectations (3.13.5)
@@ -366,8 +367,8 @@ GEM
366367
rspec-expectations (~> 3.13)
367368
rspec-mocks (~> 3.13)
368369
rspec-support (~> 3.13)
369-
rspec-support (3.13.4)
370-
rubocop (1.79.2)
370+
rspec-support (3.13.5)
371+
rubocop (1.80.1)
371372
json (~> 2.3)
372373
language_server-protocol (~> 3.17.0.2)
373374
lint_roller (~> 1.1.0)
@@ -407,7 +408,7 @@ GEM
407408
docile (~> 1.1)
408409
simplecov-html (~> 0.11)
409410
simplecov_json_formatter (~> 0.1)
410-
simplecov-cobertura (3.0.0)
411+
simplecov-cobertura (3.1.0)
411412
rexml
412413
simplecov (~> 0.19)
413414
simplecov-html (0.13.2)
@@ -425,15 +426,16 @@ GEM
425426
sqlite3 (2.7.3-x86_64-darwin)
426427
sqlite3 (2.7.3-x86_64-linux-gnu)
427428
stringio (3.1.7)
428-
sys-uname (1.3.1)
429+
sys-uname (1.4.0)
429430
ffi (~> 1.1)
431+
memoist (~> 0.16.2)
430432
terminal-table (4.0.0)
431433
unicode-display_width (>= 1.1.1, < 4)
432434
thor (1.4.0)
433435
timeout (0.4.3)
434436
tzinfo (2.0.6)
435437
concurrent-ruby (~> 1.0)
436-
unicode-display_width (3.1.4)
438+
unicode-display_width (3.1.5)
437439
unicode-emoji (~> 4.0, >= 4.0.4)
438440
unicode-emoji (4.0.4)
439441
uri (1.0.3)

gemfiles/rails_70/Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,13 @@ GEM
235235
net-smtp
236236
marcel (1.0.4)
237237
matrix (0.4.3)
238+
memoist (0.16.2)
238239
method_source (1.1.0)
239240
mini_mime (1.1.5)
240241
mini_portile2 (2.8.9)
241242
minitest (5.25.5)
242243
multi_test (1.1.0)
243-
net-imap (0.5.9)
244+
net-imap (0.5.10)
244245
date
245246
net-protocol
246247
net-pop (0.1.2)
@@ -316,7 +317,7 @@ GEM
316317
responders (3.1.1)
317318
actionpack (>= 5.2)
318319
railties (>= 5.2)
319-
rexml (3.4.1)
320+
rexml (3.4.2)
320321
rspec-core (3.13.5)
321322
rspec-support (~> 3.13.0)
322323
rspec-expectations (3.13.5)
@@ -333,14 +334,14 @@ GEM
333334
rspec-expectations (~> 3.13)
334335
rspec-mocks (~> 3.13)
335336
rspec-support (~> 3.13)
336-
rspec-support (3.13.4)
337+
rspec-support (3.13.5)
337338
ruby-progressbar (1.13.0)
338339
ruby2_keywords (0.0.5)
339340
simplecov (0.22.0)
340341
docile (~> 1.1)
341342
simplecov-html (~> 0.11)
342343
simplecov_json_formatter (~> 0.1)
343-
simplecov-cobertura (3.0.0)
344+
simplecov-cobertura (3.1.0)
344345
rexml
345346
simplecov (~> 0.19)
346347
simplecov-html (0.13.2)
@@ -357,15 +358,16 @@ GEM
357358
mini_portile2 (~> 2.8.0)
358359
sqlite3 (1.7.3-arm64-darwin)
359360
sqlite3 (1.7.3-x86_64-linux)
360-
sys-uname (1.3.1)
361+
sys-uname (1.4.0)
361362
ffi (~> 1.1)
363+
memoist (~> 0.16.2)
362364
terminal-table (4.0.0)
363365
unicode-display_width (>= 1.1.1, < 4)
364366
thor (1.4.0)
365367
timeout (0.4.3)
366368
tzinfo (2.0.6)
367369
concurrent-ruby (~> 1.0)
368-
unicode-display_width (3.1.4)
370+
unicode-display_width (3.1.5)
369371
unicode-emoji (~> 4.0, >= 4.0.4)
370372
unicode-emoji (4.0.4)
371373
warden (1.2.9)

gemfiles/rails_71/Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,13 @@ GEM
255255
net-smtp
256256
marcel (1.0.4)
257257
matrix (0.4.3)
258+
memoist (0.16.2)
258259
mini_mime (1.1.5)
259260
mini_portile2 (2.8.9)
260261
minitest (5.25.5)
261262
multi_test (1.1.0)
262263
mutex_m (0.3.0)
263-
net-imap (0.5.9)
264+
net-imap (0.5.10)
264265
date
265266
net-protocol
266267
net-pop (0.1.2)
@@ -351,7 +352,7 @@ GEM
351352
responders (3.1.1)
352353
actionpack (>= 5.2)
353354
railties (>= 5.2)
354-
rexml (3.4.1)
355+
rexml (3.4.2)
355356
rspec-core (3.13.5)
356357
rspec-support (~> 3.13.0)
357358
rspec-expectations (3.13.5)
@@ -368,15 +369,15 @@ GEM
368369
rspec-expectations (~> 3.13)
369370
rspec-mocks (~> 3.13)
370371
rspec-support (~> 3.13)
371-
rspec-support (3.13.4)
372+
rspec-support (3.13.5)
372373
ruby-progressbar (1.13.0)
373374
ruby2_keywords (0.0.5)
374375
securerandom (0.4.1)
375376
simplecov (0.22.0)
376377
docile (~> 1.1)
377378
simplecov-html (~> 0.11)
378379
simplecov_json_formatter (~> 0.1)
379-
simplecov-cobertura (3.0.0)
380+
simplecov-cobertura (3.1.0)
380381
rexml
381382
simplecov (~> 0.19)
382383
simplecov-html (0.13.2)
@@ -394,15 +395,16 @@ GEM
394395
sqlite3 (2.7.3-arm64-darwin)
395396
sqlite3 (2.7.3-x86_64-linux-gnu)
396397
stringio (3.1.7)
397-
sys-uname (1.3.1)
398+
sys-uname (1.4.0)
398399
ffi (~> 1.1)
400+
memoist (~> 0.16.2)
399401
terminal-table (4.0.0)
400402
unicode-display_width (>= 1.1.1, < 4)
401403
thor (1.4.0)
402404
timeout (0.4.3)
403405
tzinfo (2.0.6)
404406
concurrent-ruby (~> 1.0)
405-
unicode-display_width (3.1.4)
407+
unicode-display_width (3.1.5)
406408
unicode-emoji (~> 4.0, >= 4.0.4)
407409
unicode-emoji (4.0.4)
408410
warden (1.2.9)

gemfiles/rails_72/Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,12 @@ GEM
249249
net-smtp
250250
marcel (1.0.4)
251251
matrix (0.4.3)
252+
memoist (0.16.2)
252253
mini_mime (1.1.5)
253254
mini_portile2 (2.8.9)
254255
minitest (5.25.5)
255256
multi_test (1.1.0)
256-
net-imap (0.5.9)
257+
net-imap (0.5.10)
257258
date
258259
net-protocol
259260
net-pop (0.1.2)
@@ -344,7 +345,7 @@ GEM
344345
responders (3.1.1)
345346
actionpack (>= 5.2)
346347
railties (>= 5.2)
347-
rexml (3.4.1)
348+
rexml (3.4.2)
348349
rspec-core (3.13.5)
349350
rspec-support (~> 3.13.0)
350351
rspec-expectations (3.13.5)
@@ -361,15 +362,15 @@ GEM
361362
rspec-expectations (~> 3.13)
362363
rspec-mocks (~> 3.13)
363364
rspec-support (~> 3.13)
364-
rspec-support (3.13.4)
365+
rspec-support (3.13.5)
365366
ruby-progressbar (1.13.0)
366367
ruby2_keywords (0.0.5)
367368
securerandom (0.4.1)
368369
simplecov (0.22.0)
369370
docile (~> 1.1)
370371
simplecov-html (~> 0.11)
371372
simplecov_json_formatter (~> 0.1)
372-
simplecov-cobertura (3.0.0)
373+
simplecov-cobertura (3.1.0)
373374
rexml
374375
simplecov (~> 0.19)
375376
simplecov-html (0.13.2)
@@ -387,15 +388,16 @@ GEM
387388
sqlite3 (2.7.3-arm64-darwin)
388389
sqlite3 (2.7.3-x86_64-linux-gnu)
389390
stringio (3.1.7)
390-
sys-uname (1.3.1)
391+
sys-uname (1.4.0)
391392
ffi (~> 1.1)
393+
memoist (~> 0.16.2)
392394
terminal-table (4.0.0)
393395
unicode-display_width (>= 1.1.1, < 4)
394396
thor (1.4.0)
395397
timeout (0.4.3)
396398
tzinfo (2.0.6)
397399
concurrent-ruby (~> 1.0)
398-
unicode-display_width (3.1.4)
400+
unicode-display_width (3.1.5)
399401
unicode-emoji (~> 4.0, >= 4.0.4)
400402
unicode-emoji (4.0.4)
401403
useragent (0.16.11)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"homepage": "https://activeadmin.info",
2727
"devDependencies": {
2828
"@rollup/plugin-alias": "^5.1.0",
29-
"eslint": "^9.33.0",
29+
"eslint": "^9.34.0",
3030
"gherkin-lint": "^4.2.2",
31-
"rollup": "^4.46.2",
31+
"rollup": "^4.50.0",
3232
"tailwindcss": "^3.4.17",
3333
"vitepress": "^1.6.4"
3434
},

0 commit comments

Comments
 (0)