1{
2 actionmailer = {
3 dependencies = [
4 "actionpack"
5 "actionview"
6 "activejob"
7 "activesupport"
8 "mail"
9 "rails-dom-testing"
10 ];
11 groups = [ "default" ];
12 platforms = [ ];
13 source = {
14 remotes = [ "https://rubygems.org" ];
15 sha256 = "07xjqxmwif57wxz28ch10c3c2261ydv1x56vsiidg2icqciyaamh";
16 type = "gem";
17 };
18 version = "7.2.2.1";
19 };
20 actionpack = {
21 dependencies = [
22 "actionview"
23 "activesupport"
24 "nokogiri"
25 "racc"
26 "rack"
27 "rack-session"
28 "rack-test"
29 "rails-dom-testing"
30 "rails-html-sanitizer"
31 "useragent"
32 ];
33 groups = [
34 "default"
35 "development"
36 "test"
37 ];
38 platforms = [ ];
39 source = {
40 remotes = [ "https://rubygems.org" ];
41 sha256 = "0d7pq6fsf041fvskzmqm12xcgk5m9d5fa6kbs1lsbmfbgc51dchp";
42 type = "gem";
43 };
44 version = "7.2.2.1";
45 };
46 actionview = {
47 dependencies = [
48 "activesupport"
49 "builder"
50 "erubi"
51 "rails-dom-testing"
52 "rails-html-sanitizer"
53 ];
54 groups = [
55 "default"
56 "development"
57 "test"
58 ];
59 platforms = [ ];
60 source = {
61 remotes = [ "https://rubygems.org" ];
62 sha256 = "19arngl1nshasvbh90gzc23z1vpid2xzg3043grbmcfqyc68iz39";
63 type = "gem";
64 };
65 version = "7.2.2.1";
66 };
67 actionview_precompiler = {
68 dependencies = [ "actionview" ];
69 groups = [ "default" ];
70 platforms = [ ];
71 source = {
72 remotes = [ "https://rubygems.org" ];
73 sha256 = "077d83avfm73nd0yji853jn94jpbr496apyz5zh5df61qipbvdik";
74 type = "gem";
75 };
76 version = "0.4.0";
77 };
78 active_model_serializers = {
79 dependencies = [ "activemodel" ];
80 groups = [ "default" ];
81 platforms = [ ];
82 source = {
83 remotes = [ "https://rubygems.org" ];
84 sha256 = "0k3mgia2ahh7mbk30hjq9pzqbk0kh281s91kq2z6p555nv9y6l3k";
85 type = "gem";
86 };
87 version = "0.8.4";
88 };
89 activejob = {
90 dependencies = [
91 "activesupport"
92 "globalid"
93 ];
94 groups = [ "default" ];
95 platforms = [ ];
96 source = {
97 remotes = [ "https://rubygems.org" ];
98 sha256 = "0nryqb19i3frxhanykf6lmrw0rb09863z114gi7sm55kff2mmygj";
99 type = "gem";
100 };
101 version = "7.2.2.1";
102 };
103 activemodel = {
104 dependencies = [ "activesupport" ];
105 groups = [
106 "default"
107 "development"
108 "test"
109 ];
110 platforms = [ ];
111 source = {
112 remotes = [ "https://rubygems.org" ];
113 sha256 = "1bzxvccj8349slymls7navb5y14anglkkasphcd6gi72kqgqd643";
114 type = "gem";
115 };
116 version = "7.2.2.1";
117 };
118 activerecord = {
119 dependencies = [
120 "activemodel"
121 "activesupport"
122 "timeout"
123 ];
124 groups = [
125 "default"
126 "development"
127 "test"
128 ];
129 platforms = [ ];
130 source = {
131 remotes = [ "https://rubygems.org" ];
132 sha256 = "1fgscw775wj4l7f5pj274a984paz23zy0111giqkhl9dqdqiz8vr";
133 type = "gem";
134 };
135 version = "7.2.2.1";
136 };
137 activesupport = {
138 dependencies = [
139 "base64"
140 "benchmark"
141 "bigdecimal"
142 "concurrent-ruby"
143 "connection_pool"
144 "drb"
145 "i18n"
146 "logger"
147 "minitest"
148 "securerandom"
149 "tzinfo"
150 ];
151 groups = [
152 "default"
153 "development"
154 "test"
155 ];
156 platforms = [ ];
157 source = {
158 remotes = [ "https://rubygems.org" ];
159 sha256 = "1xa7hr4gp2p86ly6n1j2skyx8pfg6yi621kmnh7zhxr9m7wcnaw4";
160 type = "gem";
161 };
162 version = "7.2.2.1";
163 };
164 addressable = {
165 dependencies = [ "public_suffix" ];
166 groups = [
167 "default"
168 "development"
169 "test"
170 ];
171 platforms = [ ];
172 source = {
173 remotes = [ "https://rubygems.org" ];
174 sha256 = "0cl2qpvwiffym62z991ynks7imsm87qmgxf0yfsmlwzkgi9qcaa6";
175 type = "gem";
176 };
177 version = "2.8.7";
178 };
179 annotate = {
180 dependencies = [
181 "activerecord"
182 "rake"
183 ];
184 groups = [
185 "development"
186 "test"
187 ];
188 platforms = [ ];
189 source = {
190 remotes = [ "https://rubygems.org" ];
191 sha256 = "1lw0fxb5mirsdp3bp20gjyvs7clvi19jbxnrm2ihm20kzfhvlqcs";
192 type = "gem";
193 };
194 version = "3.2.0";
195 };
196 ast = {
197 groups = [
198 "default"
199 "development"
200 "test"
201 ];
202 platforms = [ ];
203 source = {
204 remotes = [ "https://rubygems.org" ];
205 sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
206 type = "gem";
207 };
208 version = "2.4.2";
209 };
210 aws-eventstream = {
211 groups = [ "default" ];
212 platforms = [ ];
213 source = {
214 remotes = [ "https://rubygems.org" ];
215 sha256 = "0gvdg4yx4p9av2glmp7vsxhs0n8fj1ga9kq2xdb8f95j7b04qhzi";
216 type = "gem";
217 };
218 version = "1.3.0";
219 };
220 aws-partitions = {
221 groups = [ "default" ];
222 platforms = [ ];
223 source = {
224 remotes = [ "https://rubygems.org" ];
225 sha256 = "0fhym2gsm9kzl74nvzk3hhw288n1l77kxinhik43p37ayranzcv5";
226 type = "gem";
227 };
228 version = "1.894.0";
229 };
230 aws-sdk-core = {
231 dependencies = [
232 "aws-eventstream"
233 "aws-partitions"
234 "aws-sigv4"
235 "jmespath"
236 ];
237 groups = [ "default" ];
238 platforms = [ ];
239 source = {
240 remotes = [ "https://rubygems.org" ];
241 sha256 = "088nq8yz9n4p7pnhjwp9nbxlkj7jwchpkzvnl4nybfb1dkvk4dns";
242 type = "gem";
243 };
244 version = "3.191.3";
245 };
246 aws-sdk-kms = {
247 dependencies = [
248 "aws-sdk-core"
249 "aws-sigv4"
250 ];
251 groups = [ "default" ];
252 platforms = [ ];
253 source = {
254 remotes = [ "https://rubygems.org" ];
255 sha256 = "1gbxms3daszl4mk89swjrpq3fqgm9lg0wl65yjfp0nfz8jm4jyqf";
256 type = "gem";
257 };
258 version = "1.77.0";
259 };
260 aws-sdk-s3 = {
261 dependencies = [
262 "aws-sdk-core"
263 "aws-sdk-kms"
264 "aws-sigv4"
265 ];
266 groups = [ "default" ];
267 platforms = [ ];
268 source = {
269 remotes = [ "https://rubygems.org" ];
270 sha256 = "1safbxycz517m2v981z8kbmdiqx9jypl093ia0mcrskkgh4fyb3s";
271 type = "gem";
272 };
273 version = "1.143.0";
274 };
275 aws-sdk-sns = {
276 dependencies = [
277 "aws-sdk-core"
278 "aws-sigv4"
279 ];
280 groups = [ "default" ];
281 platforms = [ ];
282 source = {
283 remotes = [ "https://rubygems.org" ];
284 sha256 = "1ql1y276lfk27dyisk8ak1wdnysklw2dcir3kgy05glzzc9j4z1w";
285 type = "gem";
286 };
287 version = "1.72.0";
288 };
289 aws-sigv4 = {
290 dependencies = [ "aws-eventstream" ];
291 groups = [ "default" ];
292 platforms = [ ];
293 source = {
294 remotes = [ "https://rubygems.org" ];
295 sha256 = "1g3w27wzjy4si6kp49w10as6ml6g6zl3xrfqs5ikpfciidv9kpc4";
296 type = "gem";
297 };
298 version = "1.8.0";
299 };
300 base64 = {
301 groups = [
302 "default"
303 "test"
304 ];
305 platforms = [ ];
306 source = {
307 remotes = [ "https://rubygems.org" ];
308 sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
309 type = "gem";
310 };
311 version = "0.2.0";
312 };
313 benchmark = {
314 groups = [
315 "default"
316 "development"
317 "test"
318 ];
319 platforms = [ ];
320 source = {
321 remotes = [ "https://rubygems.org" ];
322 sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg";
323 type = "gem";
324 };
325 version = "0.4.0";
326 };
327 better_errors = {
328 dependencies = [
329 "erubi"
330 "rack"
331 "rouge"
332 ];
333 groups = [ "development" ];
334 platforms = [
335 {
336 engine = "maglev";
337 }
338 {
339 engine = "ruby";
340 }
341 ];
342 source = {
343 remotes = [ "https://rubygems.org" ];
344 sha256 = "0wqazisnn6hn1wsza412xribpw5wzx6b5z5p4mcpfgizr6xg367p";
345 type = "gem";
346 };
347 version = "2.10.1";
348 };
349 bigdecimal = {
350 groups = [
351 "default"
352 "development"
353 "test"
354 ];
355 platforms = [ ];
356 source = {
357 remotes = [ "https://rubygems.org" ];
358 sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g";
359 type = "gem";
360 };
361 version = "3.1.9";
362 };
363 binding_of_caller = {
364 dependencies = [ "debug_inspector" ];
365 groups = [
366 "development"
367 "test"
368 ];
369 platforms = [ ];
370 source = {
371 remotes = [ "https://rubygems.org" ];
372 sha256 = "16mjj15ks5ws53v2y31hxcmf46d0qjdvdaadpk7xsij2zymh4a9b";
373 type = "gem";
374 };
375 version = "1.0.1";
376 };
377 bootsnap = {
378 dependencies = [ "msgpack" ];
379 groups = [ "default" ];
380 platforms = [
381 {
382 engine = "maglev";
383 }
384 {
385 engine = "ruby";
386 }
387 ];
388 source = {
389 remotes = [ "https://rubygems.org" ];
390 sha256 = "0mdgj9yw1hmx3xh2qxyjc31y8igmxzd9h0c245ay2zkz76pl4k5c";
391 type = "gem";
392 };
393 version = "1.18.4";
394 };
395 builder = {
396 groups = [
397 "default"
398 "development"
399 "test"
400 ];
401 platforms = [ ];
402 source = {
403 remotes = [ "https://rubygems.org" ];
404 sha256 = "0pw3r2lyagsxkm71bf44v5b74f7l9r7di22brbyji9fwz791hya9";
405 type = "gem";
406 };
407 version = "3.3.0";
408 };
409 bullet = {
410 dependencies = [
411 "activesupport"
412 "uniform_notifier"
413 ];
414 groups = [ "development" ];
415 platforms = [ ];
416 source = {
417 remotes = [ "https://rubygems.org" ];
418 sha256 = "0kfyg2j6a4sg94sajnmy0scv9dxjh7jka9dlil1fzpx137g2zw3p";
419 type = "gem";
420 };
421 version = "8.0.0";
422 };
423 byebug = {
424 groups = [
425 "development"
426 "test"
427 ];
428 platforms = [
429 {
430 engine = "maglev";
431 }
432 {
433 engine = "ruby";
434 }
435 ];
436 source = {
437 remotes = [ "https://rubygems.org" ];
438 sha256 = "0nx3yjf4xzdgb8jkmk2344081gqr22pgjqnmjg2q64mj5d6r9194";
439 type = "gem";
440 };
441 version = "11.1.3";
442 };
443 capybara = {
444 dependencies = [
445 "addressable"
446 "matrix"
447 "mini_mime"
448 "nokogiri"
449 "rack"
450 "rack-test"
451 "regexp_parser"
452 "xpath"
453 ];
454 groups = [ "test" ];
455 platforms = [ ];
456 source = {
457 remotes = [ "https://rubygems.org" ];
458 sha256 = "1vxfah83j6zpw3v5hic0j70h519nvmix2hbszmjwm8cfawhagns2";
459 type = "gem";
460 };
461 version = "3.40.0";
462 };
463 cbor = {
464 groups = [ "default" ];
465 platforms = [ ];
466 source = {
467 remotes = [ "https://rubygems.org" ];
468 sha256 = "1dsf9gjc2cj79vrnz2vgq573biqjw7ad4b0idm05xg6rb3y9gq4y";
469 type = "gem";
470 };
471 version = "0.5.9.8";
472 };
473 certified = {
474 groups = [
475 "development"
476 "test"
477 ];
478 platforms = [ ];
479 source = {
480 remotes = [ "https://rubygems.org" ];
481 sha256 = "1706p6p0a8adyvd943af2a3093xakvislgffw3v9dvp7j07dyk5a";
482 type = "gem";
483 };
484 version = "1.0.0";
485 };
486 cgi = {
487 groups = [ "default" ];
488 platforms = [ ];
489 source = {
490 remotes = [ "https://rubygems.org" ];
491 sha256 = "0c5494n3n6l51n1w1vc118zckbqdzk7r6b656hswg72w0bif2ja3";
492 type = "gem";
493 };
494 version = "0.4.1";
495 };
496 chunky_png = {
497 groups = [ "default" ];
498 platforms = [ ];
499 source = {
500 remotes = [ "https://rubygems.org" ];
501 sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9";
502 type = "gem";
503 };
504 version = "1.4.0";
505 };
506 coderay = {
507 groups = [
508 "default"
509 "development"
510 ];
511 platforms = [
512 {
513 engine = "maglev";
514 }
515 {
516 engine = "ruby";
517 }
518 ];
519 source = {
520 remotes = [ "https://rubygems.org" ];
521 sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw";
522 type = "gem";
523 };
524 version = "1.1.3";
525 };
526 colored2 = {
527 groups = [ "default" ];
528 platforms = [ ];
529 source = {
530 remotes = [ "https://rubygems.org" ];
531 sha256 = "0drbrv5m3l3qpal7s87gvss81cbzl76gad1hqkpqfqlphf0h7qb3";
532 type = "gem";
533 };
534 version = "4.0.3";
535 };
536 concurrent-ruby = {
537 groups = [
538 "default"
539 "development"
540 "test"
541 ];
542 platforms = [ ];
543 source = {
544 remotes = [ "https://rubygems.org" ];
545 sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1";
546 type = "gem";
547 };
548 version = "1.3.5";
549 };
550 connection_pool = {
551 groups = [
552 "default"
553 "development"
554 "test"
555 ];
556 platforms = [ ];
557 source = {
558 remotes = [ "https://rubygems.org" ];
559 sha256 = "1z7bag6zb2vwi7wp2bkdkmk7swkj6zfnbsnc949qq0wfsgw94fr3";
560 type = "gem";
561 };
562 version = "2.5.0";
563 };
564 cose = {
565 dependencies = [
566 "cbor"
567 "openssl-signature_algorithm"
568 ];
569 groups = [ "default" ];
570 platforms = [ ];
571 source = {
572 remotes = [ "https://rubygems.org" ];
573 sha256 = "1rbdzl9n8ppyp38y75hw06s17kp922ybj6jfvhz52p83dg6xpm6m";
574 type = "gem";
575 };
576 version = "1.3.1";
577 };
578 cppjieba_rb = {
579 groups = [ "default" ];
580 platforms = [ ];
581 source = {
582 remotes = [ "https://rubygems.org" ];
583 sha256 = "1bzsr3k926cwz6r0sx6p60cjyhqls7n8fd123f6qmhkfgfspm6ii";
584 type = "gem";
585 };
586 version = "0.4.4";
587 };
588 crack = {
589 dependencies = [
590 "bigdecimal"
591 "rexml"
592 ];
593 groups = [
594 "default"
595 "test"
596 ];
597 platforms = [ ];
598 source = {
599 remotes = [ "https://rubygems.org" ];
600 sha256 = "0jaa7is4fw1cxigm8vlyhg05bw4nqy4f91zjqxk7pp4c8bdyyfn8";
601 type = "gem";
602 };
603 version = "1.0.0";
604 };
605 crass = {
606 groups = [
607 "default"
608 "development"
609 "test"
610 ];
611 platforms = [ ];
612 source = {
613 remotes = [ "https://rubygems.org" ];
614 sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
615 type = "gem";
616 };
617 version = "1.0.6";
618 };
619 css_parser = {
620 dependencies = [ "addressable" ];
621 groups = [ "default" ];
622 platforms = [ ];
623 source = {
624 remotes = [ "https://rubygems.org" ];
625 sha256 = "0625073hwx41c246v9dvkp0rk0xgh9d0sc0gm73dbmlxnjwgalv7";
626 type = "gem";
627 };
628 version = "1.21.0";
629 };
630 csv = {
631 groups = [ "default" ];
632 platforms = [ ];
633 source = {
634 remotes = [ "https://rubygems.org" ];
635 sha256 = "0kmx36jjh2sahd989vcvw74lrlv07dqc3rnxchc5sj2ywqsw3w3g";
636 type = "gem";
637 };
638 version = "3.3.2";
639 };
640 date = {
641 groups = [
642 "default"
643 "development"
644 "test"
645 ];
646 platforms = [ ];
647 source = {
648 remotes = [ "https://rubygems.org" ];
649 sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz";
650 type = "gem";
651 };
652 version = "3.4.1";
653 };
654 debug_inspector = {
655 groups = [
656 "default"
657 "development"
658 ];
659 platforms = [ ];
660 source = {
661 remotes = [ "https://rubygems.org" ];
662 sha256 = "18k8x9viqlkh7dbmjzh8crbjy8w480arpa766cw1dnn3xcpa1pwv";
663 type = "gem";
664 };
665 version = "1.2.0";
666 };
667 diff-lcs = {
668 groups = [
669 "default"
670 "development"
671 "test"
672 ];
673 platforms = [ ];
674 source = {
675 remotes = [ "https://rubygems.org" ];
676 sha256 = "1znxccz83m4xgpd239nyqxlifdb7m8rlfayk6s259186nkgj6ci7";
677 type = "gem";
678 };
679 version = "1.5.1";
680 };
681 diffy = {
682 groups = [ "default" ];
683 platforms = [ ];
684 source = {
685 remotes = [ "https://rubygems.org" ];
686 sha256 = "19xaz5qmw0kg1rdsjh13vk7674bpcmjy6cnddx1cvl80vgkvjr22";
687 type = "gem";
688 };
689 version = "3.4.3";
690 };
691 digest = {
692 groups = [ "default" ];
693 platforms = [ ];
694 source = {
695 remotes = [ "https://rubygems.org" ];
696 sha256 = "149r5nnr76g0lp0iz7xiw0zf4civrbs5zpmd5zc6agv8xj970bps";
697 type = "gem";
698 };
699 version = "3.2.0";
700 };
701 digest-xxhash = {
702 groups = [ "migrations" ];
703 platforms = [ ];
704 source = {
705 remotes = [ "https://rubygems.org" ];
706 sha256 = "1mwqln5078r4arxzngbzvr82fshl1bn836ga9dm17i03khqdi2d9";
707 type = "gem";
708 };
709 version = "0.2.9";
710 };
711 discourse-fonts = {
712 groups = [ "default" ];
713 platforms = [ ];
714 source = {
715 remotes = [ "https://rubygems.org" ];
716 sha256 = "18bj5d0hf7bwy0pppah55aawg7yn61sjgjhh03j5lcnkxl9mrlm7";
717 type = "gem";
718 };
719 version = "0.0.18";
720 };
721 discourse-seed-fu = {
722 dependencies = [
723 "activerecord"
724 "activesupport"
725 ];
726 groups = [ "default" ];
727 platforms = [ ];
728 source = {
729 remotes = [ "https://rubygems.org" ];
730 sha256 = "1r3mbi72cx3xx8dnva1zhvxcacdma4xfn16d8s860m7d25fdjqag";
731 type = "gem";
732 };
733 version = "2.3.12";
734 };
735 discourse_dev_assets = {
736 dependencies = [
737 "faker"
738 "literate_randomizer"
739 ];
740 groups = [
741 "development"
742 "test"
743 ];
744 platforms = [ ];
745 source = {
746 remotes = [ "https://rubygems.org" ];
747 sha256 = "0ncd6n34vm7qd5mpza8wrqfkgfc6xbd5rxjcbdnvsv94zxr75rm1";
748 type = "gem";
749 };
750 version = "0.0.4";
751 };
752 docile = {
753 groups = [
754 "default"
755 "test"
756 ];
757 platforms = [ ];
758 source = {
759 remotes = [ "https://rubygems.org" ];
760 sha256 = "07pj4z3h8wk4fgdn6s62vw1lwvhj0ac0x10vfbdkr9xzk7krn5cn";
761 type = "gem";
762 };
763 version = "1.4.1";
764 };
765 drb = {
766 groups = [ "default" ];
767 platforms = [ ];
768 source = {
769 remotes = [ "https://rubygems.org" ];
770 sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
771 type = "gem";
772 };
773 version = "2.2.1";
774 };
775 dry-initializer = {
776 groups = [ "default" ];
777 platforms = [ ];
778 source = {
779 remotes = [ "https://rubygems.org" ];
780 sha256 = "1qy4cv0j0ahabprdbp02nc3r1606jd5dp90lzqg0mp0jz6c9gm9p";
781 type = "gem";
782 };
783 version = "3.2.0";
784 };
785 email_reply_trimmer = {
786 groups = [ "default" ];
787 platforms = [ ];
788 source = {
789 remotes = [ "https://rubygems.org" ];
790 sha256 = "09f5sq41fb912jxsbzh68hmkwq9gj9p8fg0zbwikf80sxsjkz105";
791 type = "gem";
792 };
793 version = "0.2.0";
794 };
795 erubi = {
796 groups = [
797 "default"
798 "development"
799 "test"
800 ];
801 platforms = [
802 {
803 engine = "maglev";
804 }
805 {
806 engine = "ruby";
807 }
808 ];
809 source = {
810 remotes = [ "https://rubygems.org" ];
811 sha256 = "1naaxsqkv5b3vklab5sbb9sdpszrjzlfsbqpy7ncbnw510xi10m0";
812 type = "gem";
813 };
814 version = "1.13.1";
815 };
816 excon = {
817 groups = [ "default" ];
818 platforms = [ ];
819 source = {
820 remotes = [ "https://rubygems.org" ];
821 sha256 = "1am69fn9nzj2pa05fd02q4zbzn1g7c9w5g52yjzdsbhm1x9n9g95";
822 type = "gem";
823 };
824 version = "1.2.3";
825 };
826 execjs = {
827 groups = [
828 "assets"
829 "default"
830 ];
831 platforms = [ ];
832 source = {
833 remotes = [ "https://rubygems.org" ];
834 sha256 = "03a590q16nhqvfms0lh42mp6a1i41w41qpdnf39zjbq5y3l8pjvb";
835 type = "gem";
836 };
837 version = "2.10.0";
838 };
839 exifr = {
840 groups = [ "default" ];
841 platforms = [ ];
842 source = {
843 remotes = [ "https://rubygems.org" ];
844 sha256 = "155qqhai5z2742aqa4mwkxmqrpcv48siqz55rcx79wvgdg6790vn";
845 type = "gem";
846 };
847 version = "1.4.1";
848 };
849 extralite-bundle = {
850 groups = [ "migrations" ];
851 platforms = [ ];
852 source = {
853 remotes = [ "https://rubygems.org" ];
854 sha256 = "1x73a43hjw7f9vwlhfax4rmp7hpwaadvcamnbw31hh94bx3i71lv";
855 type = "gem";
856 };
857 version = "2.8.2";
858 };
859 fabrication = {
860 groups = [
861 "development"
862 "test"
863 ];
864 platforms = [ ];
865 source = {
866 remotes = [ "https://rubygems.org" ];
867 sha256 = "1al5iv3as21l5clci0b5cg27z136pan7gkj7plp4l0w83c6z2y9c";
868 type = "gem";
869 };
870 version = "2.31.0";
871 };
872 faker = {
873 dependencies = [ "i18n" ];
874 groups = [
875 "development"
876 "test"
877 ];
878 platforms = [ ];
879 source = {
880 remotes = [ "https://rubygems.org" ];
881 sha256 = "1wslw5gh335zcahxmdd497xaa7h0d8l60c0jfv942mn47fxy8m47";
882 type = "gem";
883 };
884 version = "2.23.0";
885 };
886 fakeweb = {
887 groups = [ "test" ];
888 platforms = [ ];
889 source = {
890 remotes = [ "https://rubygems.org" ];
891 sha256 = "1a09z9nb369bvwpghncgd5y4f95lh28w0q258srh02h22fz9dj8y";
892 type = "gem";
893 };
894 version = "1.3.0";
895 };
896 faraday = {
897 dependencies = [
898 "faraday-net_http"
899 "json"
900 "logger"
901 ];
902 groups = [ "default" ];
903 platforms = [ ];
904 source = {
905 remotes = [ "https://rubygems.org" ];
906 sha256 = "1mls9g490k63rdmjc9shqshqzznfn1y21wawkxrwp2vvbk13jwqm";
907 type = "gem";
908 };
909 version = "2.12.2";
910 };
911 faraday-net_http = {
912 dependencies = [ "net-http" ];
913 groups = [ "default" ];
914 platforms = [ ];
915 source = {
916 remotes = [ "https://rubygems.org" ];
917 sha256 = "0jp5ci6g40d6i50bsywp35l97nc2fpi9a592r2cibwicdb6y9wd1";
918 type = "gem";
919 };
920 version = "3.4.0";
921 };
922 faraday-retry = {
923 dependencies = [ "faraday" ];
924 groups = [ "default" ];
925 platforms = [ ];
926 source = {
927 remotes = [ "https://rubygems.org" ];
928 sha256 = "023ncwlagnf2irx2ckyj1pg1f1x436jgr4a5y45mih298p8zwij1";
929 type = "gem";
930 };
931 version = "2.2.1";
932 };
933 fast_blank = {
934 groups = [ "default" ];
935 platforms = [
936 {
937 engine = "maglev";
938 }
939 {
940 engine = "rbx";
941 }
942 {
943 engine = "ruby";
944 }
945 ];
946 source = {
947 remotes = [ "https://rubygems.org" ];
948 sha256 = "1shpmamyzyhyxmv95r96ja5rylzaw60r19647d0fdm7y2h2c77r6";
949 type = "gem";
950 };
951 version = "1.0.1";
952 };
953 fastimage = {
954 groups = [ "default" ];
955 platforms = [ ];
956 source = {
957 remotes = [ "https://rubygems.org" ];
958 sha256 = "1sfc7svf7h1ja6zmsq9f3ps6pg0q4hymphh6rk7ipmp7ygqjkii3";
959 type = "gem";
960 };
961 version = "2.3.1";
962 };
963 ffi = {
964 groups = [
965 "default"
966 "development"
967 "test"
968 ];
969 platforms = [
970 {
971 engine = "maglev";
972 }
973 {
974 engine = "ruby";
975 }
976 ];
977 source = {
978 remotes = [ "https://rubygems.org" ];
979 sha256 = "0fgwn1grxf4zxmyqmb9i4z2hr111585n9jnk17y6y7hhs7dv1xi6";
980 type = "gem";
981 };
982 version = "1.17.1";
983 };
984 fspath = {
985 groups = [ "default" ];
986 platforms = [ ];
987 source = {
988 remotes = [ "https://rubygems.org" ];
989 sha256 = "0xcxikkrjv8ws328nn5ax5pyfjs8pn7djg1hks7qyb3yp6prpb5m";
990 type = "gem";
991 };
992 version = "3.1.2";
993 };
994 globalid = {
995 dependencies = [ "activesupport" ];
996 groups = [ "default" ];
997 platforms = [ ];
998 source = {
999 remotes = [ "https://rubygems.org" ];
1000 sha256 = "1sbw6b66r7cwdx3jhs46s4lr991969hvigkjpbdl7y3i31qpdgvh";
1001 type = "gem";
1002 };
1003 version = "1.2.1";
1004 };
1005 google-protobuf = {
1006 dependencies = [
1007 "bigdecimal"
1008 "rake"
1009 ];
1010 groups = [ "default" ];
1011 platforms = [ ];
1012 source = {
1013 remotes = [ "https://rubygems.org" ];
1014 sha256 = "0rmmp533ypc5c2r3ks8zqxchqkf1g8laig87f7hdfmwz0p07cmcs";
1015 type = "gem";
1016 };
1017 version = "4.29.3";
1018 };
1019 guess_html_encoding = {
1020 groups = [ "default" ];
1021 platforms = [ ];
1022 source = {
1023 remotes = [ "https://rubygems.org" ];
1024 sha256 = "16700fk6kmif3q3kpc1ldhy3nsc9pkxlgl8sqhznff2zjj5lddna";
1025 type = "gem";
1026 };
1027 version = "0.0.11";
1028 };
1029 hana = {
1030 groups = [ "default" ];
1031 platforms = [ ];
1032 source = {
1033 remotes = [ "https://rubygems.org" ];
1034 sha256 = "03cvrv2wl25j9n4n509hjvqnmwa60k92j741b64a1zjisr1dn9al";
1035 type = "gem";
1036 };
1037 version = "1.3.7";
1038 };
1039 hashdiff = {
1040 groups = [
1041 "default"
1042 "test"
1043 ];
1044 platforms = [ ];
1045 source = {
1046 remotes = [ "https://rubygems.org" ];
1047 sha256 = "0xqsnx25lm1wwgchvrl5xla5zzk3d6gbkdfj062cwggdsvgfwc1c";
1048 type = "gem";
1049 };
1050 version = "1.1.2";
1051 };
1052 hashie = {
1053 groups = [ "default" ];
1054 platforms = [ ];
1055 source = {
1056 remotes = [ "https://rubygems.org" ];
1057 sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x";
1058 type = "gem";
1059 };
1060 version = "5.0.0";
1061 };
1062 highline = {
1063 dependencies = [ "reline" ];
1064 groups = [ "default" ];
1065 platforms = [ ];
1066 source = {
1067 remotes = [ "https://rubygems.org" ];
1068 sha256 = "0jmvyhjp2v3iq47la7w6psrxbprnbnmzz0hxxski3vzn356x7jv7";
1069 type = "gem";
1070 };
1071 version = "3.1.2";
1072 };
1073 htmlentities = {
1074 groups = [ "default" ];
1075 platforms = [ ];
1076 source = {
1077 remotes = [ "https://rubygems.org" ];
1078 sha256 = "1nkklqsn8ir8wizzlakncfv42i32wc0w9hxp00hvdlgjr7376nhj";
1079 type = "gem";
1080 };
1081 version = "4.3.4";
1082 };
1083 http_accept_language = {
1084 groups = [ "default" ];
1085 platforms = [ ];
1086 source = {
1087 remotes = [ "https://rubygems.org" ];
1088 sha256 = "0d0nlfz9vm4jr1l6q0chx4rp2hrnrfbx3gadc1dz930lbbaz0hq0";
1089 type = "gem";
1090 };
1091 version = "2.1.1";
1092 };
1093 i18n = {
1094 dependencies = [ "concurrent-ruby" ];
1095 groups = [
1096 "default"
1097 "development"
1098 "test"
1099 ];
1100 platforms = [ ];
1101 source = {
1102 remotes = [ "https://rubygems.org" ];
1103 sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf";
1104 type = "gem";
1105 };
1106 version = "1.14.7";
1107 };
1108 image_optim = {
1109 dependencies = [
1110 "exifr"
1111 "fspath"
1112 "image_size"
1113 "in_threads"
1114 "progress"
1115 ];
1116 groups = [ "default" ];
1117 platforms = [ ];
1118 source = {
1119 remotes = [ "https://rubygems.org" ];
1120 sha256 = "1h3n8x1rlxz4mkk49lij22x1nn0qk5cvir3fsj4x3s382a4x1zsv";
1121 type = "gem";
1122 };
1123 version = "0.31.4";
1124 };
1125 image_size = {
1126 groups = [ "default" ];
1127 platforms = [ ];
1128 source = {
1129 remotes = [ "https://rubygems.org" ];
1130 sha256 = "16h2gxxk212mlvphf03x1z1ddb9k3vm0lgsxbvi4fjg77x8q19f6";
1131 type = "gem";
1132 };
1133 version = "3.4.0";
1134 };
1135 in_threads = {
1136 groups = [ "default" ];
1137 platforms = [ ];
1138 source = {
1139 remotes = [ "https://rubygems.org" ];
1140 sha256 = "0j9132d4g8prjafgdh4pw948j527kr09m2lvylrcd797il9yd9wi";
1141 type = "gem";
1142 };
1143 version = "1.6.0";
1144 };
1145 io-console = {
1146 groups = [
1147 "default"
1148 "development"
1149 "test"
1150 ];
1151 platforms = [ ];
1152 source = {
1153 remotes = [ "https://rubygems.org" ];
1154 sha256 = "18pgvl7lfjpichdfh1g50rpz0zpaqrpr52ybn9liv1v9pjn9ysnd";
1155 type = "gem";
1156 };
1157 version = "0.8.0";
1158 };
1159 irb = {
1160 dependencies = [
1161 "pp"
1162 "rdoc"
1163 "reline"
1164 ];
1165 groups = [
1166 "default"
1167 "development"
1168 "test"
1169 ];
1170 platforms = [ ];
1171 source = {
1172 remotes = [ "https://rubygems.org" ];
1173 sha256 = "1478m97wiy6nwg6lnl0szy39p46acsvrhax552vsh1s2mi2sgg6r";
1174 type = "gem";
1175 };
1176 version = "1.15.1";
1177 };
1178 iso8601 = {
1179 groups = [ "default" ];
1180 platforms = [ ];
1181 source = {
1182 remotes = [ "https://rubygems.org" ];
1183 sha256 = "18js898rhh6byp0znvchiv6mcxi5l8v3v0bj2ddajpxynwajp319";
1184 type = "gem";
1185 };
1186 version = "0.13.0";
1187 };
1188 jmespath = {
1189 groups = [ "default" ];
1190 platforms = [ ];
1191 source = {
1192 remotes = [ "https://rubygems.org" ];
1193 sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393";
1194 type = "gem";
1195 };
1196 version = "1.6.2";
1197 };
1198 json = {
1199 groups = [
1200 "default"
1201 "development"
1202 "test"
1203 ];
1204 platforms = [ ];
1205 source = {
1206 remotes = [ "https://rubygems.org" ];
1207 sha256 = "048danb0x10mpch6mf88mky35zjn6wk4hpbqq68ssbq58i3fzgfj";
1208 type = "gem";
1209 };
1210 version = "2.9.1";
1211 };
1212 json-schema = {
1213 dependencies = [
1214 "addressable"
1215 "bigdecimal"
1216 ];
1217 groups = [
1218 "default"
1219 "development"
1220 "test"
1221 ];
1222 platforms = [ ];
1223 source = {
1224 remotes = [ "https://rubygems.org" ];
1225 sha256 = "1gzrf6q4d9kbixj6bpi2bp8dizmqxcmlq30ni86h3ifzpkcrm0mk";
1226 type = "gem";
1227 };
1228 version = "5.1.1";
1229 };
1230 json_schemer = {
1231 dependencies = [
1232 "bigdecimal"
1233 "hana"
1234 "regexp_parser"
1235 "simpleidn"
1236 ];
1237 groups = [ "default" ];
1238 platforms = [ ];
1239 source = {
1240 remotes = [ "https://rubygems.org" ];
1241 sha256 = "093wb42zyy0a7kk7zxdvs0jivm0knlaz9lrsncjxjj2ppcbn3jsn";
1242 type = "gem";
1243 };
1244 version = "2.4.0";
1245 };
1246 jwt = {
1247 dependencies = [ "base64" ];
1248 groups = [ "default" ];
1249 platforms = [ ];
1250 source = {
1251 remotes = [ "https://rubygems.org" ];
1252 sha256 = "1i8wmzgb5nfhvkx1f6bhdwfm7v772172imh439v3xxhkv3hllhp6";
1253 type = "gem";
1254 };
1255 version = "2.10.1";
1256 };
1257 kgio = {
1258 groups = [ "default" ];
1259 platforms = [
1260 {
1261 engine = "maglev";
1262 }
1263 {
1264 engine = "rbx";
1265 }
1266 {
1267 engine = "ruby";
1268 }
1269 ];
1270 source = {
1271 remotes = [ "https://rubygems.org" ];
1272 sha256 = "1ipzvw7n0kz1w8rkqybyxvf3hb601a770khm0xdqm68mc4aa59xx";
1273 type = "gem";
1274 };
1275 version = "2.11.4";
1276 };
1277 language_server-protocol = {
1278 groups = [
1279 "default"
1280 "development"
1281 "test"
1282 ];
1283 platforms = [ ];
1284 source = {
1285 remotes = [ "https://rubygems.org" ];
1286 sha256 = "0scnz2fvdczdgadvjn0j9d49118aqm3hj66qh8sd2kv6g1j65164";
1287 type = "gem";
1288 };
1289 version = "3.17.0.4";
1290 };
1291 libv8-node = {
1292 groups = [ "default" ];
1293 platforms = [ ];
1294 source = {
1295 remotes = [ "https://rubygems.org" ];
1296 sha256 = "1ki1vjkq8nhmlz7rqi1ic0mjmbjsa7d1bgcvkzdl4q9vhaa5dzvn";
1297 type = "gem";
1298 };
1299 version = "22.7.0.4";
1300 };
1301 listen = {
1302 dependencies = [
1303 "rb-fsevent"
1304 "rb-inotify"
1305 ];
1306 groups = [
1307 "development"
1308 "test"
1309 ];
1310 platforms = [ ];
1311 source = {
1312 remotes = [ "https://rubygems.org" ];
1313 sha256 = "0rwwsmvq79qwzl6324yc53py02kbrcww35si720490z5w0j497nv";
1314 type = "gem";
1315 };
1316 version = "3.9.0";
1317 };
1318 literate_randomizer = {
1319 groups = [
1320 "default"
1321 "development"
1322 ];
1323 platforms = [ ];
1324 source = {
1325 remotes = [ "https://rubygems.org" ];
1326 sha256 = "1c8p8aw93bx4ygpkwfv6dv41psb86jb0pi16gvnv30rr72dkq1q5";
1327 type = "gem";
1328 };
1329 version = "0.4.0";
1330 };
1331 logger = {
1332 groups = [
1333 "default"
1334 "development"
1335 "test"
1336 ];
1337 platforms = [ ];
1338 source = {
1339 remotes = [ "https://rubygems.org" ];
1340 sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
1341 type = "gem";
1342 };
1343 version = "1.7.0";
1344 };
1345 lograge = {
1346 dependencies = [
1347 "actionpack"
1348 "activesupport"
1349 "railties"
1350 "request_store"
1351 ];
1352 groups = [ "default" ];
1353 platforms = [ ];
1354 source = {
1355 remotes = [ "https://rubygems.org" ];
1356 sha256 = "1qcsvh9k4c0cp6agqm9a8m4x2gg7vifryqr7yxkg2x9ph9silds2";
1357 type = "gem";
1358 };
1359 version = "0.14.0";
1360 };
1361 logstash-event = {
1362 groups = [ "default" ];
1363 platforms = [ ];
1364 source = {
1365 remotes = [ "https://rubygems.org" ];
1366 sha256 = "1bk7fhhryjxp1klr3hq6i6srrc21wl4p980bysjp0w66z9hdr9w9";
1367 type = "gem";
1368 };
1369 version = "1.2.02";
1370 };
1371 logster = {
1372 groups = [ "default" ];
1373 platforms = [ ];
1374 source = {
1375 remotes = [ "https://rubygems.org" ];
1376 sha256 = "1bmvpa5mk779rgl4s4qy8nyhjh1lpf5gn4pmv40xyalnv2whryf3";
1377 type = "gem";
1378 };
1379 version = "2.20.0";
1380 };
1381 loofah = {
1382 dependencies = [
1383 "crass"
1384 "nokogiri"
1385 ];
1386 groups = [
1387 "default"
1388 "development"
1389 "test"
1390 ];
1391 platforms = [ ];
1392 source = {
1393 remotes = [ "https://rubygems.org" ];
1394 sha256 = "07pfa5kgl7k2hxlzzn89qna6bmiyrxlchgbzi0885frsi08agrk1";
1395 type = "gem";
1396 };
1397 version = "2.24.0";
1398 };
1399 lru_redux = {
1400 groups = [ "default" ];
1401 platforms = [ ];
1402 source = {
1403 remotes = [ "https://rubygems.org" ];
1404 sha256 = "1yxghzg7476sivz8yyr9nkak2dlbls0b89vc2kg52k0nmg6d0wgf";
1405 type = "gem";
1406 };
1407 version = "1.1.0";
1408 };
1409 lz4-ruby = {
1410 groups = [ "default" ];
1411 platforms = [
1412 {
1413 engine = "maglev";
1414 }
1415 {
1416 engine = "rbx";
1417 }
1418 {
1419 engine = "ruby";
1420 }
1421 ];
1422 source = {
1423 remotes = [ "https://rubygems.org" ];
1424 sha256 = "12fymsvcb9kw6ycyfzc8b9svriq0afqf1qnl121xrz8c4gpfa6q1";
1425 type = "gem";
1426 };
1427 version = "0.3.3";
1428 };
1429 mail = {
1430 dependencies = [
1431 "mini_mime"
1432 "net-imap"
1433 "net-pop"
1434 "net-smtp"
1435 ];
1436 groups = [ "default" ];
1437 platforms = [ ];
1438 source = {
1439 remotes = [ "https://rubygems.org" ];
1440 sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc";
1441 type = "gem";
1442 };
1443 version = "2.8.1";
1444 };
1445 matrix = {
1446 groups = [
1447 "default"
1448 "test"
1449 ];
1450 platforms = [ ];
1451 source = {
1452 remotes = [ "https://rubygems.org" ];
1453 sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i";
1454 type = "gem";
1455 };
1456 version = "0.4.2";
1457 };
1458 maxminddb = {
1459 groups = [ "default" ];
1460 platforms = [ ];
1461 source = {
1462 remotes = [ "https://rubygems.org" ];
1463 sha256 = "0zlhqilyggiryywgswfi624bv10qnkm66hggmg79vvgv73j3p4sh";
1464 type = "gem";
1465 };
1466 version = "0.1.22";
1467 };
1468 memory_profiler = {
1469 groups = [ "default" ];
1470 platforms = [
1471 {
1472 engine = "maglev";
1473 }
1474 {
1475 engine = "ruby";
1476 }
1477 ];
1478 source = {
1479 remotes = [ "https://rubygems.org" ];
1480 sha256 = "1y58ba08n4lx123c0hjcc752fc4x802mjy39qj1hq50ak3vpv8br";
1481 type = "gem";
1482 };
1483 version = "1.1.0";
1484 };
1485 message_bus = {
1486 dependencies = [ "rack" ];
1487 groups = [ "default" ];
1488 platforms = [ ];
1489 source = {
1490 remotes = [ "https://rubygems.org" ];
1491 sha256 = "15xqp7pnicjh2868fsc6fmxw8cw32bpiaqpc5bz8cwdib09ns3qk";
1492 type = "gem";
1493 };
1494 version = "4.3.8";
1495 };
1496 messageformat-wrapper = {
1497 dependencies = [ "mini_racer" ];
1498 groups = [ "default" ];
1499 platforms = [ ];
1500 source = {
1501 remotes = [ "https://rubygems.org" ];
1502 sha256 = "1g30y5qv6jx39qz5g0yai37n46mvzjn7si8whjyd24p44sb8gspc";
1503 type = "gem";
1504 };
1505 version = "1.1.0";
1506 };
1507 method_source = {
1508 groups = [
1509 "default"
1510 "development"
1511 "test"
1512 ];
1513 platforms = [ ];
1514 source = {
1515 remotes = [ "https://rubygems.org" ];
1516 sha256 = "1igmc3sq9ay90f8xjvfnswd1dybj1s3fi0dwd53inwsvqk4h24qq";
1517 type = "gem";
1518 };
1519 version = "1.1.0";
1520 };
1521 mini_mime = {
1522 groups = [
1523 "default"
1524 "test"
1525 ];
1526 platforms = [ ];
1527 source = {
1528 remotes = [ "https://rubygems.org" ];
1529 sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6";
1530 type = "gem";
1531 };
1532 version = "1.1.5";
1533 };
1534 mini_portile2 = {
1535 groups = [
1536 "default"
1537 "development"
1538 "generic_import"
1539 "test"
1540 ];
1541 platforms = [ ];
1542 source = {
1543 remotes = [ "https://rubygems.org" ];
1544 sha256 = "12f2830x7pq3kj0v8nz0zjvaw02sv01bqs1zwdrc04704kwcgmqc";
1545 type = "gem";
1546 };
1547 version = "2.8.9";
1548 };
1549 mini_racer = {
1550 dependencies = [ "libv8-node" ];
1551 groups = [ "default" ];
1552 platforms = [ ];
1553 source = {
1554 remotes = [ "https://rubygems.org" ];
1555 sha256 = "168a3crdgakm9mk5yrqlqsrx587rm7sk1f2l7sfs9cg87f7xb7ji";
1556 type = "gem";
1557 };
1558 version = "0.17.0.pre13";
1559 };
1560 mini_scheduler = {
1561 dependencies = [ "sidekiq" ];
1562 groups = [ "default" ];
1563 platforms = [ ];
1564 source = {
1565 remotes = [ "https://rubygems.org" ];
1566 sha256 = "00rmlcnwhi6gnrwpcv2yicm9ij8zs1mhsbx98ic6rmx8iprq9w6j";
1567 type = "gem";
1568 };
1569 version = "0.18.0";
1570 };
1571 mini_sql = {
1572 groups = [ "default" ];
1573 platforms = [ ];
1574 source = {
1575 remotes = [ "https://rubygems.org" ];
1576 sha256 = "1vnn88gv935szjz2hndnisfgys19k9z07237w11vpxaad9zn75jj";
1577 type = "gem";
1578 };
1579 version = "1.6.0";
1580 };
1581 mini_suffix = {
1582 dependencies = [ "ffi" ];
1583 groups = [ "default" ];
1584 platforms = [ ];
1585 source = {
1586 remotes = [ "https://rubygems.org" ];
1587 sha256 = "1rr2nx1kixd7ccxqdnswjnflg46s6lr1f9vxkdy298k95zwk67cd";
1588 type = "gem";
1589 };
1590 version = "0.3.3";
1591 };
1592 minio_runner = {
1593 groups = [ "test" ];
1594 platforms = [ ];
1595 source = {
1596 remotes = [ "https://rubygems.org" ];
1597 sha256 = "1c0bld2bpnfrld7g0pli3pp3b1z3a21cgahhw70i5cjr33sx88pi";
1598 type = "gem";
1599 };
1600 version = "0.1.2";
1601 };
1602 minitest = {
1603 groups = [
1604 "default"
1605 "development"
1606 "test"
1607 ];
1608 platforms = [ ];
1609 source = {
1610 remotes = [ "https://rubygems.org" ];
1611 sha256 = "0izrg03wn2yj3gd76ck7ifbm9h2kgy8kpg4fk06ckpy4bbicmwlw";
1612 type = "gem";
1613 };
1614 version = "5.25.4";
1615 };
1616 mocha = {
1617 dependencies = [ "ruby2_keywords" ];
1618 groups = [
1619 "development"
1620 "test"
1621 ];
1622 platforms = [ ];
1623 source = {
1624 remotes = [ "https://rubygems.org" ];
1625 sha256 = "0lgqyxxdxgfik77a7lk2hjkr6flimgxr4gcbg3y7bg1ybn6m6zcg";
1626 type = "gem";
1627 };
1628 version = "2.7.1";
1629 };
1630 msgpack = {
1631 groups = [ "default" ];
1632 platforms = [
1633 {
1634 engine = "maglev";
1635 }
1636 {
1637 engine = "ruby";
1638 }
1639 ];
1640 source = {
1641 remotes = [ "https://rubygems.org" ];
1642 sha256 = "1a5fsgchkpcca4wf3pipbb2jbj523l7fbaq37j10cr0yymwlkc7z";
1643 type = "gem";
1644 };
1645 version = "1.7.5";
1646 };
1647 multi_json = {
1648 groups = [ "default" ];
1649 platforms = [ ];
1650 source = {
1651 remotes = [ "https://rubygems.org" ];
1652 sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
1653 type = "gem";
1654 };
1655 version = "1.15.0";
1656 };
1657 multi_xml = {
1658 dependencies = [ "bigdecimal" ];
1659 groups = [ "default" ];
1660 platforms = [ ];
1661 source = {
1662 remotes = [ "https://rubygems.org" ];
1663 sha256 = "06x61ca5j84nyhr1mwh9r436yiphnc5hmacb3gwqyn5gd0611kjg";
1664 type = "gem";
1665 };
1666 version = "0.7.1";
1667 };
1668 mustache = {
1669 groups = [ "default" ];
1670 platforms = [ ];
1671 source = {
1672 remotes = [ "https://rubygems.org" ];
1673 sha256 = "1l0p4wx15mi3wnamfv92ipkia4nsx8qi132c6g51jfdma3fiz2ch";
1674 type = "gem";
1675 };
1676 version = "1.1.1";
1677 };
1678 net-http = {
1679 dependencies = [ "uri" ];
1680 groups = [ "default" ];
1681 platforms = [ ];
1682 source = {
1683 remotes = [ "https://rubygems.org" ];
1684 sha256 = "1ysrwaabhf0sn24jrp0nnp51cdv0jf688mh5i6fsz63q2c6b48cn";
1685 type = "gem";
1686 };
1687 version = "0.6.0";
1688 };
1689 net-imap = {
1690 dependencies = [
1691 "date"
1692 "net-protocol"
1693 ];
1694 groups = [ "default" ];
1695 platforms = [ ];
1696 source = {
1697 remotes = [ "https://rubygems.org" ];
1698 sha256 = "0ak8w6ypw4lba1y1mdmqwvkrh84ps6h9kd7hn029h9k85j9sirmb";
1699 type = "gem";
1700 };
1701 version = "0.5.5";
1702 };
1703 net-pop = {
1704 dependencies = [ "net-protocol" ];
1705 groups = [ "default" ];
1706 platforms = [ ];
1707 source = {
1708 remotes = [ "https://rubygems.org" ];
1709 sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4";
1710 type = "gem";
1711 };
1712 version = "0.1.2";
1713 };
1714 net-protocol = {
1715 dependencies = [ "timeout" ];
1716 groups = [ "default" ];
1717 platforms = [ ];
1718 source = {
1719 remotes = [ "https://rubygems.org" ];
1720 sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa";
1721 type = "gem";
1722 };
1723 version = "0.2.2";
1724 };
1725 net-smtp = {
1726 dependencies = [ "net-protocol" ];
1727 groups = [ "default" ];
1728 platforms = [ ];
1729 source = {
1730 remotes = [ "https://rubygems.org" ];
1731 sha256 = "0amlhz8fhnjfmsiqcjajip57ici2xhw089x7zqyhpk51drg43h2z";
1732 type = "gem";
1733 };
1734 version = "0.5.0";
1735 };
1736 nio4r = {
1737 groups = [ "default" ];
1738 platforms = [ ];
1739 source = {
1740 remotes = [ "https://rubygems.org" ];
1741 sha256 = "1a9www524fl1ykspznz54i0phfqya4x45hqaz67in9dvw1lfwpfr";
1742 type = "gem";
1743 };
1744 version = "2.7.4";
1745 };
1746 nokogiri = {
1747 dependencies = [
1748 "mini_portile2"
1749 "racc"
1750 ];
1751 groups = [
1752 "default"
1753 "development"
1754 "test"
1755 ];
1756 platforms = [ ];
1757 source = {
1758 remotes = [ "https://rubygems.org" ];
1759 sha256 = "1gzqcs1kkykj8lrnbxc1iwr1wqmmaml8l6wyxdvy0vqq6gxiqyck";
1760 type = "gem";
1761 };
1762 version = "1.18.2";
1763 };
1764 oauth = {
1765 dependencies = [
1766 "oauth-tty"
1767 "snaky_hash"
1768 "version_gem"
1769 ];
1770 groups = [ "default" ];
1771 platforms = [ ];
1772 source = {
1773 remotes = [ "https://rubygems.org" ];
1774 sha256 = "1syx3hfimaqycy21kn8gmal1cb3bw3hzalv3in2ixnay1xzjp41q";
1775 type = "gem";
1776 };
1777 version = "1.1.0";
1778 };
1779 oauth-tty = {
1780 dependencies = [ "version_gem" ];
1781 groups = [ "default" ];
1782 platforms = [ ];
1783 source = {
1784 remotes = [ "https://rubygems.org" ];
1785 sha256 = "05wb5n36i4h23hh9dx2m2cwjxx5vj0vgyrn2xr6rsl54glq5rqil";
1786 type = "gem";
1787 };
1788 version = "1.0.5";
1789 };
1790 oauth2 = {
1791 dependencies = [
1792 "faraday"
1793 "jwt"
1794 "multi_json"
1795 "multi_xml"
1796 "rack"
1797 ];
1798 groups = [ "default" ];
1799 platforms = [ ];
1800 source = {
1801 remotes = [ "https://rubygems.org" ];
1802 sha256 = "042w5lamxhllfxsv0y8v9cvdhmlasy5kxbhcdd3lzj9bhz4gqfb7";
1803 type = "gem";
1804 };
1805 version = "1.4.11";
1806 };
1807 oj = {
1808 dependencies = [
1809 "bigdecimal"
1810 "ostruct"
1811 ];
1812 groups = [ "default" ];
1813 platforms = [ ];
1814 source = {
1815 remotes = [ "https://rubygems.org" ];
1816 sha256 = "091kbavd1rfiwr6kn1laladspyk67y6hdlsdilz752nqxm9w3ibg";
1817 type = "gem";
1818 };
1819 version = "3.16.9";
1820 };
1821 omniauth = {
1822 dependencies = [
1823 "hashie"
1824 "rack"
1825 ];
1826 groups = [ "default" ];
1827 platforms = [ ];
1828 source = {
1829 remotes = [ "https://rubygems.org" ];
1830 sha256 = "1jn9j54l5h7xcba2vjq74l1dk0xrwvsjxam4qhylpi52nw0h5502";
1831 type = "gem";
1832 };
1833 version = "1.9.2";
1834 };
1835 omniauth-facebook = {
1836 dependencies = [ "omniauth-oauth2" ];
1837 groups = [ "default" ];
1838 platforms = [ ];
1839 source = {
1840 remotes = [ "https://rubygems.org" ];
1841 sha256 = "0m7q38kjm94wgq6h7hk9546yg33wcs3vf1v6zp0vx7nwkvfxh2j4";
1842 type = "gem";
1843 };
1844 version = "9.0.0";
1845 };
1846 omniauth-github = {
1847 dependencies = [
1848 "omniauth"
1849 "omniauth-oauth2"
1850 ];
1851 groups = [ "default" ];
1852 platforms = [ ];
1853 source = {
1854 remotes = [ "https://rubygems.org" ];
1855 sha256 = "0xbk0dbxqfpyfb33ghz6vrlz3m6442rp18ryf13gwzlnifcawhlb";
1856 type = "gem";
1857 };
1858 version = "1.4.0";
1859 };
1860 omniauth-google-oauth2 = {
1861 dependencies = [
1862 "jwt"
1863 "oauth2"
1864 "omniauth"
1865 "omniauth-oauth2"
1866 ];
1867 groups = [ "default" ];
1868 platforms = [ ];
1869 source = {
1870 remotes = [ "https://rubygems.org" ];
1871 sha256 = "10pnxvb6wpnf58dja3yz4ja527443x3q13hzhcbays4amnnp8i4a";
1872 type = "gem";
1873 };
1874 version = "0.8.2";
1875 };
1876 omniauth-oauth = {
1877 dependencies = [
1878 "oauth"
1879 "omniauth"
1880 "rack"
1881 ];
1882 groups = [ "default" ];
1883 platforms = [ ];
1884 source = {
1885 remotes = [ "https://rubygems.org" ];
1886 sha256 = "1a4dqmlv3if6hb4ddyx4y5v7vkpi7zq901104nl0ya1l0b4j5gr5";
1887 type = "gem";
1888 };
1889 version = "1.2.1";
1890 };
1891 omniauth-oauth2 = {
1892 dependencies = [
1893 "oauth2"
1894 "omniauth"
1895 ];
1896 groups = [ "default" ];
1897 platforms = [ ];
1898 source = {
1899 remotes = [ "https://rubygems.org" ];
1900 sha256 = "0ia73zcbmhf02krlkq2rxmksx93jp777ax5x58fzkq3jzacqyniz";
1901 type = "gem";
1902 };
1903 version = "1.7.3";
1904 };
1905 omniauth-twitter = {
1906 dependencies = [
1907 "omniauth-oauth"
1908 "rack"
1909 ];
1910 groups = [ "default" ];
1911 platforms = [ ];
1912 source = {
1913 remotes = [ "https://rubygems.org" ];
1914 sha256 = "0r5j65hkpgzhvvbs90id3nfsjgsad6ymzggbm7zlaxvnrmvnrk65";
1915 type = "gem";
1916 };
1917 version = "1.4.0";
1918 };
1919 openssl = {
1920 groups = [ "default" ];
1921 platforms = [ ];
1922 source = {
1923 remotes = [ "https://rubygems.org" ];
1924 sha256 = "0ygfbbs3c61d32ymja2k6sznj5pr540cip9z91lhzcvsr4zmffpz";
1925 type = "gem";
1926 };
1927 version = "3.3.0";
1928 };
1929 openssl-signature_algorithm = {
1930 dependencies = [ "openssl" ];
1931 groups = [ "default" ];
1932 platforms = [ ];
1933 source = {
1934 remotes = [ "https://rubygems.org" ];
1935 sha256 = "103yjl68wqhl5kxaciir5jdnyi7iv9yckishdr52s5knh9g0pd53";
1936 type = "gem";
1937 };
1938 version = "1.3.0";
1939 };
1940 optimist = {
1941 groups = [ "default" ];
1942 platforms = [
1943 {
1944 engine = "maglev";
1945 }
1946 {
1947 engine = "ruby";
1948 }
1949 ];
1950 source = {
1951 remotes = [ "https://rubygems.org" ];
1952 sha256 = "073pk2rhyjq2vhdiz3xh2s884r15cvprw1yfjs7h9bmwdf1f9j81";
1953 type = "gem";
1954 };
1955 version = "3.2.0";
1956 };
1957 ostruct = {
1958 groups = [ "default" ];
1959 platforms = [ ];
1960 source = {
1961 remotes = [ "https://rubygems.org" ];
1962 sha256 = "05xqijcf80sza5pnlp1c8whdaay8x5dc13214ngh790zrizgp8q9";
1963 type = "gem";
1964 };
1965 version = "0.6.1";
1966 };
1967 parallel = {
1968 groups = [
1969 "default"
1970 "development"
1971 "test"
1972 ];
1973 platforms = [ ];
1974 source = {
1975 remotes = [ "https://rubygems.org" ];
1976 sha256 = "1vy7sjs2pgz4i96v5yk9b7aafbffnvq7nn419fgvw55qlavsnsyq";
1977 type = "gem";
1978 };
1979 version = "1.26.3";
1980 };
1981 parallel_tests = {
1982 dependencies = [ "parallel" ];
1983 groups = [
1984 "development"
1985 "test"
1986 ];
1987 platforms = [ ];
1988 source = {
1989 remotes = [ "https://rubygems.org" ];
1990 sha256 = "0nikqa0h9znbg31p3hl4y3280sqggjd7m47gmjydxw6iasm66l09";
1991 type = "gem";
1992 };
1993 version = "4.9.0";
1994 };
1995 parser = {
1996 dependencies = [
1997 "ast"
1998 "racc"
1999 ];
2000 groups = [
2001 "default"
2002 "development"
2003 "test"
2004 ];
2005 platforms = [ ];
2006 source = {
2007 remotes = [ "https://rubygems.org" ];
2008 sha256 = "16qi2qhpszm842awxghmsp64yvvawafq96w5jw98irz3f4bh2jbl";
2009 type = "gem";
2010 };
2011 version = "3.3.7.0";
2012 };
2013 pg = {
2014 groups = [ "default" ];
2015 platforms = [ ];
2016 source = {
2017 remotes = [ "https://rubygems.org" ];
2018 sha256 = "1p2gqqrm895fzr9vi8d118zhql67bm8ydjvgqbq1crdnfggzn7kn";
2019 type = "gem";
2020 };
2021 version = "1.5.9";
2022 };
2023 pp = {
2024 dependencies = [ "prettyprint" ];
2025 groups = [
2026 "default"
2027 "development"
2028 "test"
2029 ];
2030 platforms = [ ];
2031 source = {
2032 remotes = [ "https://rubygems.org" ];
2033 sha256 = "1zxnfxjni0r9l2x42fyq0sqpnaf5nakjbap8irgik4kg1h9c6zll";
2034 type = "gem";
2035 };
2036 version = "0.6.2";
2037 };
2038 prettier_print = {
2039 groups = [
2040 "default"
2041 "development"
2042 "test"
2043 ];
2044 platforms = [ ];
2045 source = {
2046 remotes = [ "https://rubygems.org" ];
2047 sha256 = "1ybgks9862zmlx71zd4j20ky86fsrp6j6m0az4hzzb1zyaskha57";
2048 type = "gem";
2049 };
2050 version = "1.2.1";
2051 };
2052 prettyprint = {
2053 groups = [
2054 "default"
2055 "development"
2056 "test"
2057 ];
2058 platforms = [ ];
2059 source = {
2060 remotes = [ "https://rubygems.org" ];
2061 sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b";
2062 type = "gem";
2063 };
2064 version = "0.2.0";
2065 };
2066 progress = {
2067 groups = [ "default" ];
2068 platforms = [ ];
2069 source = {
2070 remotes = [ "https://rubygems.org" ];
2071 sha256 = "0wymdk40cwrqn32gwg1kw94s5p1n0z3n7ma7x1s62gd4vw3d63in";
2072 type = "gem";
2073 };
2074 version = "3.6.0";
2075 };
2076 pry = {
2077 dependencies = [
2078 "coderay"
2079 "method_source"
2080 ];
2081 groups = [ "default" ];
2082 platforms = [ ];
2083 source = {
2084 remotes = [ "https://rubygems.org" ];
2085 sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4";
2086 type = "gem";
2087 };
2088 version = "0.14.2";
2089 };
2090 pry-byebug = {
2091 dependencies = [
2092 "byebug"
2093 "pry"
2094 ];
2095 groups = [ "default" ];
2096 platforms = [ ];
2097 source = {
2098 remotes = [ "https://rubygems.org" ];
2099 sha256 = "1y41al94ks07166qbp2200yzyr5y60hm7xaiw4lxpgsm4b1pbyf8";
2100 type = "gem";
2101 };
2102 version = "3.10.1";
2103 };
2104 pry-rails = {
2105 dependencies = [ "pry" ];
2106 groups = [ "default" ];
2107 platforms = [ ];
2108 source = {
2109 remotes = [ "https://rubygems.org" ];
2110 sha256 = "0garafb0lxbm3sx2r9pqgs7ky9al58cl3wmwc0gmvmrl9bi2i7m6";
2111 type = "gem";
2112 };
2113 version = "0.3.11";
2114 };
2115 pry-stack_explorer = {
2116 dependencies = [
2117 "binding_of_caller"
2118 "pry"
2119 ];
2120 groups = [
2121 "development"
2122 "test"
2123 ];
2124 platforms = [ ];
2125 source = {
2126 remotes = [ "https://rubygems.org" ];
2127 sha256 = "0h7kp99r8vpvpbvia079i58932qjz2ci9qhwbk7h1bf48ydymnx2";
2128 type = "gem";
2129 };
2130 version = "0.6.1";
2131 };
2132 psych = {
2133 dependencies = [
2134 "date"
2135 "stringio"
2136 ];
2137 groups = [
2138 "default"
2139 "development"
2140 "test"
2141 ];
2142 platforms = [ ];
2143 source = {
2144 remotes = [ "https://rubygems.org" ];
2145 sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4";
2146 type = "gem";
2147 };
2148 version = "5.2.3";
2149 };
2150 public_suffix = {
2151 groups = [
2152 "default"
2153 "development"
2154 "test"
2155 ];
2156 platforms = [ ];
2157 source = {
2158 remotes = [ "https://rubygems.org" ];
2159 sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31";
2160 type = "gem";
2161 };
2162 version = "6.0.1";
2163 };
2164 puma = {
2165 dependencies = [ "nio4r" ];
2166 groups = [ "default" ];
2167 platforms = [ ];
2168 source = {
2169 remotes = [ "https://rubygems.org" ];
2170 sha256 = "11xd3207k5rl6bz0qxhcb3zcr941rhx7ig2f19gxxmdk7s3hcp7j";
2171 type = "gem";
2172 };
2173 version = "6.6.0";
2174 };
2175 racc = {
2176 groups = [
2177 "default"
2178 "development"
2179 "test"
2180 ];
2181 platforms = [ ];
2182 source = {
2183 remotes = [ "https://rubygems.org" ];
2184 sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
2185 type = "gem";
2186 };
2187 version = "1.8.1";
2188 };
2189 rack = {
2190 groups = [
2191 "default"
2192 "development"
2193 "test"
2194 ];
2195 platforms = [
2196 {
2197 engine = "maglev";
2198 }
2199 {
2200 engine = "ruby";
2201 }
2202 ];
2203 source = {
2204 remotes = [ "https://rubygems.org" ];
2205 sha256 = "0ax778fsfvlhj7c11n0d1wdcb8bxvkb190a9lha5d91biwzyx9g4";
2206 type = "gem";
2207 };
2208 version = "2.2.10";
2209 };
2210 rack-mini-profiler = {
2211 dependencies = [ "rack" ];
2212 groups = [ "default" ];
2213 platforms = [ ];
2214 source = {
2215 remotes = [ "https://rubygems.org" ];
2216 sha256 = "00d80wjavaakhs177b7g542qs3n55kj4icjkwj0lbxcmaxyxxw1b";
2217 type = "gem";
2218 };
2219 version = "3.3.1";
2220 };
2221 rack-protection = {
2222 dependencies = [
2223 "base64"
2224 "rack"
2225 ];
2226 groups = [ "default" ];
2227 platforms = [ ];
2228 source = {
2229 remotes = [ "https://rubygems.org" ];
2230 sha256 = "1zzvivmdb4dkscc58i3gmcyrnypynsjwp6xgc4ylarlhqmzvlx1w";
2231 type = "gem";
2232 };
2233 version = "3.2.0";
2234 };
2235 rack-session = {
2236 dependencies = [ "rack" ];
2237 groups = [
2238 "default"
2239 "development"
2240 "test"
2241 ];
2242 platforms = [ ];
2243 source = {
2244 remotes = [ "https://rubygems.org" ];
2245 sha256 = "0xhxhlsz6shh8nm44jsmd9276zcnyzii364vhcvf0k8b8bjia8d0";
2246 type = "gem";
2247 };
2248 version = "1.0.2";
2249 };
2250 rack-test = {
2251 dependencies = [ "rack" ];
2252 groups = [
2253 "default"
2254 "development"
2255 "test"
2256 ];
2257 platforms = [ ];
2258 source = {
2259 remotes = [ "https://rubygems.org" ];
2260 sha256 = "0qy4ylhcfdn65a5mz2hly7g9vl0g13p5a0rmm6sc0sih5ilkcnh0";
2261 type = "gem";
2262 };
2263 version = "2.2.0";
2264 };
2265 rackup = {
2266 dependencies = [
2267 "rack"
2268 "webrick"
2269 ];
2270 groups = [
2271 "default"
2272 "development"
2273 "test"
2274 ];
2275 platforms = [ ];
2276 source = {
2277 remotes = [ "https://rubygems.org" ];
2278 sha256 = "0jf2ncj2nx56vh96hh2nh6h4r530nccxh87z7c2f37wq515611ms";
2279 type = "gem";
2280 };
2281 version = "1.0.1";
2282 };
2283 rails-dom-testing = {
2284 dependencies = [
2285 "activesupport"
2286 "minitest"
2287 "nokogiri"
2288 ];
2289 groups = [
2290 "default"
2291 "development"
2292 "test"
2293 ];
2294 platforms = [ ];
2295 source = {
2296 remotes = [ "https://rubygems.org" ];
2297 sha256 = "0fx9dx1ag0s1lr6lfr34lbx5i1bvn3bhyf3w3mx6h7yz90p725g5";
2298 type = "gem";
2299 };
2300 version = "2.2.0";
2301 };
2302 rails-html-sanitizer = {
2303 dependencies = [
2304 "loofah"
2305 "nokogiri"
2306 ];
2307 groups = [
2308 "default"
2309 "development"
2310 "test"
2311 ];
2312 platforms = [ ];
2313 source = {
2314 remotes = [ "https://rubygems.org" ];
2315 sha256 = "0q55i6mpad20m2x1lg5pkqfpbmmapk0sjsrvr1sqgnj2hb5f5z1m";
2316 type = "gem";
2317 };
2318 version = "1.6.2";
2319 };
2320 rails_failover = {
2321 dependencies = [
2322 "activerecord"
2323 "concurrent-ruby"
2324 "railties"
2325 ];
2326 groups = [ "default" ];
2327 platforms = [ ];
2328 source = {
2329 remotes = [ "https://rubygems.org" ];
2330 sha256 = "0pvwgm413fza8q1zc3mmzx504wiljm9d7b9qrkzfzsb2yzpidxs2";
2331 type = "gem";
2332 };
2333 version = "2.2.0";
2334 };
2335 rails_multisite = {
2336 dependencies = [
2337 "activerecord"
2338 "railties"
2339 ];
2340 groups = [ "default" ];
2341 platforms = [ ];
2342 source = {
2343 remotes = [ "https://rubygems.org" ];
2344 sha256 = "1al624kvcxa5ijprali9gxp0bqv1w1573iswb5fkg4p2i4xvimvv";
2345 type = "gem";
2346 };
2347 version = "6.1.0";
2348 };
2349 railties = {
2350 dependencies = [
2351 "actionpack"
2352 "activesupport"
2353 "irb"
2354 "rackup"
2355 "rake"
2356 "thor"
2357 "zeitwerk"
2358 ];
2359 groups = [
2360 "default"
2361 "development"
2362 "test"
2363 ];
2364 platforms = [ ];
2365 source = {
2366 remotes = [ "https://rubygems.org" ];
2367 sha256 = "07zy8b88qxx493pc5sfkzvxqj3zcf363r1128n3hsvfx2vqipwg3";
2368 type = "gem";
2369 };
2370 version = "7.2.2.1";
2371 };
2372 rainbow = {
2373 groups = [
2374 "default"
2375 "development"
2376 "test"
2377 ];
2378 platforms = [ ];
2379 source = {
2380 remotes = [ "https://rubygems.org" ];
2381 sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
2382 type = "gem";
2383 };
2384 version = "3.1.1";
2385 };
2386 raindrops = {
2387 groups = [ "default" ];
2388 platforms = [
2389 {
2390 engine = "maglev";
2391 }
2392 {
2393 engine = "rbx";
2394 }
2395 {
2396 engine = "ruby";
2397 }
2398 ];
2399 source = {
2400 remotes = [ "https://rubygems.org" ];
2401 sha256 = "0c27mcglrj928zkm4d2spj9yh2xkkka8ns5s6bidkwild3zvj3ma";
2402 type = "gem";
2403 };
2404 version = "0.20.1";
2405 };
2406 rake = {
2407 groups = [
2408 "default"
2409 "development"
2410 "test"
2411 ];
2412 platforms = [ ];
2413 source = {
2414 remotes = [ "https://rubygems.org" ];
2415 sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
2416 type = "gem";
2417 };
2418 version = "13.2.1";
2419 };
2420 rb-fsevent = {
2421 groups = [
2422 "development"
2423 "test"
2424 ];
2425 platforms = [ ];
2426 source = {
2427 remotes = [ "https://rubygems.org" ];
2428 sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
2429 type = "gem";
2430 };
2431 version = "0.11.2";
2432 };
2433 rb-inotify = {
2434 dependencies = [ "ffi" ];
2435 groups = [
2436 "default"
2437 "development"
2438 "test"
2439 ];
2440 platforms = [ ];
2441 source = {
2442 remotes = [ "https://rubygems.org" ];
2443 sha256 = "0vmy8xgahixcz6hzwy4zdcyn2y6d6ri8dqv5xccgzc1r292019x0";
2444 type = "gem";
2445 };
2446 version = "0.11.1";
2447 };
2448 rbtrace = {
2449 dependencies = [
2450 "ffi"
2451 "msgpack"
2452 "optimist"
2453 ];
2454 groups = [ "default" ];
2455 platforms = [
2456 {
2457 engine = "maglev";
2458 }
2459 {
2460 engine = "ruby";
2461 }
2462 ];
2463 source = {
2464 remotes = [ "https://rubygems.org" ];
2465 sha256 = "1p65p6f917al0f07sn5ca9yj92f7mk52xgnp0ahqpyrb8r6sdjz8";
2466 type = "gem";
2467 };
2468 version = "0.5.1";
2469 };
2470 rchardet = {
2471 groups = [ "default" ];
2472 platforms = [ ];
2473 source = {
2474 remotes = [ "https://rubygems.org" ];
2475 sha256 = "1455yhd1arccrns3ghhvn4dl6gnrf4zn1xxsaa33ffyqrn399216";
2476 type = "gem";
2477 };
2478 version = "1.9.0";
2479 };
2480 rdoc = {
2481 dependencies = [ "psych" ];
2482 groups = [
2483 "default"
2484 "development"
2485 "test"
2486 ];
2487 platforms = [ ];
2488 source = {
2489 remotes = [ "https://rubygems.org" ];
2490 sha256 = "0h00mb8wcj937srrafpjzq0klfi8rfpd4b3xpbvn9ghrn2wnzimy";
2491 type = "gem";
2492 };
2493 version = "6.11.0";
2494 };
2495 redcarpet = {
2496 groups = [ "generic_import" ];
2497 platforms = [ ];
2498 source = {
2499 remotes = [ "https://rubygems.org" ];
2500 sha256 = "1sg9sbf9pm91l7lac7fs4silabyn0vflxwaa2x3lrzsm0ff8ilca";
2501 type = "gem";
2502 };
2503 version = "3.6.0";
2504 };
2505 redis = {
2506 groups = [ "default" ];
2507 platforms = [ ];
2508 source = {
2509 remotes = [ "https://rubygems.org" ];
2510 sha256 = "0fikjg6j12ka6hh36dxzhfkpqqmilzjfzcdf59iwkzsgd63f0ziq";
2511 type = "gem";
2512 };
2513 version = "4.8.1";
2514 };
2515 redis-namespace = {
2516 dependencies = [ "redis" ];
2517 groups = [ "default" ];
2518 platforms = [ ];
2519 source = {
2520 remotes = [ "https://rubygems.org" ];
2521 sha256 = "0f92i9cwlp6xj6fyn7qn4qsaqvxfw4wqvayll7gbd26qnai1l6p9";
2522 type = "gem";
2523 };
2524 version = "1.11.0";
2525 };
2526 regexp_parser = {
2527 groups = [
2528 "default"
2529 "development"
2530 "test"
2531 ];
2532 platforms = [ ];
2533 source = {
2534 remotes = [ "https://rubygems.org" ];
2535 sha256 = "0qccah61pjvzyyg6mrp27w27dlv6vxlbznzipxjcswl7x3fhsvyb";
2536 type = "gem";
2537 };
2538 version = "2.10.0";
2539 };
2540 reline = {
2541 dependencies = [ "io-console" ];
2542 groups = [
2543 "default"
2544 "development"
2545 "test"
2546 ];
2547 platforms = [ ];
2548 source = {
2549 remotes = [ "https://rubygems.org" ];
2550 sha256 = "1lirwlw59apc8m1wjk85y2xidiv0fkxjn6f7p84yqmmyvish6qjp";
2551 type = "gem";
2552 };
2553 version = "0.6.0";
2554 };
2555 request_store = {
2556 dependencies = [ "rack" ];
2557 groups = [ "default" ];
2558 platforms = [ ];
2559 source = {
2560 remotes = [ "https://rubygems.org" ];
2561 sha256 = "1jw89j9s5p5cq2k7ffj5p4av4j4fxwvwjs1a4i9g85d38r9mvdz1";
2562 type = "gem";
2563 };
2564 version = "1.7.0";
2565 };
2566 rexml = {
2567 groups = [
2568 "default"
2569 "test"
2570 ];
2571 platforms = [ ];
2572 source = {
2573 remotes = [ "https://rubygems.org" ];
2574 sha256 = "1jmbf6lf7pcyacpb939xjjpn1f84c3nw83dy3p1lwjx0l2ljfif7";
2575 type = "gem";
2576 };
2577 version = "3.4.1";
2578 };
2579 rinku = {
2580 groups = [ "default" ];
2581 platforms = [ ];
2582 source = {
2583 remotes = [ "https://rubygems.org" ];
2584 sha256 = "0zcdha17s1wzxyc5814j6319wqg33jbn58pg6wmxpws36476fq4b";
2585 type = "gem";
2586 };
2587 version = "2.0.6";
2588 };
2589 rotp = {
2590 groups = [ "default" ];
2591 platforms = [ ];
2592 source = {
2593 remotes = [ "https://rubygems.org" ];
2594 sha256 = "0m48hv6wpmmm6cjr6q92q78h1i610riml19k5h1dil2yws3h1m3m";
2595 type = "gem";
2596 };
2597 version = "6.3.0";
2598 };
2599 rouge = {
2600 groups = [
2601 "default"
2602 "development"
2603 ];
2604 platforms = [
2605 {
2606 engine = "maglev";
2607 }
2608 {
2609 engine = "ruby";
2610 }
2611 ];
2612 source = {
2613 remotes = [ "https://rubygems.org" ];
2614 sha256 = "1pchwrkr0994v7mh054lcp0na3bk3mj2sk0dc33bn6bhxrnirj1a";
2615 type = "gem";
2616 };
2617 version = "4.5.1";
2618 };
2619 rqrcode = {
2620 dependencies = [
2621 "chunky_png"
2622 "rqrcode_core"
2623 ];
2624 groups = [ "default" ];
2625 platforms = [ ];
2626 source = {
2627 remotes = [ "https://rubygems.org" ];
2628 sha256 = "1hggzz8i1l62pkkiybhiqv6ypxw7q844sddrrbbfczjcnj5sivi3";
2629 type = "gem";
2630 };
2631 version = "2.2.0";
2632 };
2633 rqrcode_core = {
2634 groups = [ "default" ];
2635 platforms = [ ];
2636 source = {
2637 remotes = [ "https://rubygems.org" ];
2638 sha256 = "06ld6386hbdhy5h0k09axmgn424kavpc8f27k1vjhknjhbf8jjfg";
2639 type = "gem";
2640 };
2641 version = "1.2.0";
2642 };
2643 rrule = {
2644 dependencies = [ "activesupport" ];
2645 groups = [ "default" ];
2646 platforms = [ ];
2647 source = {
2648 remotes = [ "https://rubygems.org" ];
2649 sha256 = "05ln9vfx1m2hb8cpmi8i7m1hhdxdra77xi6ri1inl27byx6kn4mx";
2650 type = "gem";
2651 };
2652 version = "0.6.0";
2653 };
2654 rspec = {
2655 dependencies = [
2656 "rspec-core"
2657 "rspec-expectations"
2658 "rspec-mocks"
2659 ];
2660 groups = [
2661 "development"
2662 "test"
2663 ];
2664 platforms = [ ];
2665 source = {
2666 remotes = [ "https://rubygems.org" ];
2667 sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l";
2668 type = "gem";
2669 };
2670 version = "3.13.0";
2671 };
2672 rspec-core = {
2673 dependencies = [ "rspec-support" ];
2674 groups = [
2675 "default"
2676 "development"
2677 "test"
2678 ];
2679 platforms = [ ];
2680 source = {
2681 remotes = [ "https://rubygems.org" ];
2682 sha256 = "001kazj244cb6fbkmh7ap74csbr78717qaskqzqpir1q8xpdmywl";
2683 type = "gem";
2684 };
2685 version = "3.13.2";
2686 };
2687 rspec-expectations = {
2688 dependencies = [
2689 "diff-lcs"
2690 "rspec-support"
2691 ];
2692 groups = [
2693 "default"
2694 "development"
2695 "test"
2696 ];
2697 platforms = [ ];
2698 source = {
2699 remotes = [ "https://rubygems.org" ];
2700 sha256 = "0n3cyrhsa75x5wwvskrrqk56jbjgdi2q1zx0irllf0chkgsmlsqf";
2701 type = "gem";
2702 };
2703 version = "3.13.3";
2704 };
2705 rspec-html-matchers = {
2706 dependencies = [
2707 "nokogiri"
2708 "rspec"
2709 ];
2710 groups = [
2711 "development"
2712 "test"
2713 ];
2714 platforms = [ ];
2715 source = {
2716 remotes = [ "https://rubygems.org" ];
2717 sha256 = "1bp9q28qw4xmxknrrp3ppcr08bbcnnand6r9prw4920407mvy96l";
2718 type = "gem";
2719 };
2720 version = "0.10.0";
2721 };
2722 rspec-mocks = {
2723 dependencies = [
2724 "diff-lcs"
2725 "rspec-support"
2726 ];
2727 groups = [
2728 "default"
2729 "development"
2730 "test"
2731 ];
2732 platforms = [ ];
2733 source = {
2734 remotes = [ "https://rubygems.org" ];
2735 sha256 = "1vxxkb2sf2b36d8ca2nq84kjf85fz4x7wqcvb8r6a5hfxxfk69r3";
2736 type = "gem";
2737 };
2738 version = "3.13.2";
2739 };
2740 rspec-multi-mock = {
2741 dependencies = [ "rspec" ];
2742 groups = [
2743 "development"
2744 "test"
2745 ];
2746 platforms = [ ];
2747 source = {
2748 remotes = [ "https://rubygems.org" ];
2749 sha256 = "0k3rafylxilq9jzdz450vgiwf3bvz4a9l3ppmgncv78xipr71518";
2750 type = "gem";
2751 };
2752 version = "0.3.1";
2753 };
2754 rspec-rails = {
2755 dependencies = [
2756 "actionpack"
2757 "activesupport"
2758 "railties"
2759 "rspec-core"
2760 "rspec-expectations"
2761 "rspec-mocks"
2762 "rspec-support"
2763 ];
2764 groups = [
2765 "development"
2766 "test"
2767 ];
2768 platforms = [ ];
2769 source = {
2770 remotes = [ "https://rubygems.org" ];
2771 sha256 = "0izfwfb9bfb5q3wjgjc85b9nlkribqn8vk75zadafv08qilmnn4l";
2772 type = "gem";
2773 };
2774 version = "7.1.0";
2775 };
2776 rspec-support = {
2777 groups = [
2778 "default"
2779 "development"
2780 "test"
2781 ];
2782 platforms = [ ];
2783 source = {
2784 remotes = [ "https://rubygems.org" ];
2785 sha256 = "1v6v6xvxcpkrrsrv7v1xgf7sl0d71vcfz1cnrjflpf6r7x3a58yf";
2786 type = "gem";
2787 };
2788 version = "3.13.2";
2789 };
2790 rss = {
2791 dependencies = [ "rexml" ];
2792 groups = [ "default" ];
2793 platforms = [ ];
2794 source = {
2795 remotes = [ "https://rubygems.org" ];
2796 sha256 = "0dv74a07j3ih5ykyszs1k2cjvgs5c1pzrvcb1wc2bfai8p038qml";
2797 type = "gem";
2798 };
2799 version = "0.3.1";
2800 };
2801 rswag-specs = {
2802 dependencies = [
2803 "activesupport"
2804 "json-schema"
2805 "railties"
2806 "rspec-core"
2807 ];
2808 groups = [
2809 "development"
2810 "test"
2811 ];
2812 platforms = [ ];
2813 source = {
2814 remotes = [ "https://rubygems.org" ];
2815 sha256 = "149apnslj99w2fvhlwk39k9wf5zlh1f03j0xs8pbvc08qj2n18lb";
2816 type = "gem";
2817 };
2818 version = "2.16.0";
2819 };
2820 rtlcss = {
2821 dependencies = [ "mini_racer" ];
2822 groups = [ "default" ];
2823 platforms = [ ];
2824 source = {
2825 remotes = [ "https://rubygems.org" ];
2826 sha256 = "0q5zlx1k4gqyq0rvnfkljvrwa73ysycxc5m5ly9py9k1pw05lg91";
2827 type = "gem";
2828 };
2829 version = "0.2.1";
2830 };
2831 rubocop = {
2832 dependencies = [
2833 "json"
2834 "language_server-protocol"
2835 "parallel"
2836 "parser"
2837 "rainbow"
2838 "regexp_parser"
2839 "rubocop-ast"
2840 "ruby-progressbar"
2841 "unicode-display_width"
2842 ];
2843 groups = [
2844 "default"
2845 "development"
2846 "test"
2847 ];
2848 platforms = [ ];
2849 source = {
2850 remotes = [ "https://rubygems.org" ];
2851 sha256 = "1ypwxjy2cp44278m9ljg3s937n2cd6x4yskcyzf1k9m3hkjd3pyk";
2852 type = "gem";
2853 };
2854 version = "1.71.1";
2855 };
2856 rubocop-ast = {
2857 dependencies = [ "parser" ];
2858 groups = [
2859 "default"
2860 "development"
2861 "test"
2862 ];
2863 platforms = [ ];
2864 source = {
2865 remotes = [ "https://rubygems.org" ];
2866 sha256 = "1bi6pgnii77763dzwhafcp8lrmnh4n1bqbdimhc9lfj4zs96gpsg";
2867 type = "gem";
2868 };
2869 version = "1.38.0";
2870 };
2871 rubocop-capybara = {
2872 dependencies = [ "rubocop" ];
2873 groups = [
2874 "default"
2875 "development"
2876 "test"
2877 ];
2878 platforms = [ ];
2879 source = {
2880 remotes = [ "https://rubygems.org" ];
2881 sha256 = "1aw0n8jwhsr39r9q2k90xjmcz8ai2k7xx2a87ld0iixnv3ylw9jx";
2882 type = "gem";
2883 };
2884 version = "2.21.0";
2885 };
2886 rubocop-discourse = {
2887 dependencies = [
2888 "activesupport"
2889 "rubocop"
2890 "rubocop-capybara"
2891 "rubocop-factory_bot"
2892 "rubocop-rails"
2893 "rubocop-rspec"
2894 "rubocop-rspec_rails"
2895 ];
2896 groups = [
2897 "development"
2898 "test"
2899 ];
2900 platforms = [ ];
2901 source = {
2902 remotes = [ "https://rubygems.org" ];
2903 sha256 = "13n46107615lc8lkx4dh38hpzv4qxx4a0m6dvf0r21zxnvz7ysyl";
2904 type = "gem";
2905 };
2906 version = "3.9.3";
2907 };
2908 rubocop-factory_bot = {
2909 dependencies = [ "rubocop" ];
2910 groups = [
2911 "default"
2912 "development"
2913 "test"
2914 ];
2915 platforms = [ ];
2916 source = {
2917 remotes = [ "https://rubygems.org" ];
2918 sha256 = "1aljadsjx7affcarzbhz7pydpy6fgqb8hl951y0cmrffxpa3rqcd";
2919 type = "gem";
2920 };
2921 version = "2.26.1";
2922 };
2923 rubocop-rails = {
2924 dependencies = [
2925 "activesupport"
2926 "rack"
2927 "rubocop"
2928 "rubocop-ast"
2929 ];
2930 groups = [
2931 "default"
2932 "development"
2933 "test"
2934 ];
2935 platforms = [ ];
2936 source = {
2937 remotes = [ "https://rubygems.org" ];
2938 sha256 = "1ahpgc22shmkk1n96rz3islcpx5sgg4z3mblynjz8qjxipsgrhj1";
2939 type = "gem";
2940 };
2941 version = "2.29.1";
2942 };
2943 rubocop-rspec = {
2944 dependencies = [ "rubocop" ];
2945 groups = [
2946 "default"
2947 "development"
2948 "test"
2949 ];
2950 platforms = [ ];
2951 source = {
2952 remotes = [ "https://rubygems.org" ];
2953 sha256 = "11a89mzbby49hbd8nhkjrxpr8bq24fafl728mjkk15ccd8xw28c7";
2954 type = "gem";
2955 };
2956 version = "3.4.0";
2957 };
2958 rubocop-rspec_rails = {
2959 dependencies = [
2960 "rubocop"
2961 "rubocop-rspec"
2962 ];
2963 groups = [
2964 "default"
2965 "development"
2966 "test"
2967 ];
2968 platforms = [ ];
2969 source = {
2970 remotes = [ "https://rubygems.org" ];
2971 sha256 = "0ijc1kw81884k0wjq1sgwaxa854n1fdddscp4fnzfzlx7zl150c8";
2972 type = "gem";
2973 };
2974 version = "2.30.0";
2975 };
2976 ruby-prof = {
2977 groups = [ "development" ];
2978 platforms = [
2979 {
2980 engine = "maglev";
2981 }
2982 {
2983 engine = "ruby";
2984 }
2985 ];
2986 source = {
2987 remotes = [ "https://rubygems.org" ];
2988 sha256 = "097ac9ns2j29zj5fw08libz8izibrlfgg6vkj55d4bzrii296qq2";
2989 type = "gem";
2990 };
2991 version = "1.7.1";
2992 };
2993 ruby-progressbar = {
2994 groups = [
2995 "default"
2996 "development"
2997 "test"
2998 ];
2999 platforms = [ ];
3000 source = {
3001 remotes = [ "https://rubygems.org" ];
3002 sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
3003 type = "gem";
3004 };
3005 version = "1.13.0";
3006 };
3007 ruby-readability = {
3008 dependencies = [
3009 "guess_html_encoding"
3010 "nokogiri"
3011 ];
3012 groups = [ "default" ];
3013 platforms = [ ];
3014 source = {
3015 remotes = [ "https://rubygems.org" ];
3016 sha256 = "032qqqaj5v09a7r5jpblv7dc37f278qv3b1nag9wsbn6kb4dslbk";
3017 type = "gem";
3018 };
3019 version = "0.7.2";
3020 };
3021 ruby2_keywords = {
3022 groups = [
3023 "default"
3024 "development"
3025 "test"
3026 ];
3027 platforms = [ ];
3028 source = {
3029 remotes = [ "https://rubygems.org" ];
3030 sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz";
3031 type = "gem";
3032 };
3033 version = "0.0.5";
3034 };
3035 rubyzip = {
3036 groups = [
3037 "default"
3038 "test"
3039 ];
3040 platforms = [ ];
3041 source = {
3042 remotes = [ "https://rubygems.org" ];
3043 sha256 = "05an0wz87vkmqwcwyh5rjiaavydfn5f4q1lixcsqkphzvj7chxw5";
3044 type = "gem";
3045 };
3046 version = "2.4.1";
3047 };
3048 sanitize = {
3049 dependencies = [
3050 "crass"
3051 "nokogiri"
3052 ];
3053 groups = [ "default" ];
3054 platforms = [ ];
3055 source = {
3056 remotes = [ "https://rubygems.org" ];
3057 sha256 = "111r4xdcf6ihdnrs6wkfc6nqdzrjq0z69x9sf83r7ri6fffip796";
3058 type = "gem";
3059 };
3060 version = "7.0.0";
3061 };
3062 sass-embedded = {
3063 dependencies = [
3064 "google-protobuf"
3065 "rake"
3066 ];
3067 groups = [ "default" ];
3068 platforms = [ ];
3069 source = {
3070 remotes = [ "https://rubygems.org" ];
3071 sha256 = "1nmy052pm46781s7ca6x3l4yb5p3glh8sf201xwcwpk9rv2av9m2";
3072 type = "gem";
3073 };
3074 version = "1.77.5";
3075 };
3076 sassc-embedded = {
3077 dependencies = [ "sass-embedded" ];
3078 groups = [ "default" ];
3079 platforms = [ ];
3080 source = {
3081 remotes = [ "https://rubygems.org" ];
3082 sha256 = "07pddxi18asxzkn652kvgh43dl1b0nf5p8ha62yhg2r0vzapzzvv";
3083 type = "gem";
3084 };
3085 version = "1.77.7";
3086 };
3087 securerandom = {
3088 groups = [
3089 "default"
3090 "development"
3091 "test"
3092 ];
3093 platforms = [ ];
3094 source = {
3095 remotes = [ "https://rubygems.org" ];
3096 sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc";
3097 type = "gem";
3098 };
3099 version = "0.4.1";
3100 };
3101 selenium-devtools = {
3102 dependencies = [ "selenium-webdriver" ];
3103 groups = [ "test" ];
3104 platforms = [ ];
3105 source = {
3106 remotes = [ "https://rubygems.org" ];
3107 sha256 = "1v2i8bmf92fb6c3cs7wnkxw48mgk3b8r2dib947h62ll7qgyqqiq";
3108 type = "gem";
3109 };
3110 version = "0.135.0";
3111 };
3112 selenium-webdriver = {
3113 dependencies = [
3114 "base64"
3115 "logger"
3116 "rexml"
3117 "rubyzip"
3118 "websocket"
3119 ];
3120 groups = [ "test" ];
3121 platforms = [ ];
3122 source = {
3123 remotes = [ "https://rubygems.org" ];
3124 sha256 = "1s80s7mgpwpfj4df2f43f5im37ks884xkbcxd9fxpk93xs7dicnx";
3125 type = "gem";
3126 };
3127 version = "4.31.0";
3128 };
3129 shoulda-matchers = {
3130 dependencies = [ "activesupport" ];
3131 groups = [
3132 "development"
3133 "test"
3134 ];
3135 platforms = [ ];
3136 source = {
3137 remotes = [ "https://rubygems.org" ];
3138 sha256 = "1c082vpfdf3865xq6xayxw2hwqswhnc9g030p1gi4hmk9dzvnmch";
3139 type = "gem";
3140 };
3141 version = "6.4.0";
3142 };
3143 sidekiq = {
3144 dependencies = [
3145 "connection_pool"
3146 "rack"
3147 "redis"
3148 ];
3149 groups = [ "default" ];
3150 platforms = [ ];
3151 source = {
3152 remotes = [ "https://rubygems.org" ];
3153 sha256 = "0zqr9is8y7mg5dfs1q8w5jl9spwvqkhbi9r6np8208n40hi3pydl";
3154 type = "gem";
3155 };
3156 version = "6.5.12";
3157 };
3158 simplecov = {
3159 dependencies = [
3160 "docile"
3161 "simplecov-html"
3162 "simplecov_json_formatter"
3163 ];
3164 groups = [ "test" ];
3165 platforms = [ ];
3166 source = {
3167 remotes = [ "https://rubygems.org" ];
3168 sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py";
3169 type = "gem";
3170 };
3171 version = "0.22.0";
3172 };
3173 simplecov-html = {
3174 groups = [
3175 "default"
3176 "test"
3177 ];
3178 platforms = [ ];
3179 source = {
3180 remotes = [ "https://rubygems.org" ];
3181 sha256 = "02zi3rwihp7rlnp9x18c9idnkx7x68w6jmxdhyc0xrhjwrz0pasx";
3182 type = "gem";
3183 };
3184 version = "0.13.1";
3185 };
3186 simplecov_json_formatter = {
3187 groups = [
3188 "default"
3189 "test"
3190 ];
3191 platforms = [ ];
3192 source = {
3193 remotes = [ "https://rubygems.org" ];
3194 sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j";
3195 type = "gem";
3196 };
3197 version = "0.1.4";
3198 };
3199 simpleidn = {
3200 groups = [ "default" ];
3201 platforms = [ ];
3202 source = {
3203 remotes = [ "https://rubygems.org" ];
3204 sha256 = "0a9c1mdy12y81ck7mcn9f9i2s2wwzjh1nr92ps354q517zq9dkh8";
3205 type = "gem";
3206 };
3207 version = "0.2.3";
3208 };
3209 snaky_hash = {
3210 dependencies = [
3211 "hashie"
3212 "version_gem"
3213 ];
3214 groups = [ "default" ];
3215 platforms = [ ];
3216 source = {
3217 remotes = [ "https://rubygems.org" ];
3218 sha256 = "0cfwvdcr46pk0c7m5aw2w3izbrp1iba0q7l21r37mzpwaz0pxj0s";
3219 type = "gem";
3220 };
3221 version = "2.0.1";
3222 };
3223 sprockets = {
3224 dependencies = [
3225 "base64"
3226 "concurrent-ruby"
3227 "rack"
3228 ];
3229 groups = [ "default" ];
3230 platforms = [ ];
3231 source = {
3232 remotes = [ "https://rubygems.org" ];
3233 sha256 = "10ykzsa76cf8kvbfkszlvbyn4ckcx1mxjhfvwxzs7y28cljhzhkj";
3234 type = "gem";
3235 };
3236 version = "3.7.5";
3237 };
3238 sprockets-rails = {
3239 dependencies = [
3240 "actionpack"
3241 "activesupport"
3242 "sprockets"
3243 ];
3244 groups = [ "default" ];
3245 platforms = [ ];
3246 source = {
3247 remotes = [ "https://rubygems.org" ];
3248 sha256 = "17hiqkdpcjyyhlm997mgdcr45v35j5802m5a979i5jgqx5n8xs59";
3249 type = "gem";
3250 };
3251 version = "3.5.2";
3252 };
3253 sqlite3 = {
3254 dependencies = [ "mini_portile2" ];
3255 groups = [ "generic_import" ];
3256 platforms = [ ];
3257 source = {
3258 remotes = [ "https://rubygems.org" ];
3259 sha256 = "0sqshkafxa1r34yj4yxisd4kddmjq9jrhx6azqy3z71nwqv01yl7";
3260 type = "gem";
3261 };
3262 version = "2.5.0";
3263 };
3264 sshkey = {
3265 groups = [ "default" ];
3266 platforms = [ ];
3267 source = {
3268 remotes = [ "https://rubygems.org" ];
3269 sha256 = "1k8i5pzjhcnyf0bhcyn5iixpfp4pz0556rcxwpglh6p0sr8s6nv5";
3270 type = "gem";
3271 };
3272 version = "3.0.0";
3273 };
3274 stackprof = {
3275 groups = [ "default" ];
3276 platforms = [
3277 {
3278 engine = "maglev";
3279 }
3280 {
3281 engine = "ruby";
3282 }
3283 ];
3284 source = {
3285 remotes = [ "https://rubygems.org" ];
3286 sha256 = "03788mbipmihq2w7rznzvv0ks0s9z1321k1jyr6ffln8as3d5xmg";
3287 type = "gem";
3288 };
3289 version = "0.2.27";
3290 };
3291 stringio = {
3292 groups = [
3293 "default"
3294 "development"
3295 "test"
3296 ];
3297 platforms = [ ];
3298 source = {
3299 remotes = [ "https://rubygems.org" ];
3300 sha256 = "0cd1kdrf62p2ya3ia4rz49d5012bqinvqjmcgkakknswz0l1hkr0";
3301 type = "gem";
3302 };
3303 version = "3.1.2";
3304 };
3305 syntax_tree = {
3306 dependencies = [ "prettier_print" ];
3307 groups = [
3308 "development"
3309 "test"
3310 ];
3311 platforms = [ ];
3312 source = {
3313 remotes = [ "https://rubygems.org" ];
3314 sha256 = "0g9l9acknjr2yz8ynfxbcrwx2ws3wh96pfzdb31g66k08v1022m5";
3315 type = "gem";
3316 };
3317 version = "6.2.0";
3318 };
3319 syntax_tree-disable_ternary = {
3320 groups = [
3321 "development"
3322 "test"
3323 ];
3324 platforms = [ ];
3325 source = {
3326 remotes = [ "https://rubygems.org" ];
3327 sha256 = "0gdi6zx4hqpxd81zas3dlw1jrdp98fvsqj4p7f42x5lhpfzz04zc";
3328 type = "gem";
3329 };
3330 version = "1.0.0";
3331 };
3332 test-prof = {
3333 groups = [ "test" ];
3334 platforms = [ ];
3335 source = {
3336 remotes = [ "https://rubygems.org" ];
3337 sha256 = "1vsk2ca9kfrxhyd2xiiyr28hmxkh9vd8j2vwl5f1yfnkv4z52n8s";
3338 type = "gem";
3339 };
3340 version = "1.4.4";
3341 };
3342 thor = {
3343 groups = [
3344 "default"
3345 "development"
3346 "test"
3347 ];
3348 platforms = [ ];
3349 source = {
3350 remotes = [ "https://rubygems.org" ];
3351 sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
3352 type = "gem";
3353 };
3354 version = "1.3.2";
3355 };
3356 timeout = {
3357 groups = [
3358 "default"
3359 "development"
3360 "test"
3361 ];
3362 platforms = [ ];
3363 source = {
3364 remotes = [ "https://rubygems.org" ];
3365 sha256 = "03p31w5ghqfsbz5mcjzvwgkw3h9lbvbknqvrdliy8pxmn9wz02cm";
3366 type = "gem";
3367 };
3368 version = "0.4.3";
3369 };
3370 trilogy = {
3371 groups = [ "migrations" ];
3372 platforms = [ ];
3373 source = {
3374 remotes = [ "https://rubygems.org" ];
3375 sha256 = "0zq6yrp1074yd5lflz7yqzpicpcg4bxrl7sxw5c4g2m67dk3pmm2";
3376 type = "gem";
3377 };
3378 version = "2.9.0";
3379 };
3380 tzinfo = {
3381 dependencies = [ "concurrent-ruby" ];
3382 groups = [
3383 "default"
3384 "development"
3385 "test"
3386 ];
3387 platforms = [ ];
3388 source = {
3389 remotes = [ "https://rubygems.org" ];
3390 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
3391 type = "gem";
3392 };
3393 version = "2.0.6";
3394 };
3395 tzinfo-data = {
3396 dependencies = [ "tzinfo" ];
3397 groups = [ "default" ];
3398 platforms = [ ];
3399 source = {
3400 remotes = [ "https://rubygems.org" ];
3401 sha256 = "02yz3x0qxnnwbf7k18yck5pggbnyy43rq0d5w2r6rwlk3981m31d";
3402 type = "gem";
3403 };
3404 version = "1.2025.1";
3405 };
3406 uglifier = {
3407 dependencies = [ "execjs" ];
3408 groups = [ "assets" ];
3409 platforms = [ ];
3410 source = {
3411 remotes = [ "https://rubygems.org" ];
3412 sha256 = "1apmqsad2y1avffh79f4lfysfppz94fvpyi7lkkj3z8bn60jpm3m";
3413 type = "gem";
3414 };
3415 version = "4.2.1";
3416 };
3417 unf = {
3418 groups = [ "default" ];
3419 platforms = [ ];
3420 source = {
3421 remotes = [ "https://rubygems.org" ];
3422 sha256 = "1aq4bfddln9kx4lycqdgmahsssljsm3vfgbmb6a3y3nq07hw5g76";
3423 type = "gem";
3424 };
3425 version = "0.2.0";
3426 };
3427 unicode-display_width = {
3428 dependencies = [ "unicode-emoji" ];
3429 groups = [
3430 "default"
3431 "development"
3432 "test"
3433 ];
3434 platforms = [ ];
3435 source = {
3436 remotes = [ "https://rubygems.org" ];
3437 sha256 = "1has87asspm6m9wgqas8ghhhwyf2i1yqrqgrkv47xw7jq3qjmbwc";
3438 type = "gem";
3439 };
3440 version = "3.1.4";
3441 };
3442 unicode-emoji = {
3443 groups = [
3444 "default"
3445 "development"
3446 "test"
3447 ];
3448 platforms = [ ];
3449 source = {
3450 remotes = [ "https://rubygems.org" ];
3451 sha256 = "0ajk6rngypm3chvl6r0vwv36q1931fjqaqhjjya81rakygvlwb1c";
3452 type = "gem";
3453 };
3454 version = "4.0.4";
3455 };
3456 unicorn = {
3457 dependencies = [
3458 "kgio"
3459 "raindrops"
3460 ];
3461 groups = [ "default" ];
3462 platforms = [
3463 {
3464 engine = "maglev";
3465 }
3466 {
3467 engine = "rbx";
3468 }
3469 {
3470 engine = "ruby";
3471 }
3472 ];
3473 source = {
3474 remotes = [ "https://rubygems.org" ];
3475 sha256 = "1h0gma14jjxiz6piyi6p99q7lya2mxrq79l03160hascvmx9ipa5";
3476 type = "gem";
3477 };
3478 version = "6.1.0";
3479 };
3480 uniform_notifier = {
3481 groups = [
3482 "default"
3483 "development"
3484 ];
3485 platforms = [ ];
3486 source = {
3487 remotes = [ "https://rubygems.org" ];
3488 sha256 = "1dfvqixshwvm82b9qwdidvnkavdj7s0fbdbmyd4knkl6l3j9xcwr";
3489 type = "gem";
3490 };
3491 version = "1.16.0";
3492 };
3493 uri = {
3494 groups = [ "default" ];
3495 platforms = [ ];
3496 source = {
3497 remotes = [ "https://rubygems.org" ];
3498 sha256 = "09qyg6a29cfgd46qid8qvx4sjbv596v19ym73xvhanbyxd6500xk";
3499 type = "gem";
3500 };
3501 version = "1.0.2";
3502 };
3503 useragent = {
3504 groups = [
3505 "default"
3506 "development"
3507 "test"
3508 ];
3509 platforms = [ ];
3510 source = {
3511 remotes = [ "https://rubygems.org" ];
3512 sha256 = "0i1q2xdjam4d7gwwc35lfnz0wyyzvnca0zslcfxm9fabml9n83kh";
3513 type = "gem";
3514 };
3515 version = "0.16.11";
3516 };
3517 version_gem = {
3518 groups = [ "default" ];
3519 platforms = [ ];
3520 source = {
3521 remotes = [ "https://rubygems.org" ];
3522 sha256 = "08a6agx7xk1f6cr9a95dq42vl45si2ln21h33b96li59sv3555y6";
3523 type = "gem";
3524 };
3525 version = "1.1.4";
3526 };
3527 web-push = {
3528 dependencies = [
3529 "jwt"
3530 "openssl"
3531 ];
3532 groups = [ "default" ];
3533 platforms = [ ];
3534 source = {
3535 remotes = [ "https://rubygems.org" ];
3536 sha256 = "13diqh61rl658gwq0c2ds41z59i0x4plj5k4v98qkgd3pgrd4kav";
3537 type = "gem";
3538 };
3539 version = "3.0.1";
3540 };
3541 webmock = {
3542 dependencies = [
3543 "addressable"
3544 "crack"
3545 "hashdiff"
3546 ];
3547 groups = [ "test" ];
3548 platforms = [ ];
3549 source = {
3550 remotes = [ "https://rubygems.org" ];
3551 sha256 = "08kixkdp41dw39kqfxf2wp5m4z9b6fxg6yfa6xin0wy7dxzka0dy";
3552 type = "gem";
3553 };
3554 version = "3.24.0";
3555 };
3556 webrick = {
3557 groups = [
3558 "default"
3559 "development"
3560 "test"
3561 ];
3562 platforms = [ ];
3563 source = {
3564 remotes = [ "https://rubygems.org" ];
3565 sha256 = "12d9n8hll67j737ym2zw4v23cn4vxyfkb6vyv1rzpwv6y6a3qbdl";
3566 type = "gem";
3567 };
3568 version = "1.9.1";
3569 };
3570 websocket = {
3571 groups = [
3572 "default"
3573 "test"
3574 ];
3575 platforms = [ ];
3576 source = {
3577 remotes = [ "https://rubygems.org" ];
3578 sha256 = "0dr78vh3ag0d1q5gfd8960g1ca9g6arjd2w54mffid8h4i7agrxp";
3579 type = "gem";
3580 };
3581 version = "1.2.11";
3582 };
3583 xpath = {
3584 dependencies = [ "nokogiri" ];
3585 groups = [
3586 "default"
3587 "test"
3588 ];
3589 platforms = [ ];
3590 source = {
3591 remotes = [ "https://rubygems.org" ];
3592 sha256 = "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd";
3593 type = "gem";
3594 };
3595 version = "3.2.0";
3596 };
3597 yaml-lint = {
3598 groups = [ "development" ];
3599 platforms = [ ];
3600 source = {
3601 remotes = [ "https://rubygems.org" ];
3602 sha256 = "12jc68af2mwdkr9iqay2v6qgq47yk5g82sd171riibk62wbhp5p3";
3603 type = "gem";
3604 };
3605 version = "0.1.2";
3606 };
3607 yard = {
3608 groups = [ "development" ];
3609 platforms = [ ];
3610 source = {
3611 remotes = [ "https://rubygems.org" ];
3612 sha256 = "14k9lb9a60r9z2zcqg08by9iljrrgjxdkbd91gw17rkqkqwi1sd6";
3613 type = "gem";
3614 };
3615 version = "0.9.37";
3616 };
3617 zeitwerk = {
3618 groups = [
3619 "default"
3620 "development"
3621 "migrations"
3622 "test"
3623 ];
3624 platforms = [ ];
3625 source = {
3626 remotes = [ "https://rubygems.org" ];
3627 sha256 = "0mi7b90hvc6nqv37q27df4i2m27yy56yfy2ki5073474a1h9hi89";
3628 type = "gem";
3629 };
3630 version = "2.7.1";
3631 };
3632}