rails_edge_test 2.1.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/gemset.nix ADDED
@@ -0,0 +1,1286 @@
1
+ {
2
+ actioncable = {
3
+ dependencies = [
4
+ "actionpack"
5
+ "activesupport"
6
+ "nio4r"
7
+ "websocket-driver"
8
+ "zeitwerk"
9
+ ];
10
+ groups = [ "default" ];
11
+ platforms = [ ];
12
+ source = {
13
+ remotes = [ "https://rubygems.org" ];
14
+ sha256 = "1d7z3fqanmzr6d99idvm2qj6lil2pxn5haxz7kb6f1x8fm88hfsv";
15
+ target = "ruby";
16
+ type = "gem";
17
+ };
18
+ targets = [ ];
19
+ version = "7.2.2.1";
20
+ };
21
+ actionmailbox = {
22
+ dependencies = [
23
+ "actionpack"
24
+ "activejob"
25
+ "activerecord"
26
+ "activestorage"
27
+ "activesupport"
28
+ "mail"
29
+ ];
30
+ groups = [ "default" ];
31
+ platforms = [ ];
32
+ source = {
33
+ remotes = [ "https://rubygems.org" ];
34
+ sha256 = "098f12d19q64d0svzgz73w23mv2y3zmccryybp3hfi8gab14fsl9";
35
+ target = "ruby";
36
+ type = "gem";
37
+ };
38
+ targets = [ ];
39
+ version = "7.2.2.1";
40
+ };
41
+ actionmailer = {
42
+ dependencies = [
43
+ "actionpack"
44
+ "actionview"
45
+ "activejob"
46
+ "activesupport"
47
+ "mail"
48
+ "rails-dom-testing"
49
+ ];
50
+ groups = [ "default" ];
51
+ platforms = [ ];
52
+ source = {
53
+ remotes = [ "https://rubygems.org" ];
54
+ sha256 = "07xjqxmwif57wxz28ch10c3c2261ydv1x56vsiidg2icqciyaamh";
55
+ target = "ruby";
56
+ type = "gem";
57
+ };
58
+ targets = [ ];
59
+ version = "7.2.2.1";
60
+ };
61
+ actionpack = {
62
+ dependencies = [
63
+ "actionview"
64
+ "activesupport"
65
+ "nokogiri"
66
+ "racc"
67
+ "rack"
68
+ "rack-session"
69
+ "rack-test"
70
+ "rails-dom-testing"
71
+ "rails-html-sanitizer"
72
+ "useragent"
73
+ ];
74
+ groups = [ "default" ];
75
+ platforms = [ ];
76
+ source = {
77
+ remotes = [ "https://rubygems.org" ];
78
+ sha256 = "0d7pq6fsf041fvskzmqm12xcgk5m9d5fa6kbs1lsbmfbgc51dchp";
79
+ target = "ruby";
80
+ type = "gem";
81
+ };
82
+ targets = [ ];
83
+ version = "7.2.2.1";
84
+ };
85
+ actiontext = {
86
+ dependencies = [
87
+ "actionpack"
88
+ "activerecord"
89
+ "activestorage"
90
+ "activesupport"
91
+ "globalid"
92
+ "nokogiri"
93
+ ];
94
+ groups = [ "default" ];
95
+ platforms = [ ];
96
+ source = {
97
+ remotes = [ "https://rubygems.org" ];
98
+ sha256 = "1mphlcvnfba3gd1sydcrr2i7brfwlcbxjmwjpybvcx363bjcwsgk";
99
+ target = "ruby";
100
+ type = "gem";
101
+ };
102
+ targets = [ ];
103
+ version = "7.2.2.1";
104
+ };
105
+ actionview = {
106
+ dependencies = [
107
+ "activesupport"
108
+ "builder"
109
+ "erubi"
110
+ "rails-dom-testing"
111
+ "rails-html-sanitizer"
112
+ ];
113
+ groups = [ "default" ];
114
+ platforms = [ ];
115
+ source = {
116
+ remotes = [ "https://rubygems.org" ];
117
+ sha256 = "19arngl1nshasvbh90gzc23z1vpid2xzg3043grbmcfqyc68iz39";
118
+ target = "ruby";
119
+ type = "gem";
120
+ };
121
+ targets = [ ];
122
+ version = "7.2.2.1";
123
+ };
124
+ activejob = {
125
+ dependencies = [
126
+ "activesupport"
127
+ "globalid"
128
+ ];
129
+ groups = [ "default" ];
130
+ platforms = [ ];
131
+ source = {
132
+ remotes = [ "https://rubygems.org" ];
133
+ sha256 = "0nryqb19i3frxhanykf6lmrw0rb09863z114gi7sm55kff2mmygj";
134
+ target = "ruby";
135
+ type = "gem";
136
+ };
137
+ targets = [ ];
138
+ version = "7.2.2.1";
139
+ };
140
+ activemodel = {
141
+ dependencies = [ "activesupport" ];
142
+ groups = [ "default" ];
143
+ platforms = [ ];
144
+ source = {
145
+ remotes = [ "https://rubygems.org" ];
146
+ sha256 = "1bzxvccj8349slymls7navb5y14anglkkasphcd6gi72kqgqd643";
147
+ target = "ruby";
148
+ type = "gem";
149
+ };
150
+ targets = [ ];
151
+ version = "7.2.2.1";
152
+ };
153
+ activerecord = {
154
+ dependencies = [
155
+ "activemodel"
156
+ "activesupport"
157
+ "timeout"
158
+ ];
159
+ groups = [ "default" ];
160
+ platforms = [ ];
161
+ source = {
162
+ remotes = [ "https://rubygems.org" ];
163
+ sha256 = "1fgscw775wj4l7f5pj274a984paz23zy0111giqkhl9dqdqiz8vr";
164
+ target = "ruby";
165
+ type = "gem";
166
+ };
167
+ targets = [ ];
168
+ version = "7.2.2.1";
169
+ };
170
+ activestorage = {
171
+ dependencies = [
172
+ "actionpack"
173
+ "activejob"
174
+ "activerecord"
175
+ "activesupport"
176
+ "marcel"
177
+ ];
178
+ groups = [ "default" ];
179
+ platforms = [ ];
180
+ source = {
181
+ remotes = [ "https://rubygems.org" ];
182
+ sha256 = "0psjqn03irbfk79x57ylaaaj83pqqcwy8b4mwrp6bmnljkzkbv5l";
183
+ target = "ruby";
184
+ type = "gem";
185
+ };
186
+ targets = [ ];
187
+ version = "7.2.2.1";
188
+ };
189
+ activesupport = {
190
+ dependencies = [
191
+ "base64"
192
+ "benchmark"
193
+ "bigdecimal"
194
+ "concurrent-ruby"
195
+ "connection_pool"
196
+ "drb"
197
+ "i18n"
198
+ "logger"
199
+ "minitest"
200
+ "securerandom"
201
+ "tzinfo"
202
+ ];
203
+ groups = [ "default" ];
204
+ platforms = [ ];
205
+ source = {
206
+ remotes = [ "https://rubygems.org" ];
207
+ sha256 = "1xa7hr4gp2p86ly6n1j2skyx8pfg6yi621kmnh7zhxr9m7wcnaw4";
208
+ target = "ruby";
209
+ type = "gem";
210
+ };
211
+ targets = [ ];
212
+ version = "7.2.2.1";
213
+ };
214
+ ast = {
215
+ groups = [ "default" ];
216
+ platforms = [ ];
217
+ source = {
218
+ remotes = [ "https://rubygems.org" ];
219
+ sha256 = "10yknjyn0728gjn6b5syynvrvrwm66bhssbxq8mkhshxghaiailm";
220
+ target = "ruby";
221
+ type = "gem";
222
+ };
223
+ targets = [ ];
224
+ version = "2.4.3";
225
+ };
226
+ base64 = {
227
+ groups = [ "default" ];
228
+ platforms = [ ];
229
+ source = {
230
+ remotes = [ "https://rubygems.org" ];
231
+ sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
232
+ target = "ruby";
233
+ type = "gem";
234
+ };
235
+ targets = [ ];
236
+ version = "0.2.0";
237
+ };
238
+ benchmark = {
239
+ groups = [ "default" ];
240
+ platforms = [ ];
241
+ source = {
242
+ remotes = [ "https://rubygems.org" ];
243
+ sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg";
244
+ target = "ruby";
245
+ type = "gem";
246
+ };
247
+ targets = [ ];
248
+ version = "0.4.0";
249
+ };
250
+ bigdecimal = {
251
+ groups = [ "default" ];
252
+ platforms = [ ];
253
+ source = {
254
+ remotes = [ "https://rubygems.org" ];
255
+ sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g";
256
+ target = "ruby";
257
+ type = "gem";
258
+ };
259
+ targets = [ ];
260
+ version = "3.1.9";
261
+ };
262
+ builder = {
263
+ groups = [
264
+ "default"
265
+ "development"
266
+ ];
267
+ platforms = [ ];
268
+ source = {
269
+ remotes = [ "https://rubygems.org" ];
270
+ sha256 = "0pw3r2lyagsxkm71bf44v5b74f7l9r7di22brbyji9fwz791hya9";
271
+ target = "ruby";
272
+ type = "gem";
273
+ };
274
+ targets = [ ];
275
+ version = "3.3.0";
276
+ };
277
+ concurrent-ruby = {
278
+ groups = [ "default" ];
279
+ platforms = [ ];
280
+ source = {
281
+ remotes = [ "https://rubygems.org" ];
282
+ sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1";
283
+ target = "ruby";
284
+ type = "gem";
285
+ };
286
+ targets = [ ];
287
+ version = "1.3.5";
288
+ };
289
+ connection_pool = {
290
+ groups = [ "default" ];
291
+ platforms = [ ];
292
+ source = {
293
+ remotes = [ "https://rubygems.org" ];
294
+ sha256 = "1z7bag6zb2vwi7wp2bkdkmk7swkj6zfnbsnc949qq0wfsgw94fr3";
295
+ target = "ruby";
296
+ type = "gem";
297
+ };
298
+ targets = [ ];
299
+ version = "2.5.0";
300
+ };
301
+ crass = {
302
+ groups = [
303
+ "default"
304
+ "development"
305
+ ];
306
+ platforms = [ ];
307
+ source = {
308
+ remotes = [ "https://rubygems.org" ];
309
+ sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
310
+ target = "ruby";
311
+ type = "gem";
312
+ };
313
+ targets = [ ];
314
+ version = "1.0.6";
315
+ };
316
+ date = {
317
+ groups = [ "default" ];
318
+ platforms = [ ];
319
+ source = {
320
+ remotes = [ "https://rubygems.org" ];
321
+ sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz";
322
+ target = "ruby";
323
+ type = "gem";
324
+ };
325
+ targets = [ ];
326
+ version = "3.4.1";
327
+ };
328
+ diff-lcs = {
329
+ groups = [ "default" ];
330
+ platforms = [ ];
331
+ source = {
332
+ remotes = [ "https://rubygems.org" ];
333
+ sha256 = "1m3cv0ynmxq93axp6kiby9wihpsdj42y6s3j8bsf5a1p7qzsi98j";
334
+ target = "ruby";
335
+ type = "gem";
336
+ };
337
+ targets = [ ];
338
+ version = "1.6.1";
339
+ };
340
+ drb = {
341
+ groups = [ "default" ];
342
+ platforms = [ ];
343
+ source = {
344
+ remotes = [ "https://rubygems.org" ];
345
+ sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
346
+ target = "ruby";
347
+ type = "gem";
348
+ };
349
+ targets = [ ];
350
+ version = "2.2.1";
351
+ };
352
+ erubi = {
353
+ groups = [ "default" ];
354
+ platforms = [ ];
355
+ source = {
356
+ remotes = [ "https://rubygems.org" ];
357
+ sha256 = "1naaxsqkv5b3vklab5sbb9sdpszrjzlfsbqpy7ncbnw510xi10m0";
358
+ target = "ruby";
359
+ type = "gem";
360
+ };
361
+ targets = [ ];
362
+ version = "1.13.1";
363
+ };
364
+ globalid = {
365
+ dependencies = [ "activesupport" ];
366
+ groups = [
367
+ "default"
368
+ "development"
369
+ ];
370
+ platforms = [ ];
371
+ source = {
372
+ remotes = [ "https://rubygems.org" ];
373
+ sha256 = "1sbw6b66r7cwdx3jhs46s4lr991969hvigkjpbdl7y3i31qpdgvh";
374
+ target = "ruby";
375
+ type = "gem";
376
+ };
377
+ targets = [ ];
378
+ version = "1.2.1";
379
+ };
380
+ i18n = {
381
+ dependencies = [ "concurrent-ruby" ];
382
+ groups = [ "default" ];
383
+ platforms = [ ];
384
+ source = {
385
+ remotes = [ "https://rubygems.org" ];
386
+ sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf";
387
+ target = "ruby";
388
+ type = "gem";
389
+ };
390
+ targets = [ ];
391
+ version = "1.14.7";
392
+ };
393
+ io-console = {
394
+ groups = [ "default" ];
395
+ platforms = [ ];
396
+ source = {
397
+ remotes = [ "https://rubygems.org" ];
398
+ sha256 = "18pgvl7lfjpichdfh1g50rpz0zpaqrpr52ybn9liv1v9pjn9ysnd";
399
+ target = "ruby";
400
+ type = "gem";
401
+ };
402
+ targets = [ ];
403
+ version = "0.8.0";
404
+ };
405
+ irb = {
406
+ dependencies = [
407
+ "pp"
408
+ "rdoc"
409
+ "reline"
410
+ ];
411
+ groups = [ "default" ];
412
+ platforms = [ ];
413
+ source = {
414
+ remotes = [ "https://rubygems.org" ];
415
+ sha256 = "1478m97wiy6nwg6lnl0szy39p46acsvrhax552vsh1s2mi2sgg6r";
416
+ target = "ruby";
417
+ type = "gem";
418
+ };
419
+ targets = [ ];
420
+ version = "1.15.1";
421
+ };
422
+ json = {
423
+ groups = [ "default" ];
424
+ platforms = [ ];
425
+ source = {
426
+ remotes = [ "https://rubygems.org" ];
427
+ sha256 = "01lbdaizhkxmrw4y8j3wpvsryvnvzmg0pfs56c52laq2jgdfmq1l";
428
+ target = "ruby";
429
+ type = "gem";
430
+ };
431
+ targets = [ ];
432
+ version = "2.10.2";
433
+ };
434
+ language_server-protocol = {
435
+ groups = [ "default" ];
436
+ platforms = [ ];
437
+ source = {
438
+ remotes = [ "https://rubygems.org" ];
439
+ sha256 = "0scnz2fvdczdgadvjn0j9d49118aqm3hj66qh8sd2kv6g1j65164";
440
+ target = "ruby";
441
+ type = "gem";
442
+ };
443
+ targets = [ ];
444
+ version = "3.17.0.4";
445
+ };
446
+ lint_roller = {
447
+ groups = [ "default" ];
448
+ platforms = [ ];
449
+ source = {
450
+ remotes = [ "https://rubygems.org" ];
451
+ sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c";
452
+ target = "ruby";
453
+ type = "gem";
454
+ };
455
+ targets = [ ];
456
+ version = "1.1.0";
457
+ };
458
+ logger = {
459
+ groups = [ "default" ];
460
+ platforms = [ ];
461
+ source = {
462
+ remotes = [ "https://rubygems.org" ];
463
+ sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
464
+ target = "ruby";
465
+ type = "gem";
466
+ };
467
+ targets = [ ];
468
+ version = "1.7.0";
469
+ };
470
+ loofah = {
471
+ dependencies = [
472
+ "crass"
473
+ "nokogiri"
474
+ ];
475
+ groups = [ "default" ];
476
+ platforms = [ ];
477
+ source = {
478
+ remotes = [ "https://rubygems.org" ];
479
+ sha256 = "07pfa5kgl7k2hxlzzn89qna6bmiyrxlchgbzi0885frsi08agrk1";
480
+ target = "ruby";
481
+ type = "gem";
482
+ };
483
+ targets = [ ];
484
+ version = "2.24.0";
485
+ };
486
+ mail = {
487
+ dependencies = [
488
+ "mini_mime"
489
+ "net-imap"
490
+ "net-pop"
491
+ "net-smtp"
492
+ ];
493
+ groups = [
494
+ "default"
495
+ "development"
496
+ ];
497
+ platforms = [ ];
498
+ source = {
499
+ remotes = [ "https://rubygems.org" ];
500
+ sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc";
501
+ target = "ruby";
502
+ type = "gem";
503
+ };
504
+ targets = [ ];
505
+ version = "2.8.1";
506
+ };
507
+ marcel = {
508
+ groups = [
509
+ "default"
510
+ "development"
511
+ ];
512
+ platforms = [ ];
513
+ source = {
514
+ remotes = [ "https://rubygems.org" ];
515
+ sha256 = "190n2mk8m1l708kr88fh6mip9sdsh339d2s6sgrik3sbnvz4jmhd";
516
+ target = "ruby";
517
+ type = "gem";
518
+ };
519
+ targets = [ ];
520
+ version = "1.0.4";
521
+ };
522
+ mini_mime = {
523
+ groups = [
524
+ "default"
525
+ "development"
526
+ ];
527
+ platforms = [ ];
528
+ source = {
529
+ remotes = [ "https://rubygems.org" ];
530
+ sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6";
531
+ target = "ruby";
532
+ type = "gem";
533
+ };
534
+ targets = [ ];
535
+ version = "1.1.5";
536
+ };
537
+ mini_portile2 = {
538
+ groups = [ "default" ];
539
+ platforms = [ ];
540
+ source = {
541
+ remotes = [ "https://rubygems.org" ];
542
+ sha256 = "0x8asxl83msn815lwmb2d7q5p29p7drhjv5va0byhk60v9n16iwf";
543
+ target = "ruby";
544
+ type = "gem";
545
+ };
546
+ targets = [ ];
547
+ version = "2.8.8";
548
+ };
549
+ minitest = {
550
+ groups = [ "default" ];
551
+ platforms = [ ];
552
+ source = {
553
+ remotes = [ "https://rubygems.org" ];
554
+ sha256 = "0mn7q9yzrwinvfvkyjiz548a4rmcwbmz2fn9nyzh4j1snin6q6rr";
555
+ target = "ruby";
556
+ type = "gem";
557
+ };
558
+ targets = [ ];
559
+ version = "5.25.5";
560
+ };
561
+ net-imap = {
562
+ dependencies = [
563
+ "date"
564
+ "net-protocol"
565
+ ];
566
+ groups = [ "default" ];
567
+ platforms = [ ];
568
+ source = {
569
+ remotes = [ "https://rubygems.org" ];
570
+ sha256 = "1rgva7p9gvns2ndnqpw503mbd36i2skkggv0c0h192k8xr481phy";
571
+ target = "ruby";
572
+ type = "gem";
573
+ };
574
+ targets = [ ];
575
+ version = "0.5.6";
576
+ };
577
+ net-pop = {
578
+ dependencies = [ "net-protocol" ];
579
+ groups = [
580
+ "default"
581
+ "development"
582
+ ];
583
+ platforms = [ ];
584
+ source = {
585
+ remotes = [ "https://rubygems.org" ];
586
+ sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4";
587
+ target = "ruby";
588
+ type = "gem";
589
+ };
590
+ targets = [ ];
591
+ version = "0.1.2";
592
+ };
593
+ net-protocol = {
594
+ dependencies = [ "timeout" ];
595
+ groups = [
596
+ "default"
597
+ "development"
598
+ ];
599
+ platforms = [ ];
600
+ source = {
601
+ remotes = [ "https://rubygems.org" ];
602
+ sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa";
603
+ target = "ruby";
604
+ type = "gem";
605
+ };
606
+ targets = [ ];
607
+ version = "0.2.2";
608
+ };
609
+ net-smtp = {
610
+ dependencies = [ "net-protocol" ];
611
+ groups = [ "default" ];
612
+ platforms = [ ];
613
+ source = {
614
+ remotes = [ "https://rubygems.org" ];
615
+ sha256 = "0dh7nzjp0fiaqq1jz90nv4nxhc2w359d7c199gmzq965cfps15pd";
616
+ target = "ruby";
617
+ type = "gem";
618
+ };
619
+ targets = [ ];
620
+ version = "0.5.1";
621
+ };
622
+ nio4r = {
623
+ groups = [
624
+ "default"
625
+ "development"
626
+ ];
627
+ platforms = [ ];
628
+ source = {
629
+ remotes = [ "https://rubygems.org" ];
630
+ sha256 = "1a9www524fl1ykspznz54i0phfqya4x45hqaz67in9dvw1lfwpfr";
631
+ target = "ruby";
632
+ type = "gem";
633
+ };
634
+ targets = [ ];
635
+ version = "2.7.4";
636
+ };
637
+ nokogiri = {
638
+ dependencies = [
639
+ "mini_portile2"
640
+ "racc"
641
+ ];
642
+ groups = [ "default" ];
643
+ platforms = [ ];
644
+ source = {
645
+ remotes = [ "https://rubygems.org" ];
646
+ sha256 = "0cgv8vzp7kl20ip8qdzmrbr1vaaw4mjjy4mksg8k13z4xxfzyqvb";
647
+ target = "ruby";
648
+ type = "gem";
649
+ };
650
+ targets = [ ];
651
+ version = "1.18.7";
652
+ };
653
+ parallel = {
654
+ groups = [ "default" ];
655
+ platforms = [ ];
656
+ source = {
657
+ remotes = [ "https://rubygems.org" ];
658
+ sha256 = "1vy7sjs2pgz4i96v5yk9b7aafbffnvq7nn419fgvw55qlavsnsyq";
659
+ target = "ruby";
660
+ type = "gem";
661
+ };
662
+ targets = [ ];
663
+ version = "1.26.3";
664
+ };
665
+ parser = {
666
+ dependencies = [
667
+ "ast"
668
+ "racc"
669
+ ];
670
+ groups = [ "default" ];
671
+ platforms = [ ];
672
+ source = {
673
+ remotes = [ "https://rubygems.org" ];
674
+ sha256 = "1awq9rswd3mj8sr5acp1ca6nbkk57zpw8388j7w163i8fhi2h9ib";
675
+ target = "ruby";
676
+ type = "gem";
677
+ };
678
+ targets = [ ];
679
+ version = "3.3.7.4";
680
+ };
681
+ pp = {
682
+ dependencies = [ "prettyprint" ];
683
+ groups = [ "default" ];
684
+ platforms = [ ];
685
+ source = {
686
+ remotes = [ "https://rubygems.org" ];
687
+ sha256 = "1zxnfxjni0r9l2x42fyq0sqpnaf5nakjbap8irgik4kg1h9c6zll";
688
+ target = "ruby";
689
+ type = "gem";
690
+ };
691
+ targets = [ ];
692
+ version = "0.6.2";
693
+ };
694
+ prettyprint = {
695
+ groups = [ "default" ];
696
+ platforms = [ ];
697
+ source = {
698
+ remotes = [ "https://rubygems.org" ];
699
+ sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b";
700
+ target = "ruby";
701
+ type = "gem";
702
+ };
703
+ targets = [ ];
704
+ version = "0.2.0";
705
+ };
706
+ prism = {
707
+ groups = [ "default" ];
708
+ platforms = [ ];
709
+ source = {
710
+ remotes = [ "https://rubygems.org" ];
711
+ sha256 = "0gkhpdjib9zi9i27vd9djrxiwjia03cijmd6q8yj2q1ix403w3nw";
712
+ target = "ruby";
713
+ type = "gem";
714
+ };
715
+ targets = [ ];
716
+ version = "1.4.0";
717
+ };
718
+ psych = {
719
+ dependencies = [
720
+ "date"
721
+ "stringio"
722
+ ];
723
+ groups = [ "default" ];
724
+ platforms = [ ];
725
+ source = {
726
+ remotes = [ "https://rubygems.org" ];
727
+ sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4";
728
+ target = "ruby";
729
+ type = "gem";
730
+ };
731
+ targets = [ ];
732
+ version = "5.2.3";
733
+ };
734
+ racc = {
735
+ groups = [
736
+ "default"
737
+ "development"
738
+ ];
739
+ platforms = [ ];
740
+ source = {
741
+ remotes = [ "https://rubygems.org" ];
742
+ sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
743
+ target = "ruby";
744
+ type = "gem";
745
+ };
746
+ targets = [ ];
747
+ version = "1.8.1";
748
+ };
749
+ rack = {
750
+ groups = [ "default" ];
751
+ platforms = [ ];
752
+ source = {
753
+ remotes = [ "https://rubygems.org" ];
754
+ sha256 = "0h65a1f9gsqx2ryisdy4lrd9a9l8gdv65dcscw9ynwwjr1ak1n00";
755
+ target = "ruby";
756
+ type = "gem";
757
+ };
758
+ targets = [ ];
759
+ version = "3.1.12";
760
+ };
761
+ rack-session = {
762
+ dependencies = [
763
+ "base64"
764
+ "rack"
765
+ ];
766
+ groups = [ "default" ];
767
+ platforms = [ ];
768
+ source = {
769
+ remotes = [ "https://rubygems.org" ];
770
+ sha256 = "1452c1bhh6fdnv17s1z65ajwh08axqnlmkhnr1qyyn2vacb3jz23";
771
+ target = "ruby";
772
+ type = "gem";
773
+ };
774
+ targets = [ ];
775
+ version = "2.1.0";
776
+ };
777
+ rack-test = {
778
+ dependencies = [ "rack" ];
779
+ groups = [ "default" ];
780
+ platforms = [ ];
781
+ source = {
782
+ remotes = [ "https://rubygems.org" ];
783
+ sha256 = "0qy4ylhcfdn65a5mz2hly7g9vl0g13p5a0rmm6sc0sih5ilkcnh0";
784
+ target = "ruby";
785
+ type = "gem";
786
+ };
787
+ targets = [ ];
788
+ version = "2.2.0";
789
+ };
790
+ rackup = {
791
+ dependencies = [ "rack" ];
792
+ groups = [ "default" ];
793
+ platforms = [ ];
794
+ source = {
795
+ remotes = [ "https://rubygems.org" ];
796
+ sha256 = "13brkq5xkj6lcdxj3f0k7v28hgrqhqxjlhd4y2vlicy5slgijdzp";
797
+ target = "ruby";
798
+ type = "gem";
799
+ };
800
+ targets = [ ];
801
+ version = "2.2.1";
802
+ };
803
+ rails = {
804
+ dependencies = [
805
+ "actioncable"
806
+ "actionmailbox"
807
+ "actionmailer"
808
+ "actionpack"
809
+ "actiontext"
810
+ "actionview"
811
+ "activejob"
812
+ "activemodel"
813
+ "activerecord"
814
+ "activestorage"
815
+ "activesupport"
816
+ "railties"
817
+ ];
818
+ groups = [ "default" ];
819
+ platforms = [ ];
820
+ source = {
821
+ remotes = [ "https://rubygems.org" ];
822
+ sha256 = "0h5vr7wd15s4zlhrnrm97b1h5bjdlcd5lvh6x2sl6khgnh21dnxf";
823
+ target = "ruby";
824
+ type = "gem";
825
+ };
826
+ targets = [ ];
827
+ version = "7.2.2.1";
828
+ };
829
+ rails-dom-testing = {
830
+ dependencies = [
831
+ "activesupport"
832
+ "minitest"
833
+ "nokogiri"
834
+ ];
835
+ groups = [
836
+ "default"
837
+ "development"
838
+ ];
839
+ platforms = [ ];
840
+ source = {
841
+ remotes = [ "https://rubygems.org" ];
842
+ sha256 = "0fx9dx1ag0s1lr6lfr34lbx5i1bvn3bhyf3w3mx6h7yz90p725g5";
843
+ target = "ruby";
844
+ type = "gem";
845
+ };
846
+ targets = [ ];
847
+ version = "2.2.0";
848
+ };
849
+ rails-html-sanitizer = {
850
+ dependencies = [
851
+ "loofah"
852
+ "nokogiri"
853
+ ];
854
+ groups = [ "default" ];
855
+ platforms = [ ];
856
+ source = {
857
+ remotes = [ "https://rubygems.org" ];
858
+ sha256 = "0q55i6mpad20m2x1lg5pkqfpbmmapk0sjsrvr1sqgnj2hb5f5z1m";
859
+ target = "ruby";
860
+ type = "gem";
861
+ };
862
+ targets = [ ];
863
+ version = "1.6.2";
864
+ };
865
+ rails_edge_test = {
866
+ dependencies = [ "actionpack" ];
867
+ groups = [ "default" ];
868
+ platforms = [ ];
869
+ source = {
870
+ path = ".";
871
+ type = "path";
872
+ };
873
+ targets = [ ];
874
+ version = "3.0.0";
875
+ };
876
+ railties = {
877
+ dependencies = [
878
+ "actionpack"
879
+ "activesupport"
880
+ "irb"
881
+ "rackup"
882
+ "rake"
883
+ "thor"
884
+ "zeitwerk"
885
+ ];
886
+ groups = [ "default" ];
887
+ platforms = [ ];
888
+ source = {
889
+ remotes = [ "https://rubygems.org" ];
890
+ sha256 = "07zy8b88qxx493pc5sfkzvxqj3zcf363r1128n3hsvfx2vqipwg3";
891
+ target = "ruby";
892
+ type = "gem";
893
+ };
894
+ targets = [ ];
895
+ version = "7.2.2.1";
896
+ };
897
+ rainbow = {
898
+ groups = [ "default" ];
899
+ platforms = [ ];
900
+ source = {
901
+ remotes = [ "https://rubygems.org" ];
902
+ sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
903
+ target = "ruby";
904
+ type = "gem";
905
+ };
906
+ targets = [ ];
907
+ version = "3.1.1";
908
+ };
909
+ rake = {
910
+ groups = [ "development" ];
911
+ platforms = [ ];
912
+ source = {
913
+ remotes = [ "https://rubygems.org" ];
914
+ sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
915
+ target = "ruby";
916
+ type = "gem";
917
+ };
918
+ targets = [ ];
919
+ version = "13.2.1";
920
+ };
921
+ rdoc = {
922
+ dependencies = [ "psych" ];
923
+ groups = [ "default" ];
924
+ platforms = [ ];
925
+ source = {
926
+ remotes = [ "https://rubygems.org" ];
927
+ sha256 = "1xvjskc5xp5x4lgrkxqrn7n4rjzgbbjl9yx3ny74xjckjk4xm832";
928
+ target = "ruby";
929
+ type = "gem";
930
+ };
931
+ targets = [ ];
932
+ version = "6.13.1";
933
+ };
934
+ regexp_parser = {
935
+ groups = [ "default" ];
936
+ platforms = [ ];
937
+ source = {
938
+ remotes = [ "https://rubygems.org" ];
939
+ sha256 = "0qccah61pjvzyyg6mrp27w27dlv6vxlbznzipxjcswl7x3fhsvyb";
940
+ target = "ruby";
941
+ type = "gem";
942
+ };
943
+ targets = [ ];
944
+ version = "2.10.0";
945
+ };
946
+ reline = {
947
+ dependencies = [ "io-console" ];
948
+ groups = [ "default" ];
949
+ platforms = [ ];
950
+ source = {
951
+ remotes = [ "https://rubygems.org" ];
952
+ sha256 = "1lirwlw59apc8m1wjk85y2xidiv0fkxjn6f7p84yqmmyvish6qjp";
953
+ target = "ruby";
954
+ type = "gem";
955
+ };
956
+ targets = [ ];
957
+ version = "0.6.0";
958
+ };
959
+ rspec = {
960
+ dependencies = [
961
+ "rspec-core"
962
+ "rspec-expectations"
963
+ "rspec-mocks"
964
+ ];
965
+ groups = [ "development" ];
966
+ platforms = [ ];
967
+ source = {
968
+ remotes = [ "https://rubygems.org" ];
969
+ sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l";
970
+ target = "ruby";
971
+ type = "gem";
972
+ };
973
+ targets = [ ];
974
+ version = "3.13.0";
975
+ };
976
+ rspec-core = {
977
+ dependencies = [ "rspec-support" ];
978
+ groups = [ "default" ];
979
+ platforms = [ ];
980
+ source = {
981
+ remotes = [ "https://rubygems.org" ];
982
+ sha256 = "1r6zbis0hhbik1ck8kh58qb37d1qwij1x1d2fy4jxkzryh3na4r5";
983
+ target = "ruby";
984
+ type = "gem";
985
+ };
986
+ targets = [ ];
987
+ version = "3.13.3";
988
+ };
989
+ rspec-expectations = {
990
+ dependencies = [
991
+ "diff-lcs"
992
+ "rspec-support"
993
+ ];
994
+ groups = [
995
+ "default"
996
+ "development"
997
+ ];
998
+ platforms = [ ];
999
+ source = {
1000
+ remotes = [ "https://rubygems.org" ];
1001
+ sha256 = "0n3cyrhsa75x5wwvskrrqk56jbjgdi2q1zx0irllf0chkgsmlsqf";
1002
+ target = "ruby";
1003
+ type = "gem";
1004
+ };
1005
+ targets = [ ];
1006
+ version = "3.13.3";
1007
+ };
1008
+ rspec-mocks = {
1009
+ dependencies = [
1010
+ "diff-lcs"
1011
+ "rspec-support"
1012
+ ];
1013
+ groups = [
1014
+ "default"
1015
+ "development"
1016
+ ];
1017
+ platforms = [ ];
1018
+ source = {
1019
+ remotes = [ "https://rubygems.org" ];
1020
+ sha256 = "1vxxkb2sf2b36d8ca2nq84kjf85fz4x7wqcvb8r6a5hfxxfk69r3";
1021
+ target = "ruby";
1022
+ type = "gem";
1023
+ };
1024
+ targets = [ ];
1025
+ version = "3.13.2";
1026
+ };
1027
+ rspec-support = {
1028
+ groups = [ "default" ];
1029
+ platforms = [ ];
1030
+ source = {
1031
+ remotes = [ "https://rubygems.org" ];
1032
+ sha256 = "1v6v6xvxcpkrrsrv7v1xgf7sl0d71vcfz1cnrjflpf6r7x3a58yf";
1033
+ target = "ruby";
1034
+ type = "gem";
1035
+ };
1036
+ targets = [ ];
1037
+ version = "3.13.2";
1038
+ };
1039
+ rubocop = {
1040
+ dependencies = [
1041
+ "json"
1042
+ "language_server-protocol"
1043
+ "lint_roller"
1044
+ "parallel"
1045
+ "parser"
1046
+ "rainbow"
1047
+ "regexp_parser"
1048
+ "rubocop-ast"
1049
+ "ruby-progressbar"
1050
+ "unicode-display_width"
1051
+ ];
1052
+ groups = [ "default" ];
1053
+ platforms = [ ];
1054
+ source = {
1055
+ remotes = [ "https://rubygems.org" ];
1056
+ sha256 = "0afwk8iq0bapp4acldyf35q094pbbdbzgxw42gnyclhbbg2h0af1";
1057
+ target = "ruby";
1058
+ type = "gem";
1059
+ };
1060
+ targets = [ ];
1061
+ version = "1.75.1";
1062
+ };
1063
+ rubocop-ast = {
1064
+ dependencies = [
1065
+ "parser"
1066
+ "prism"
1067
+ ];
1068
+ groups = [ "default" ];
1069
+ platforms = [ ];
1070
+ source = {
1071
+ remotes = [ "https://rubygems.org" ];
1072
+ sha256 = "16mp7ppf3p516zs0iwbpqkn7fxs8iw12jargrc905qbc6fg69kcj";
1073
+ target = "ruby";
1074
+ type = "gem";
1075
+ };
1076
+ targets = [ ];
1077
+ version = "1.43.0";
1078
+ };
1079
+ rubocop-rake = {
1080
+ dependencies = [
1081
+ "lint_roller"
1082
+ "rubocop"
1083
+ ];
1084
+ groups = [ "default" ];
1085
+ platforms = [ ];
1086
+ source = {
1087
+ remotes = [ "https://rubygems.org" ];
1088
+ sha256 = "0kdfrckz1v32dy7c7bdiksjysx9l9zsda9kc6zvrsghch6vg55rp";
1089
+ target = "ruby";
1090
+ type = "gem";
1091
+ };
1092
+ targets = [ ];
1093
+ version = "0.7.1";
1094
+ };
1095
+ rubocop-rspec = {
1096
+ dependencies = [
1097
+ "lint_roller"
1098
+ "rubocop"
1099
+ ];
1100
+ groups = [ "default" ];
1101
+ platforms = [ ];
1102
+ source = {
1103
+ remotes = [ "https://rubygems.org" ];
1104
+ sha256 = "0k1hsppf3p72q9phm2084ad94ldhvf5vnp57xsl4p25gw4pr833i";
1105
+ target = "ruby";
1106
+ type = "gem";
1107
+ };
1108
+ targets = [ ];
1109
+ version = "3.5.0";
1110
+ };
1111
+ ruby-progressbar = {
1112
+ groups = [ "default" ];
1113
+ platforms = [ ];
1114
+ source = {
1115
+ remotes = [ "https://rubygems.org" ];
1116
+ sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
1117
+ target = "ruby";
1118
+ type = "gem";
1119
+ };
1120
+ targets = [ ];
1121
+ version = "1.13.0";
1122
+ };
1123
+ securerandom = {
1124
+ groups = [ "default" ];
1125
+ platforms = [ ];
1126
+ source = {
1127
+ remotes = [ "https://rubygems.org" ];
1128
+ sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc";
1129
+ target = "ruby";
1130
+ type = "gem";
1131
+ };
1132
+ targets = [ ];
1133
+ version = "0.4.1";
1134
+ };
1135
+ sqlite3 = {
1136
+ dependencies = [ "mini_portile2" ];
1137
+ groups = [ "default" ];
1138
+ platforms = [ ];
1139
+ source = {
1140
+ remotes = [ "https://rubygems.org" ];
1141
+ sha256 = "0573vgz5ck0hqr8h132ln0hczx53m21h4w42n1p75rj837qjbim1";
1142
+ target = "ruby";
1143
+ type = "gem";
1144
+ };
1145
+ targets = [ ];
1146
+ version = "2.6.0";
1147
+ };
1148
+ stringio = {
1149
+ groups = [ "default" ];
1150
+ platforms = [ ];
1151
+ source = {
1152
+ remotes = [ "https://rubygems.org" ];
1153
+ sha256 = "1xblh8332bivml93232hg8qr2rhflq9czvij1bgzrbap2rfljb19";
1154
+ target = "ruby";
1155
+ type = "gem";
1156
+ };
1157
+ targets = [ ];
1158
+ version = "3.1.6";
1159
+ };
1160
+ thor = {
1161
+ groups = [
1162
+ "default"
1163
+ "development"
1164
+ ];
1165
+ platforms = [ ];
1166
+ source = {
1167
+ remotes = [ "https://rubygems.org" ];
1168
+ sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
1169
+ target = "ruby";
1170
+ type = "gem";
1171
+ };
1172
+ targets = [ ];
1173
+ version = "1.3.2";
1174
+ };
1175
+ timeout = {
1176
+ groups = [ "default" ];
1177
+ platforms = [ ];
1178
+ source = {
1179
+ remotes = [ "https://rubygems.org" ];
1180
+ sha256 = "03p31w5ghqfsbz5mcjzvwgkw3h9lbvbknqvrdliy8pxmn9wz02cm";
1181
+ target = "ruby";
1182
+ type = "gem";
1183
+ };
1184
+ targets = [ ];
1185
+ version = "0.4.3";
1186
+ };
1187
+ tzinfo = {
1188
+ dependencies = [ "concurrent-ruby" ];
1189
+ groups = [
1190
+ "default"
1191
+ "development"
1192
+ ];
1193
+ platforms = [ ];
1194
+ source = {
1195
+ remotes = [ "https://rubygems.org" ];
1196
+ sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
1197
+ target = "ruby";
1198
+ type = "gem";
1199
+ };
1200
+ targets = [ ];
1201
+ version = "2.0.6";
1202
+ };
1203
+ unicode-display_width = {
1204
+ dependencies = [ "unicode-emoji" ];
1205
+ groups = [ "default" ];
1206
+ platforms = [ ];
1207
+ source = {
1208
+ remotes = [ "https://rubygems.org" ];
1209
+ sha256 = "1has87asspm6m9wgqas8ghhhwyf2i1yqrqgrkv47xw7jq3qjmbwc";
1210
+ target = "ruby";
1211
+ type = "gem";
1212
+ };
1213
+ targets = [ ];
1214
+ version = "3.1.4";
1215
+ };
1216
+ unicode-emoji = {
1217
+ groups = [ "default" ];
1218
+ platforms = [ ];
1219
+ source = {
1220
+ remotes = [ "https://rubygems.org" ];
1221
+ sha256 = "0ajk6rngypm3chvl6r0vwv36q1931fjqaqhjjya81rakygvlwb1c";
1222
+ target = "ruby";
1223
+ type = "gem";
1224
+ };
1225
+ targets = [ ];
1226
+ version = "4.0.4";
1227
+ };
1228
+ useragent = {
1229
+ groups = [ "default" ];
1230
+ platforms = [ ];
1231
+ source = {
1232
+ remotes = [ "https://rubygems.org" ];
1233
+ sha256 = "0i1q2xdjam4d7gwwc35lfnz0wyyzvnca0zslcfxm9fabml9n83kh";
1234
+ target = "ruby";
1235
+ type = "gem";
1236
+ };
1237
+ targets = [ ];
1238
+ version = "0.16.11";
1239
+ };
1240
+ websocket-driver = {
1241
+ dependencies = [
1242
+ "base64"
1243
+ "websocket-extensions"
1244
+ ];
1245
+ groups = [ "default" ];
1246
+ platforms = [ ];
1247
+ source = {
1248
+ remotes = [ "https://rubygems.org" ];
1249
+ sha256 = "1d26l4qn55ivzahbc7fwc4k4z3j7wzym05i9n77i4mslrpr9jv85";
1250
+ target = "ruby";
1251
+ type = "gem";
1252
+ };
1253
+ targets = [ ];
1254
+ version = "0.7.7";
1255
+ };
1256
+ websocket-extensions = {
1257
+ groups = [
1258
+ "default"
1259
+ "development"
1260
+ ];
1261
+ platforms = [ ];
1262
+ source = {
1263
+ remotes = [ "https://rubygems.org" ];
1264
+ sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
1265
+ target = "ruby";
1266
+ type = "gem";
1267
+ };
1268
+ targets = [ ];
1269
+ version = "0.1.5";
1270
+ };
1271
+ zeitwerk = {
1272
+ groups = [
1273
+ "default"
1274
+ "development"
1275
+ ];
1276
+ platforms = [ ];
1277
+ source = {
1278
+ remotes = [ "https://rubygems.org" ];
1279
+ sha256 = "10cpfdswql21vildiin0q7drg5zfzf2sahnk9hv3nyzzjqwj2bdx";
1280
+ target = "ruby";
1281
+ type = "gem";
1282
+ };
1283
+ targets = [ ];
1284
+ version = "2.6.18";
1285
+ };
1286
+ }