7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- actioncable (7.1.3.4 )
11
- actionpack (= 7.1.3.4 )
12
- activesupport (= 7.1.3.4 )
10
+ actioncable (8.0.0 )
11
+ actionpack (= 8.0.0 )
12
+ activesupport (= 8.0.0 )
13
13
nio4r (~> 2.0 )
14
14
websocket-driver (>= 0.6.1 )
15
15
zeitwerk (~> 2.6 )
16
- actionmailbox (7.1.3.4 )
17
- actionpack (= 7.1.3.4 )
18
- activejob (= 7.1.3.4 )
19
- activerecord (= 7.1.3.4 )
20
- activestorage (= 7.1.3.4 )
21
- activesupport (= 7.1.3.4 )
22
- mail (>= 2.7.1 )
23
- net-imap
24
- net-pop
25
- net-smtp
26
- actionmailer (7.1.3.4 )
27
- actionpack (= 7.1.3.4 )
28
- actionview (= 7.1.3.4 )
29
- activejob (= 7.1.3.4 )
30
- activesupport (= 7.1.3.4 )
31
- mail (~> 2.5 , >= 2.5.4 )
32
- net-imap
33
- net-pop
34
- net-smtp
16
+ actionmailbox (8.0.0 )
17
+ actionpack (= 8.0.0 )
18
+ activejob (= 8.0.0 )
19
+ activerecord (= 8.0.0 )
20
+ activestorage (= 8.0.0 )
21
+ activesupport (= 8.0.0 )
22
+ mail (>= 2.8.0 )
23
+ actionmailer (8.0.0 )
24
+ actionpack (= 8.0.0 )
25
+ actionview (= 8.0.0 )
26
+ activejob (= 8.0.0 )
27
+ activesupport (= 8.0.0 )
28
+ mail (>= 2.8.0 )
35
29
rails-dom-testing (~> 2.2 )
36
- actionpack (7.1.3.4 )
37
- actionview (= 7.1.3.4 )
38
- activesupport (= 7.1.3.4 )
30
+ actionpack (8.0.0 )
31
+ actionview (= 8.0.0 )
32
+ activesupport (= 8.0.0 )
39
33
nokogiri (>= 1.8.5 )
40
- racc
41
34
rack (>= 2.2.4 )
42
35
rack-session (>= 1.0.1 )
43
36
rack-test (>= 0.6.3 )
44
37
rails-dom-testing (~> 2.2 )
45
38
rails-html-sanitizer (~> 1.6 )
46
- actiontext (7.1.3.4 )
47
- actionpack (= 7.1.3.4 )
48
- activerecord (= 7.1.3.4 )
49
- activestorage (= 7.1.3.4 )
50
- activesupport (= 7.1.3.4 )
39
+ useragent (~> 0.16 )
40
+ actiontext (8.0.0 )
41
+ actionpack (= 8.0.0 )
42
+ activerecord (= 8.0.0 )
43
+ activestorage (= 8.0.0 )
44
+ activesupport (= 8.0.0 )
51
45
globalid (>= 0.6.0 )
52
46
nokogiri (>= 1.8.5 )
53
- actionview (7.1.3.4 )
54
- activesupport (= 7.1.3.4 )
47
+ actionview (8.0.0 )
48
+ activesupport (= 8.0.0 )
55
49
builder (~> 3.1 )
56
50
erubi (~> 1.11 )
57
51
rails-dom-testing (~> 2.2 )
58
52
rails-html-sanitizer (~> 1.6 )
59
- activejob (7.1.3.4 )
60
- activesupport (= 7.1.3.4 )
53
+ activejob (8.0.0 )
54
+ activesupport (= 8.0.0 )
61
55
globalid (>= 0.3.6 )
62
- activemodel (7.1.3.4 )
63
- activesupport (= 7.1.3.4 )
64
- activerecord (7.1.3.4 )
65
- activemodel (= 7.1.3.4 )
66
- activesupport (= 7.1.3.4 )
56
+ activemodel (8.0.0 )
57
+ activesupport (= 8.0.0 )
58
+ activerecord (8.0.0 )
59
+ activemodel (= 8.0.0 )
60
+ activesupport (= 8.0.0 )
67
61
timeout (>= 0.4.0 )
68
- activestorage (7.1.3.4 )
69
- actionpack (= 7.1.3.4 )
70
- activejob (= 7.1.3.4 )
71
- activerecord (= 7.1.3.4 )
72
- activesupport (= 7.1.3.4 )
62
+ activestorage (8.0.0 )
63
+ actionpack (= 8.0.0 )
64
+ activejob (= 8.0.0 )
65
+ activerecord (= 8.0.0 )
66
+ activesupport (= 8.0.0 )
73
67
marcel (~> 1.0 )
74
- activesupport (7.1.3.4 )
68
+ activesupport (8.0.0 )
75
69
base64
70
+ benchmark (>= 0.3 )
76
71
bigdecimal
77
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
72
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
78
73
connection_pool (>= 2.2.5 )
79
74
drb
80
75
i18n (>= 1.6 , < 2 )
76
+ logger (>= 1.4.2 )
81
77
minitest (>= 5.1 )
82
- mutex_m
83
- tzinfo (~> 2.0 )
78
+ securerandom (>= 0.3 )
79
+ tzinfo (~> 2.0 , >= 2.0.5 )
80
+ uri (>= 0.13.1 )
84
81
addressable (2.8.7 )
85
82
public_suffix (>= 2.0.2 , < 7.0 )
86
83
ast (2.4.2 )
87
84
autoprefixer-rails (10.4.16.0 )
88
85
execjs (~> 2 )
89
86
awesome_print (1.9.2 )
90
87
base64 (0.2.0 )
88
+ benchmark (0.4.0 )
91
89
bigdecimal (3.1.8 )
92
90
bindex (0.8.1 )
93
91
binding_of_caller (1.0.1 )
131
129
activerecord (>= 5.a )
132
130
database_cleaner-core (~> 2.0.0 )
133
131
database_cleaner-core (2.0.1 )
134
- date (3.3.4 )
132
+ date (3.4.0 )
135
133
debug (1.9.2 )
136
134
irb (~> 1.10 )
137
135
reline (>= 0.3.8 )
167
165
actionview (>= 5.0.0 )
168
166
activesupport (>= 5.0.0 )
169
167
json (2.7.2 )
168
+ language_server-protocol (3.17.0.3 )
170
169
launchy (3.0.1 )
171
170
addressable (~> 2.8 )
172
171
childprocess (~> 5.0 )
190
189
minitest (5.24.1 )
191
190
mize (0.4.1 )
192
191
protocol (~> 2.0 )
193
- mutex_m (0.2.0 )
194
- net-imap (0.4.14 )
192
+ net-imap (0.5.1 )
195
193
date
196
194
net-protocol
197
195
net-protocol (0.2.2 )
207
205
nokogiri (1.16.6-x86_64-linux )
208
206
racc (~> 1.4 )
209
207
package_json (0.1.0 )
210
- parallel (1.25.1 )
208
+ parallel (1.26.3 )
211
209
parser (3.3.3.0 )
212
210
ast (~> 2.4.1 )
213
211
racc
@@ -247,20 +245,20 @@ GEM
247
245
rackup (2.1.0 )
248
246
rack (>= 3 )
249
247
webrick (~> 1.8 )
250
- rails (7.1.3.4 )
251
- actioncable (= 7.1.3.4 )
252
- actionmailbox (= 7.1.3.4 )
253
- actionmailer (= 7.1.3.4 )
254
- actionpack (= 7.1.3.4 )
255
- actiontext (= 7.1.3.4 )
256
- actionview (= 7.1.3.4 )
257
- activejob (= 7.1.3.4 )
258
- activemodel (= 7.1.3.4 )
259
- activerecord (= 7.1.3.4 )
260
- activestorage (= 7.1.3.4 )
261
- activesupport (= 7.1.3.4 )
248
+ rails (8.0.0 )
249
+ actioncable (= 8.0.0 )
250
+ actionmailbox (= 8.0.0 )
251
+ actionmailer (= 8.0.0 )
252
+ actionpack (= 8.0.0 )
253
+ actiontext (= 8.0.0 )
254
+ actionview (= 8.0.0 )
255
+ activejob (= 8.0.0 )
256
+ activemodel (= 8.0.0 )
257
+ activerecord (= 8.0.0 )
258
+ activestorage (= 8.0.0 )
259
+ activesupport (= 8.0.0 )
262
260
bundler (>= 1.15.0 )
263
- railties (= 7.1.3.4 )
261
+ railties (= 8.0.0 )
264
262
rails-dom-testing (2.2.0 )
265
263
activesupport (>= 5.0.0 )
266
264
minitest
@@ -276,10 +274,10 @@ GEM
276
274
json
277
275
require_all (~> 3.0 )
278
276
ruby-progressbar
279
- railties (7.1.3.4 )
280
- actionpack (= 7.1.3.4 )
281
- activesupport (= 7.1.3.4 )
282
- irb
277
+ railties (8.0.0 )
278
+ actionpack (= 8.0.0 )
279
+ activesupport (= 8.0.0 )
280
+ irb ( ~> 1.13 )
283
281
rackup (>= 1.0.0 )
284
282
rake (>= 12.2 )
285
283
thor (~> 1.0 , >= 1.2.2 )
298
296
rails (>= 5.2 )
299
297
rainbow (~> 3.0 )
300
298
redcarpet (3.6.0 )
301
- redis (4.8.1 )
299
+ redis (5.3.0 )
300
+ redis-client (>= 0.22.0 )
301
+ redis-client (0.22.2 )
302
+ connection_pool
302
303
regexp_parser (2.9.2 )
303
304
reline (0.5.9 )
304
305
io-console (~> 0.5 )
@@ -322,16 +323,17 @@ GEM
322
323
rspec-mocks (~> 3.12 )
323
324
rspec-support (~> 3.12 )
324
325
rspec-support (3.13.1 )
325
- rubocop (1.24.1 )
326
+ rubocop (1.69.0 )
327
+ json (~> 2.3 )
328
+ language_server-protocol (>= 3.17.0 )
326
329
parallel (~> 1.10 )
327
- parser (>= 3.0 .0.0 )
330
+ parser (>= 3.3 .0.2 )
328
331
rainbow (>= 2.2.2 , < 4.0 )
329
- regexp_parser (>= 1.8 , < 3.0 )
330
- rexml
331
- rubocop-ast (>= 1.15.1 , < 2.0 )
332
+ regexp_parser (>= 2.4 , < 3.0 )
333
+ rubocop-ast (>= 1.36.1 , < 2.0 )
332
334
ruby-progressbar (~> 1.7 )
333
- unicode-display_width (>= 1 .4.0 , < 3 .0 )
334
- rubocop-ast (1.31.3 )
335
+ unicode-display_width (>= 2 .4.0 , < 4 .0 )
336
+ rubocop-ast (1.36.1 )
335
337
parser (>= 3.3.1.0 )
336
338
rubocop-performance (1.19.1 )
337
339
rubocop (>= 1.7.0 , < 2.0 )
340
342
activesupport (>= 4.2.0 )
341
343
rack (>= 1.1 )
342
344
rubocop (>= 1.7.0 , < 2.0 )
343
- rubocop-rspec (2.11.1 )
344
- rubocop (~> 1.19 )
345
+ rubocop-rspec (3.3.0 )
346
+ rubocop (~> 1.61 )
345
347
ruby-progressbar (1.13.0 )
346
348
ruby_parser (3.21.0 )
347
349
racc (~> 1.5 )
366
368
sass (~> 3.5 , >= 3.5.5 )
367
369
sdoc (2.6.1 )
368
370
rdoc (>= 5.0 )
371
+ securerandom (0.3.2 )
369
372
selenium-webdriver (4.22.0 )
370
373
base64 (~> 0.2 )
371
374
logger (~> 1.4 )
@@ -410,15 +413,18 @@ GEM
410
413
tins (1.33.0 )
411
414
bigdecimal
412
415
sync
413
- turbo-rails (1.5.0 )
416
+ turbo-rails (2.0.11 )
414
417
actionpack (>= 6.0.0 )
415
- activejob (>= 6.0.0 )
416
418
railties (>= 6.0.0 )
417
419
tzinfo (2.0.6 )
418
420
concurrent-ruby (~> 1.0 )
419
421
uglifier (4.2.0 )
420
422
execjs (>= 0.3.0 , < 3 )
421
- unicode-display_width (2.5.0 )
423
+ unicode-display_width (3.1.2 )
424
+ unicode-emoji (~> 4.0 , >= 4.0.4 )
425
+ unicode-emoji (4.0.4 )
426
+ uri (1.0.2 )
427
+ useragent (0.16.10 )
422
428
web-console (4.2.1 )
423
429
actionview (>= 6.0.0 )
424
430
activemodel (>= 6.0.0 )
@@ -463,27 +469,27 @@ DEPENDENCIES
463
469
pry-rescue
464
470
pry-stack_explorer
465
471
puma
466
- rails (~> 7.1 )
472
+ rails (~> 8.0 )
467
473
rails-html-sanitizer
468
474
rails_best_practices
469
475
rainbow
470
476
react_on_rails (= 14.1.0.rc.0 )
471
477
redcarpet
472
- redis (~> 4 .0 )
478
+ redis (~> 5 .0 )
473
479
rspec-rails (~> 6.0.0 )
474
- rubocop (= 1.24.1 )
480
+ rubocop (= 1.69 )
475
481
rubocop-performance (~> 1.13 )
476
482
rubocop-rails
477
- rubocop-rspec (~> 2.7 )
483
+ rubocop-rspec (~> 3.3 )
478
484
sass-rails
479
485
scss_lint
480
486
sdoc
481
487
selenium-webdriver (~> 4 )
482
488
shakapacker (= 8.0.0 )
483
489
spring
484
490
spring-commands-rspec
485
- stimulus-rails (~> 1.2 )
486
- turbo-rails (~> 1.4 )
491
+ stimulus-rails (~> 1.3 )
492
+ turbo-rails (~> 2.0 )
487
493
uglifier
488
494
web-console
489
495
0 commit comments