1src: {
2 acme-client = {
3 dependencies = [
4 "base64"
5 "faraday"
6 "faraday-retry"
7 ];
8 groups = [ "default" ];
9 platforms = [ ];
10 source = {
11 remotes = [ "https://rubygems.org" ];
12 sha256 = "0c8gxs7vhsl0hi7wnyd9wi3aqmqkm0y77y1k17z9zzc5yywsgfz0";
13 type = "gem";
14 };
15 version = "2.0.25";
16 };
17 actioncable = {
18 dependencies = [
19 "actionpack"
20 "activesupport"
21 "nio4r"
22 "websocket-driver"
23 "zeitwerk"
24 ];
25 groups = [
26 "default"
27 "development"
28 "test"
29 ];
30 platforms = [ ];
31 source = {
32 remotes = [ "https://rubygems.org" ];
33 sha256 = "0dsyppp79da5p5jh3wxry08vy401xrff4sgww47i2l93mdyldpbr";
34 type = "gem";
35 };
36 version = "7.1.5.2";
37 };
38 actionmailbox = {
39 dependencies = [
40 "actionpack"
41 "activejob"
42 "activerecord"
43 "activestorage"
44 "activesupport"
45 "mail"
46 "net-imap"
47 "net-pop"
48 "net-smtp"
49 ];
50 groups = [
51 "default"
52 "development"
53 "test"
54 ];
55 platforms = [ ];
56 source = {
57 remotes = [ "https://rubygems.org" ];
58 sha256 = "0kmcvibpi4ppk1j1dkqhglix73xhyr29k6l2ziy92azy0b0isaqr";
59 type = "gem";
60 };
61 version = "7.1.5.2";
62 };
63 actionmailer = {
64 dependencies = [
65 "actionpack"
66 "actionview"
67 "activejob"
68 "activesupport"
69 "mail"
70 "net-imap"
71 "net-pop"
72 "net-smtp"
73 "rails-dom-testing"
74 ];
75 groups = [
76 "default"
77 "development"
78 "test"
79 ];
80 platforms = [ ];
81 source = {
82 remotes = [ "https://rubygems.org" ];
83 sha256 = "02w6kq5c2pjp1svfxxqqa46z6zgj2y7x6wybgpln9g5i3vn5yp3s";
84 type = "gem";
85 };
86 version = "7.1.5.2";
87 };
88 actionpack = {
89 dependencies = [
90 "actionview"
91 "activesupport"
92 "nokogiri"
93 "racc"
94 "rack"
95 "rack-session"
96 "rack-test"
97 "rails-dom-testing"
98 "rails-html-sanitizer"
99 ];
100 groups = [
101 "default"
102 "development"
103 "test"
104 ];
105 platforms = [ ];
106 source = {
107 remotes = [ "https://rubygems.org" ];
108 sha256 = "1za4sv0ch8j7adfldglp8jalcc8s68h031sqldw0f9pbmb4fvgx7";
109 type = "gem";
110 };
111 version = "7.1.5.2";
112 };
113 actiontext = {
114 dependencies = [
115 "actionpack"
116 "activerecord"
117 "activestorage"
118 "activesupport"
119 "globalid"
120 "nokogiri"
121 ];
122 groups = [
123 "default"
124 "development"
125 "test"
126 ];
127 platforms = [ ];
128 source = {
129 remotes = [ "https://rubygems.org" ];
130 sha256 = "01q275ihq4gds2yvlbzdpqap95z5divwany0x5lcnqhpc7j7hmjh";
131 type = "gem";
132 };
133 version = "7.1.5.2";
134 };
135 actionview = {
136 dependencies = [
137 "activesupport"
138 "builder"
139 "erubi"
140 "rails-dom-testing"
141 "rails-html-sanitizer"
142 ];
143 groups = [
144 "default"
145 "development"
146 "monorepo"
147 "test"
148 ];
149 platforms = [ ];
150 source = {
151 remotes = [ "https://rubygems.org" ];
152 sha256 = "1jd1biyrf3n45jilazfqli27jnlk60bpn82mi4i1wqxcgsn1djag";
153 type = "gem";
154 };
155 version = "7.1.5.2";
156 };
157 activejob = {
158 dependencies = [
159 "activesupport"
160 "globalid"
161 ];
162 groups = [
163 "default"
164 "development"
165 "test"
166 ];
167 platforms = [ ];
168 source = {
169 remotes = [ "https://rubygems.org" ];
170 sha256 = "0kl0ppvvxhd4igaxpbn64yyam120vyf0h2bbzqs1xa6dqnjn5dmg";
171 type = "gem";
172 };
173 version = "7.1.5.2";
174 };
175 activemodel = {
176 dependencies = [ "activesupport" ];
177 groups = [
178 "default"
179 "development"
180 "monorepo"
181 "test"
182 ];
183 platforms = [ ];
184 source = {
185 remotes = [ "https://rubygems.org" ];
186 sha256 = "1df89b7pf66r5v6ixf2kn5mb3mzhpkggqqw544685vhlhrmabdjg";
187 type = "gem";
188 };
189 version = "7.1.5.2";
190 };
191 activerecord = {
192 dependencies = [
193 "activemodel"
194 "activesupport"
195 "timeout"
196 ];
197 groups = [
198 "default"
199 "development"
200 "monorepo"
201 "test"
202 ];
203 platforms = [ ];
204 source = {
205 remotes = [ "https://rubygems.org" ];
206 sha256 = "0alxm4yk5zqnzfj8jj06cwfzgb3gvcvab8mzd0lgs9x75lmsfgcj";
207 type = "gem";
208 };
209 version = "7.1.5.2";
210 };
211 activerecord-gitlab = {
212 dependencies = [ "activerecord" ];
213 groups = [ "default" ];
214 platforms = [ ];
215 source = {
216 path = "${src}/gems/activerecord-gitlab";
217 type = "path";
218 };
219 version = "0.2.0";
220 };
221 activestorage = {
222 dependencies = [
223 "actionpack"
224 "activejob"
225 "activerecord"
226 "activesupport"
227 "marcel"
228 ];
229 groups = [
230 "default"
231 "development"
232 "test"
233 ];
234 platforms = [ ];
235 source = {
236 remotes = [ "https://rubygems.org" ];
237 sha256 = "163wq77fx38vjdb4jhvfphahnrzdp2kq9ngg02g5y4zaghacp6pd";
238 type = "gem";
239 };
240 version = "7.1.5.2";
241 };
242 activesupport = {
243 dependencies = [
244 "base64"
245 "benchmark"
246 "bigdecimal"
247 "concurrent-ruby"
248 "connection_pool"
249 "drb"
250 "i18n"
251 "logger"
252 "minitest"
253 "mutex_m"
254 "securerandom"
255 "tzinfo"
256 ];
257 groups = [
258 "default"
259 "development"
260 "monorepo"
261 "test"
262 ];
263 platforms = [ ];
264 source = {
265 remotes = [ "https://rubygems.org" ];
266 sha256 = "1lbfsgmbn87mim29v7h5w4v8zflhx6zxrbbp95hfmgxcr2wk204h";
267 type = "gem";
268 };
269 version = "7.1.5.2";
270 };
271 addressable = {
272 dependencies = [ "public_suffix" ];
273 groups = [
274 "danger"
275 "default"
276 "development"
277 "monorepo"
278 "test"
279 ];
280 platforms = [ ];
281 source = {
282 remotes = [ "https://rubygems.org" ];
283 sha256 = "0cl2qpvwiffym62z991ynks7imsm87qmgxf0yfsmlwzkgi9qcaa6";
284 type = "gem";
285 };
286 version = "2.8.7";
287 };
288 aes_key_wrap = {
289 groups = [ "default" ];
290 platforms = [ ];
291 source = {
292 remotes = [ "https://rubygems.org" ];
293 sha256 = "19bn0y70qm6mfj4y1m0j3s8ggh6dvxwrwrj5vfamhdrpddsz8ddr";
294 type = "gem";
295 };
296 version = "1.1.0";
297 };
298 akismet = {
299 groups = [ "default" ];
300 platforms = [ ];
301 source = {
302 remotes = [ "https://rubygems.org" ];
303 sha256 = "0c5jhqfgvpz84d8jai51hin018ldpfd0civbk7mfwmrj7n71p6bl";
304 type = "gem";
305 };
306 version = "3.0.0";
307 };
308 aliyun-sdk = {
309 dependencies = [
310 "nokogiri"
311 "rest-client"
312 ];
313 groups = [ "default" ];
314 platforms = [ ];
315 source = {
316 remotes = [ "https://rubygems.org" ];
317 sha256 = "17avsza5r4f6d0f2ajgy6clmasrxs7jd16hz7ljq502jkczmv4b5";
318 type = "gem";
319 };
320 version = "0.8.0";
321 };
322 amatch = {
323 dependencies = [
324 "mize"
325 "tins"
326 ];
327 groups = [
328 "default"
329 "test"
330 ];
331 platforms = [ ];
332 source = {
333 remotes = [ "https://rubygems.org" ];
334 sha256 = "1xs5j64cbbjc94lx72fgjq6f3r99p2fmg51fh1r7qqifd8i1bzyk";
335 type = "gem";
336 };
337 version = "0.4.1";
338 };
339 android_key_attestation = {
340 groups = [ "default" ];
341 platforms = [ ];
342 source = {
343 remotes = [ "https://rubygems.org" ];
344 sha256 = "02spc1sh7zsljl02v9d5rdb717b628vw2k7jkkplifyjk4db0zj6";
345 type = "gem";
346 };
347 version = "0.3.0";
348 };
349 apollo_upload_server = {
350 dependencies = [
351 "actionpack"
352 "graphql"
353 ];
354 groups = [ "default" ];
355 platforms = [ ];
356 source = {
357 remotes = [ "https://rubygems.org" ];
358 sha256 = "1cnddcnrb0gwhi0w2hrmh53fkpdxxy2v80rfp2q1hrcf4mr41v6w";
359 type = "gem";
360 };
361 version = "2.1.6";
362 };
363 app_store_connect = {
364 dependencies = [
365 "activesupport"
366 "jwt"
367 "zeitwerk"
368 ];
369 groups = [ "default" ];
370 platforms = [ ];
371 source = {
372 remotes = [ "https://rubygems.org" ];
373 sha256 = "1rjwnb5fj0kzwgrn1n98gnb0s855ck1dm3j06sd01vcqj8829xih";
374 type = "gem";
375 };
376 version = "0.38.0";
377 };
378 arr-pm = {
379 groups = [ "default" ];
380 platforms = [ ];
381 source = {
382 remotes = [ "https://rubygems.org" ];
383 sha256 = "0fddw0vwdrr7v3a0lfqbmnd664j48a9psrjd3wh3k4i3flplizzx";
384 type = "gem";
385 };
386 version = "0.0.12";
387 };
388 asciidoctor = {
389 groups = [ "default" ];
390 platforms = [ ];
391 source = {
392 remotes = [ "https://rubygems.org" ];
393 sha256 = "1wyxgwmnz9bw377r3lba26b090hbsq9qnbw8575a1prpy83qh82j";
394 type = "gem";
395 };
396 version = "2.0.23";
397 };
398 asciidoctor-include-ext = {
399 dependencies = [ "asciidoctor" ];
400 groups = [ "default" ];
401 platforms = [ ];
402 source = {
403 remotes = [ "https://rubygems.org" ];
404 sha256 = "0y3qixbssfrzp04ng7g4lh3dq16pgrw3p8cwc0v5bhmz5yfxnsj0";
405 type = "gem";
406 };
407 version = "0.4.0";
408 };
409 asciidoctor-kroki = {
410 dependencies = [ "asciidoctor" ];
411 groups = [ "default" ];
412 platforms = [ ];
413 source = {
414 remotes = [ "https://rubygems.org" ];
415 sha256 = "0qih280cjsh3nmywa5ja6kbrd576qmkxnp9zbmxjw3hjizc2ahlf";
416 type = "gem";
417 };
418 version = "0.10.0";
419 };
420 asciidoctor-plantuml = {
421 dependencies = [ "asciidoctor" ];
422 groups = [ "default" ];
423 platforms = [ ];
424 source = {
425 remotes = [ "https://rubygems.org" ];
426 sha256 = "14qppm3qzfra2g2lf8jl3mbnrhi4alp8232zqz6dbpl6276lfzj0";
427 type = "gem";
428 };
429 version = "0.0.16";
430 };
431 ast = {
432 groups = [
433 "default"
434 "development"
435 "test"
436 ];
437 platforms = [ ];
438 source = {
439 remotes = [ "https://rubygems.org" ];
440 sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
441 type = "gem";
442 };
443 version = "2.4.2";
444 };
445 async = {
446 dependencies = [
447 "console"
448 "fiber-annotation"
449 "io-event"
450 "metrics"
451 "traces"
452 ];
453 groups = [ "default" ];
454 platforms = [ ];
455 source = {
456 remotes = [ "https://rubygems.org" ];
457 sha256 = "0vhmmn7n92ilvkvbdbav85hyg8w047zm20vbfzk502g0j495sv4n";
458 type = "gem";
459 };
460 version = "2.28.0";
461 };
462 atlassian-jwt = {
463 dependencies = [ "jwt" ];
464 groups = [ "default" ];
465 platforms = [ ];
466 source = {
467 remotes = [ "https://rubygems.org" ];
468 sha256 = "08vqx5s0ax71lwis9l1bzy570sch0hpb53031ha2wgvp31sdilig";
469 type = "gem";
470 };
471 version = "0.2.1";
472 };
473 attr_encrypted = {
474 dependencies = [ "encryptor" ];
475 groups = [ "default" ];
476 platforms = [ ];
477 source = {
478 remotes = [ "https://rubygems.org" ];
479 sha256 = "0lddh6dznfvpic6c9pbb6wgzwd3jyp26abjfvi0fsf3fkqaq0p3y";
480 type = "gem";
481 };
482 version = "4.2.0";
483 };
484 attr_required = {
485 groups = [ "default" ];
486 platforms = [ ];
487 source = {
488 remotes = [ "https://rubygems.org" ];
489 sha256 = "16fbwr6nmsn97n0a6k1nwbpyz08zpinhd6g7196lz1syndbgrszh";
490 type = "gem";
491 };
492 version = "1.0.2";
493 };
494 awesome_print = {
495 groups = [
496 "development"
497 "test"
498 ];
499 platforms = [ ];
500 source = {
501 remotes = [ "https://rubygems.org" ];
502 sha256 = "0vkq6c8y2jvaw03ynds5vjzl1v9wg608cimkd3bidzxc0jvk56z9";
503 type = "gem";
504 };
505 version = "1.9.2";
506 };
507 awrence = {
508 groups = [ "default" ];
509 platforms = [ ];
510 source = {
511 remotes = [ "https://rubygems.org" ];
512 sha256 = "0gj8f8c54r9cabkm41s59sa1ca5wpbipw7gq3sfl87x9296227fx";
513 type = "gem";
514 };
515 version = "1.2.1";
516 };
517 aws-eventstream = {
518 groups = [ "default" ];
519 platforms = [ ];
520 source = {
521 remotes = [ "https://rubygems.org" ];
522 sha256 = "0gvdg4yx4p9av2glmp7vsxhs0n8fj1ga9kq2xdb8f95j7b04qhzi";
523 type = "gem";
524 };
525 version = "1.3.0";
526 };
527 aws-partitions = {
528 groups = [ "default" ];
529 platforms = [ ];
530 source = {
531 remotes = [ "https://rubygems.org" ];
532 sha256 = "01w3b84d129q9b6bg2cm8p4cn8pl74l343sxsc47ax9sglqz6y99";
533 type = "gem";
534 };
535 version = "1.1001.0";
536 };
537 aws-sdk-cloudformation = {
538 dependencies = [
539 "aws-sdk-core"
540 "aws-sigv4"
541 ];
542 groups = [ "default" ];
543 platforms = [ ];
544 source = {
545 remotes = [ "https://rubygems.org" ];
546 sha256 = "1vfqzm1l24sks97y1iyg6bmmnf99hinymc3dw4bzkq546rx36ldq";
547 type = "gem";
548 };
549 version = "1.134.0";
550 };
551 aws-sdk-core = {
552 dependencies = [
553 "aws-eventstream"
554 "aws-partitions"
555 "aws-sigv4"
556 "base64"
557 "jmespath"
558 "logger"
559 ];
560 groups = [ "default" ];
561 platforms = [ ];
562 source = {
563 remotes = [ "https://rubygems.org" ];
564 sha256 = "0410i5slpj49i3nyqfr6v1mp547vwzcm1kbhj0wf6xsmppfx0wbw";
565 type = "gem";
566 };
567 version = "3.226.3";
568 };
569 aws-sdk-kms = {
570 dependencies = [
571 "aws-sdk-core"
572 "aws-sigv4"
573 ];
574 groups = [ "default" ];
575 platforms = [ ];
576 source = {
577 remotes = [ "https://rubygems.org" ];
578 sha256 = "0jfgw9a9c8xyjhkmgpd9rpi95h9i0rhbqszn8iqkbfm9rc9m1xz7";
579 type = "gem";
580 };
581 version = "1.76.0";
582 };
583 aws-sdk-s3 = {
584 dependencies = [
585 "aws-sdk-core"
586 "aws-sdk-kms"
587 "aws-sigv4"
588 ];
589 groups = [ "default" ];
590 platforms = [ ];
591 source = {
592 remotes = [ "https://rubygems.org" ];
593 sha256 = "1piv24mpl946a1py6pap9p2hgz38xmks0w1dzbvnv223gjbm9ffc";
594 type = "gem";
595 };
596 version = "1.193.0";
597 };
598 aws-sigv4 = {
599 dependencies = [ "aws-eventstream" ];
600 groups = [ "default" ];
601 platforms = [ ];
602 source = {
603 remotes = [ "https://rubygems.org" ];
604 sha256 = "0yf396fxashbqn0drbnvd9srxfg7w06v70q8kqpzi04zqchf6lvp";
605 type = "gem";
606 };
607 version = "1.9.1";
608 };
609 axe-core-api = {
610 dependencies = [
611 "dumb_delegator"
612 "ostruct"
613 "virtus"
614 ];
615 groups = [
616 "default"
617 "test"
618 ];
619 platforms = [ ];
620 source = {
621 remotes = [ "https://rubygems.org" ];
622 sha256 = "0j017xf6dzi5w5hfikjh138n91b5vkaxjm41dvqh86033knz643f";
623 type = "gem";
624 };
625 version = "4.10.3";
626 };
627 axe-core-rspec = {
628 dependencies = [
629 "axe-core-api"
630 "dumb_delegator"
631 "ostruct"
632 "virtus"
633 ];
634 groups = [ "test" ];
635 platforms = [ ];
636 source = {
637 remotes = [ "https://rubygems.org" ];
638 sha256 = "0zjj06kwk57d3g18sfkam8r6fcrp2c3wj8m93l7ws3rd3q8x08fa";
639 type = "gem";
640 };
641 version = "4.10.3";
642 };
643 axiom-types = {
644 dependencies = [
645 "descendants_tracker"
646 "ice_nine"
647 "thread_safe"
648 ];
649 groups = [
650 "default"
651 "test"
652 ];
653 platforms = [ ];
654 source = {
655 remotes = [ "https://rubygems.org" ];
656 sha256 = "10q3k04pll041mkgy0m5fn2b1lazm6ly1drdbcczl5p57lzi3zy1";
657 type = "gem";
658 };
659 version = "0.1.1";
660 };
661 babosa = {
662 groups = [ "default" ];
663 platforms = [ ];
664 source = {
665 remotes = [ "https://rubygems.org" ];
666 sha256 = "19mqrnyizr1ipdp26vhrg0hwb851bwyvrs6xc29dk3ywljw8s8d6";
667 type = "gem";
668 };
669 version = "2.0.0";
670 };
671 backport = {
672 groups = [
673 "default"
674 "development"
675 ];
676 platforms = [ ];
677 source = {
678 remotes = [ "https://rubygems.org" ];
679 sha256 = "0xbzzjrgah0f8ifgd449kak2vyf30micpz6x2g82aipfv7ypsb4i";
680 type = "gem";
681 };
682 version = "1.2.0";
683 };
684 base32 = {
685 groups = [ "default" ];
686 platforms = [ ];
687 source = {
688 remotes = [ "https://rubygems.org" ];
689 sha256 = "1fjs0l3c5g9qxwp43kcnhc45slx29yjb6m6jxbb2x1krgjmi166b";
690 type = "gem";
691 };
692 version = "0.3.4";
693 };
694 base64 = {
695 groups = [
696 "default"
697 "test"
698 ];
699 platforms = [ ];
700 source = {
701 remotes = [ "https://rubygems.org" ];
702 sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
703 type = "gem";
704 };
705 version = "0.2.0";
706 };
707 batch-loader = {
708 groups = [ "default" ];
709 platforms = [ ];
710 source = {
711 remotes = [ "https://rubygems.org" ];
712 sha256 = "04zjpzb2m1qjxk0lzdi5m812wyq5kkwcdbxs1asbm67lp0wgcjwn";
713 type = "gem";
714 };
715 version = "2.0.5";
716 };
717 bcrypt = {
718 groups = [ "default" ];
719 platforms = [ ];
720 source = {
721 remotes = [ "https://rubygems.org" ];
722 sha256 = "16a0g2q40biv93i1hch3gw8rbmhp77qnnifj1k0a6m7dng3zh444";
723 type = "gem";
724 };
725 version = "3.1.20";
726 };
727 benchmark = {
728 groups = [
729 "default"
730 "development"
731 "monorepo"
732 "test"
733 ];
734 platforms = [ ];
735 source = {
736 remotes = [ "https://rubygems.org" ];
737 sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg";
738 type = "gem";
739 };
740 version = "0.4.0";
741 };
742 benchmark-ips = {
743 groups = [
744 "development"
745 "test"
746 ];
747 platforms = [ ];
748 source = {
749 remotes = [ "https://rubygems.org" ];
750 sha256 = "07cvi8z4ss6nzf4jp8sp6bp54d7prh6jg56dz035jpajbnkchaxp";
751 type = "gem";
752 };
753 version = "2.14.0";
754 };
755 benchmark-malloc = {
756 groups = [
757 "default"
758 "test"
759 ];
760 platforms = [ ];
761 source = {
762 remotes = [ "https://rubygems.org" ];
763 sha256 = "0svyac8alxbmip6b9rp34wq5lcimdaapjkaqdw1385i66l28ziip";
764 type = "gem";
765 };
766 version = "0.2.0";
767 };
768 benchmark-memory = {
769 dependencies = [ "memory_profiler" ];
770 groups = [
771 "development"
772 "test"
773 ];
774 platforms = [ ];
775 source = {
776 remotes = [ "https://rubygems.org" ];
777 sha256 = "0p5bwqc828yai7h71b7ny77hgd7dll00dy34izp3b5dh6dj467na";
778 type = "gem";
779 };
780 version = "0.2.0";
781 };
782 benchmark-perf = {
783 groups = [
784 "default"
785 "test"
786 ];
787 platforms = [ ];
788 source = {
789 remotes = [ "https://rubygems.org" ];
790 sha256 = "08cngwnwk2h6cdxx3dyckxcg7d0yi3pm83c26kfzkq1xkyah2azy";
791 type = "gem";
792 };
793 version = "0.6.0";
794 };
795 benchmark-trend = {
796 groups = [
797 "default"
798 "test"
799 ];
800 platforms = [ ];
801 source = {
802 remotes = [ "https://rubygems.org" ];
803 sha256 = "10axhj80jan0b7c77hm0aj2yxv0dh9clfy4pppxvxfj3yjlh4nny";
804 type = "gem";
805 };
806 version = "0.4.0";
807 };
808 better_errors = {
809 dependencies = [
810 "erubi"
811 "rack"
812 "rouge"
813 ];
814 groups = [ "development" ];
815 platforms = [ ];
816 source = {
817 remotes = [ "https://rubygems.org" ];
818 sha256 = "0wqazisnn6hn1wsza412xribpw5wzx6b5z5p4mcpfgizr6xg367p";
819 type = "gem";
820 };
821 version = "2.10.1";
822 };
823 bigdecimal = {
824 groups = [ "default" ];
825 platforms = [ ];
826 source = {
827 remotes = [ "https://rubygems.org" ];
828 sha256 = "0cq1c29zbkcxgdihqisirhcw76xc768z2zpd5vbccpq0l1lv76g7";
829 type = "gem";
830 };
831 version = "3.1.7";
832 };
833 bindata = {
834 groups = [ "default" ];
835 platforms = [ ];
836 source = {
837 remotes = [ "https://rubygems.org" ];
838 sha256 = "0shg48ilaxn8ps8arvyb8pr6pqigdmccirks185c306dzychr3n3";
839 type = "gem";
840 };
841 version = "2.4.11";
842 };
843 binding_of_caller = {
844 dependencies = [ "debug_inspector" ];
845 groups = [
846 "default"
847 "test"
848 ];
849 platforms = [ ];
850 source = {
851 remotes = [ "https://rubygems.org" ];
852 sha256 = "078n2dkpgsivcf0pr50981w95nfc2bsrp3wpf9wnxz1qsp8jbb9s";
853 type = "gem";
854 };
855 version = "1.0.0";
856 };
857 bootsnap = {
858 dependencies = [ "msgpack" ];
859 groups = [ "default" ];
860 platforms = [ ];
861 source = {
862 remotes = [ "https://rubygems.org" ];
863 sha256 = "003xl226y120cbq1n99805jw6w75gcz1gs941yz3h7li3qy3kqha";
864 type = "gem";
865 };
866 version = "1.18.6";
867 };
868 browser = {
869 groups = [ "default" ];
870 platforms = [ ];
871 source = {
872 remotes = [ "https://rubygems.org" ];
873 sha256 = "0g4bcpax07kqqr9cp7cjc7i0pcij4nqpn1rdsg2wdwhzf00m6x32";
874 type = "gem";
875 };
876 version = "5.3.1";
877 };
878 builder = {
879 groups = [
880 "default"
881 "development"
882 "test"
883 ];
884 platforms = [ ];
885 source = {
886 remotes = [ "https://rubygems.org" ];
887 sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
888 type = "gem";
889 };
890 version = "3.2.4";
891 };
892 bullet = {
893 dependencies = [
894 "activesupport"
895 "uniform_notifier"
896 ];
897 groups = [
898 "development"
899 "test"
900 ];
901 platforms = [ ];
902 source = {
903 remotes = [ "https://rubygems.org" ];
904 sha256 = "0hn5nysivwlzwgwgh3m97kzjgfy8g7nl82b2pahdj0xqnrg91fdl";
905 type = "gem";
906 };
907 version = "8.0.8";
908 };
909 bundler-checksum = {
910 dependencies = [ ];
911 groups = [ "default" ];
912 platforms = [ ];
913 source = {
914 path = "${src}/gems/bundler-checksum";
915 type = "path";
916 };
917 version = "0.1.0";
918 };
919 byebug = {
920 groups = [
921 "default"
922 "development"
923 "test"
924 ];
925 platforms = [ ];
926 source = {
927 remotes = [ "https://rubygems.org" ];
928 sha256 = "07hsr9zzl2mvf5gk65va4smdizlk9rsiz8wwxik0p96cj79518fl";
929 type = "gem";
930 };
931 version = "12.0.0";
932 };
933 capybara = {
934 dependencies = [
935 "addressable"
936 "matrix"
937 "mini_mime"
938 "nokogiri"
939 "rack"
940 "rack-test"
941 "regexp_parser"
942 "xpath"
943 ];
944 groups = [ "test" ];
945 platforms = [ ];
946 source = {
947 remotes = [ "https://rubygems.org" ];
948 sha256 = "1vxfah83j6zpw3v5hic0j70h519nvmix2hbszmjwm8cfawhagns2";
949 type = "gem";
950 };
951 version = "3.40.0";
952 };
953 capybara-screenshot = {
954 dependencies = [
955 "capybara"
956 "launchy"
957 ];
958 groups = [ "test" ];
959 platforms = [ ];
960 source = {
961 remotes = [ "https://rubygems.org" ];
962 sha256 = "0xqc7hdiw1ql42mklpfvqd2pyfsxmy55cpx0h9y0jlkpl1q96sw1";
963 type = "gem";
964 };
965 version = "1.0.26";
966 };
967 carrierwave = {
968 dependencies = [
969 "activemodel"
970 "activesupport"
971 "mime-types"
972 "ssrf_filter"
973 ];
974 groups = [ "default" ];
975 platforms = [ ];
976 source = {
977 remotes = [ "https://rubygems.org" ];
978 sha256 = "089s8rbwddzcyw1ky34h90flz5wzqzi2lvajykbxn3l3s6mjsxw1";
979 type = "gem";
980 };
981 version = "1.3.4";
982 };
983 cbor = {
984 groups = [ "default" ];
985 platforms = [ ];
986 source = {
987 remotes = [ "https://rubygems.org" ];
988 sha256 = "1dsf9gjc2cj79vrnz2vgq573biqjw7ad4b0idm05xg6rb3y9gq4y";
989 type = "gem";
990 };
991 version = "0.5.9.8";
992 };
993 CFPropertyList = {
994 dependencies = [
995 "base64"
996 "nkf"
997 "rexml"
998 ];
999 groups = [ "default" ];
1000 platforms = [ ];
1001 source = {
1002 remotes = [ "https://rubygems.org" ];
1003 sha256 = "0k1w5i4lb1z941m7ds858nly33f3iv12wvr1zav5x3fa99hj2my4";
1004 type = "gem";
1005 };
1006 version = "3.0.7";
1007 };
1008 character_set = {
1009 groups = [ "default" ];
1010 platforms = [ ];
1011 source = {
1012 remotes = [ "https://rubygems.org" ];
1013 sha256 = "0l9z2pihzc11f0jpq2sx789zwpmwf5nyhsjps45zzvfs5931fwrb";
1014 type = "gem";
1015 };
1016 version = "1.8.0";
1017 };
1018 charlock_holmes = {
1019 groups = [ "default" ];
1020 platforms = [ ];
1021 source = {
1022 remotes = [ "https://rubygems.org" ];
1023 sha256 = "1c1dws56r7p8y363dhyikg7205z59a3bn4amnv2y488rrq8qm7ml";
1024 type = "gem";
1025 };
1026 version = "0.7.9";
1027 };
1028 chef-config = {
1029 dependencies = [
1030 "addressable"
1031 "chef-utils"
1032 "fuzzyurl"
1033 "mixlib-config"
1034 "mixlib-shellout"
1035 "tomlrb"
1036 ];
1037 groups = [ "default" ];
1038 platforms = [ ];
1039 source = {
1040 remotes = [ "https://rubygems.org" ];
1041 sha256 = "1pvjf3qbb3apg9vdy4zykamm7801qz4m6256wjqn73fs87zs50y1";
1042 type = "gem";
1043 };
1044 version = "18.3.0";
1045 };
1046 chef-utils = {
1047 dependencies = [ "concurrent-ruby" ];
1048 groups = [ "default" ];
1049 platforms = [ ];
1050 source = {
1051 remotes = [ "https://rubygems.org" ];
1052 sha256 = "0087jwhqslfm3ygj507dmmdp3k0589j5jl54mkwgbabbwan7lzw2";
1053 type = "gem";
1054 };
1055 version = "18.3.0";
1056 };
1057 chunky_png = {
1058 groups = [ "default" ];
1059 platforms = [ ];
1060 source = {
1061 remotes = [ "https://rubygems.org" ];
1062 sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9";
1063 type = "gem";
1064 };
1065 version = "1.4.0";
1066 };
1067 circuitbox = {
1068 groups = [ "default" ];
1069 platforms = [ ];
1070 source = {
1071 remotes = [ "https://rubygems.org" ];
1072 sha256 = "056snhim934xysz630ysfbfdxa64vin5y24h2ha1wvj9fqg9qvj9";
1073 type = "gem";
1074 };
1075 version = "2.0.0";
1076 };
1077 citrus = {
1078 groups = [ "default" ];
1079 platforms = [ ];
1080 source = {
1081 remotes = [ "https://rubygems.org" ];
1082 sha256 = "0l7nhk3gkm1hdchkzzhg2f70m47pc0afxfpl6mkiibc9qcpl3hjf";
1083 type = "gem";
1084 };
1085 version = "3.0.2";
1086 };
1087 claide = {
1088 groups = [
1089 "danger"
1090 "default"
1091 "development"
1092 "test"
1093 ];
1094 platforms = [ ];
1095 source = {
1096 remotes = [ "https://rubygems.org" ];
1097 sha256 = "0bpqhc0kqjp1bh9b7ffc395l9gfls0337rrhmab4v46ykl45qg3d";
1098 type = "gem";
1099 };
1100 version = "1.1.0";
1101 };
1102 claide-plugins = {
1103 dependencies = [
1104 "cork"
1105 "nap"
1106 "open4"
1107 ];
1108 groups = [
1109 "default"
1110 "development"
1111 ];
1112 platforms = [ ];
1113 source = {
1114 remotes = [ "https://rubygems.org" ];
1115 sha256 = "0bhw5j985qs48v217gnzva31rw5qvkf7qj8mhp73pcks0sy7isn7";
1116 type = "gem";
1117 };
1118 version = "0.9.2";
1119 };
1120 click_house-client = {
1121 dependencies = [
1122 "activerecord"
1123 "activesupport"
1124 "addressable"
1125 "json"
1126 ];
1127 groups = [ "default" ];
1128 platforms = [ ];
1129 source = {
1130 remotes = [ "https://rubygems.org" ];
1131 sha256 = "0s9dgq9k6caappqr6y6vbzx3d8pmcb58cbp37am9slmfyvq2l0hh";
1132 type = "gem";
1133 };
1134 version = "0.5.1";
1135 };
1136 coderay = {
1137 groups = [
1138 "default"
1139 "development"
1140 "test"
1141 ];
1142 platforms = [
1143 {
1144 engine = "maglev";
1145 }
1146 {
1147 engine = "ruby";
1148 }
1149 ];
1150 source = {
1151 remotes = [ "https://rubygems.org" ];
1152 sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw";
1153 type = "gem";
1154 };
1155 version = "1.1.3";
1156 };
1157 coercible = {
1158 dependencies = [ "descendants_tracker" ];
1159 groups = [
1160 "default"
1161 "test"
1162 ];
1163 platforms = [ ];
1164 source = {
1165 remotes = [ "https://rubygems.org" ];
1166 sha256 = "1p5azydlsz0nkxmcq0i1gzmcfq02lgxc4as7wmf47j1c6ljav0ah";
1167 type = "gem";
1168 };
1169 version = "1.0.0";
1170 };
1171 colored2 = {
1172 groups = [
1173 "default"
1174 "development"
1175 ];
1176 platforms = [ ];
1177 source = {
1178 remotes = [ "https://rubygems.org" ];
1179 sha256 = "0jlbqa9q4mvrm73aw9mxh23ygzbjiqwisl32d8szfb5fxvbjng5i";
1180 type = "gem";
1181 };
1182 version = "3.1.2";
1183 };
1184 commonmarker = {
1185 groups = [
1186 "default"
1187 "development"
1188 "test"
1189 ];
1190 platforms = [ ];
1191 source = {
1192 remotes = [ "https://rubygems.org" ];
1193 sha256 = "1gyjwd7in1nlf8zai2fxazxi8cy6xjzswdcjway520blb39ka7cx";
1194 type = "gem";
1195 };
1196 version = "0.23.11";
1197 };
1198 concurrent-ruby = {
1199 groups = [
1200 "default"
1201 "development"
1202 "monorepo"
1203 "test"
1204 ];
1205 platforms = [ ];
1206 source = {
1207 remotes = [ "https://rubygems.org" ];
1208 sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1";
1209 type = "gem";
1210 };
1211 version = "1.3.5";
1212 };
1213 connection_pool = {
1214 groups = [
1215 "default"
1216 "development"
1217 "monorepo"
1218 "test"
1219 ];
1220 platforms = [ ];
1221 source = {
1222 remotes = [ "https://rubygems.org" ];
1223 sha256 = "02p7l47gvchbvnbag6kb4x2hg8n28r25ybslyvrr2q214wir5qg9";
1224 type = "gem";
1225 };
1226 version = "2.5.4";
1227 };
1228 console = {
1229 dependencies = [
1230 "fiber-annotation"
1231 "fiber-local"
1232 "json"
1233 ];
1234 groups = [ "default" ];
1235 platforms = [ ];
1236 source = {
1237 remotes = [ "https://rubygems.org" ];
1238 sha256 = "1mkwwz5ry6hbn328fb3myr86zsc6lg0f7w1dlbfmjw043ddbgndg";
1239 type = "gem";
1240 };
1241 version = "1.29.2";
1242 };
1243 cork = {
1244 dependencies = [ "colored2" ];
1245 groups = [
1246 "default"
1247 "development"
1248 ];
1249 platforms = [ ];
1250 source = {
1251 remotes = [ "https://rubygems.org" ];
1252 sha256 = "1g6l780z1nj4s3jr11ipwcj8pjbibvli82my396m3y32w98ar850";
1253 type = "gem";
1254 };
1255 version = "0.3.0";
1256 };
1257 cose = {
1258 dependencies = [
1259 "cbor"
1260 "openssl-signature_algorithm"
1261 ];
1262 groups = [ "default" ];
1263 platforms = [ ];
1264 source = {
1265 remotes = [ "https://rubygems.org" ];
1266 sha256 = "00c6x4ha7qiaaf88qdbyf240mk146zz78rbm4qwyaxmwlmk7q933";
1267 type = "gem";
1268 };
1269 version = "1.3.0";
1270 };
1271 countries = {
1272 dependencies = [
1273 "i18n_data"
1274 "sixarm_ruby_unaccent"
1275 ];
1276 groups = [ "default" ];
1277 platforms = [ ];
1278 source = {
1279 remotes = [ "https://rubygems.org" ];
1280 sha256 = "1ic1zbzqbrvb3myhgzpq4vigr3qnyl2r0vga84d9z5121cy8lbnk";
1281 type = "gem";
1282 };
1283 version = "4.0.1";
1284 };
1285 coverband = {
1286 dependencies = [
1287 "base64"
1288 "redis"
1289 ];
1290 groups = [ "default" ];
1291 platforms = [ ];
1292 source = {
1293 remotes = [ "https://rubygems.org" ];
1294 sha256 = "09c21zxv7lsq5ih5rp214y38hcjm3pg5n3as1mqc2w0gn3lkn5s5";
1295 type = "gem";
1296 };
1297 version = "6.1.5";
1298 };
1299 crack = {
1300 dependencies = [ "safe_yaml" ];
1301 groups = [
1302 "default"
1303 "test"
1304 ];
1305 platforms = [ ];
1306 source = {
1307 remotes = [ "https://rubygems.org" ];
1308 sha256 = "0abb0fvgw00akyik1zxnq7yv391va148151qxdghnzngv66bl62k";
1309 type = "gem";
1310 };
1311 version = "0.4.3";
1312 };
1313 crass = {
1314 groups = [
1315 "default"
1316 "development"
1317 "test"
1318 ];
1319 platforms = [ ];
1320 source = {
1321 remotes = [ "https://rubygems.org" ];
1322 sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
1323 type = "gem";
1324 };
1325 version = "1.0.6";
1326 };
1327 creole = {
1328 groups = [ "default" ];
1329 platforms = [ ];
1330 source = {
1331 remotes = [ "https://rubygems.org" ];
1332 sha256 = "00rcscz16idp6dx0dk5yi5i0fz593i3r6anbn5bg2q07v3i025wm";
1333 type = "gem";
1334 };
1335 version = "0.5.0";
1336 };
1337 css_parser = {
1338 dependencies = [ "addressable" ];
1339 groups = [
1340 "default"
1341 "development"
1342 ];
1343 platforms = [ ];
1344 source = {
1345 remotes = [ "https://rubygems.org" ];
1346 sha256 = "04q1vin8slr3k8mp76qz0wqgap6f9kdsbryvgfq9fljhrm463kpj";
1347 type = "gem";
1348 };
1349 version = "1.14.0";
1350 };
1351 cssbundling-rails = {
1352 dependencies = [ "railties" ];
1353 groups = [ "default" ];
1354 platforms = [ ];
1355 source = {
1356 remotes = [ "https://rubygems.org" ];
1357 sha256 = "0hbfji8lddlvsk9x70s5xvafl3w31v6mm5wjrn7rrb14gmdcvbjk";
1358 type = "gem";
1359 };
1360 version = "1.4.3";
1361 };
1362 csv = {
1363 groups = [
1364 "default"
1365 "development"
1366 "test"
1367 ];
1368 platforms = [ ];
1369 source = {
1370 remotes = [ "https://rubygems.org" ];
1371 sha256 = "0zfn40dvgjk1xv1z8l11hr9jfg3jncwsc9yhzsz4l4rivkpivg8b";
1372 type = "gem";
1373 };
1374 version = "3.3.0";
1375 };
1376 csv_builder = {
1377 groups = [ "default" ];
1378 platforms = [ ];
1379 source = {
1380 path = "${src}/gems/csv_builder";
1381 type = "path";
1382 };
1383 version = "0.1.0";
1384 };
1385 cvss-suite = {
1386 groups = [ "default" ];
1387 platforms = [ ];
1388 source = {
1389 remotes = [ "https://rubygems.org" ];
1390 sha256 = "0hyqdsh7zrgfq8hjvgnk9ij5qrj3j51m650nrfqk7n6mw30ry6al";
1391 type = "gem";
1392 };
1393 version = "3.3.0";
1394 };
1395 danger = {
1396 dependencies = [
1397 "claide"
1398 "claide-plugins"
1399 "colored2"
1400 "cork"
1401 "faraday"
1402 "faraday-http-cache"
1403 "git"
1404 "kramdown"
1405 "kramdown-parser-gfm"
1406 "no_proxy_fix"
1407 "octokit"
1408 "terminal-table"
1409 ];
1410 groups = [
1411 "danger"
1412 "default"
1413 "development"
1414 "test"
1415 ];
1416 platforms = [ ];
1417 source = {
1418 remotes = [ "https://rubygems.org" ];
1419 sha256 = "104x4p9rmk8frf4l858p171vjaif7mqgxspx61d26c0hfg355ra3";
1420 type = "gem";
1421 };
1422 version = "9.4.2";
1423 };
1424 danger-gitlab = {
1425 dependencies = [
1426 "danger"
1427 "gitlab"
1428 ];
1429 groups = [
1430 "danger"
1431 "development"
1432 "test"
1433 ];
1434 platforms = [ ];
1435 source = {
1436 remotes = [ "https://rubygems.org" ];
1437 sha256 = "1a530kx5s5rbx5yx3jqay56lkksqh0yj468hcpg16faiyv8dfza9";
1438 type = "gem";
1439 };
1440 version = "8.0.0";
1441 };
1442 database_cleaner-active_record = {
1443 dependencies = [
1444 "activerecord"
1445 "database_cleaner-core"
1446 ];
1447 groups = [
1448 "development"
1449 "test"
1450 ];
1451 platforms = [ ];
1452 source = {
1453 remotes = [ "https://rubygems.org" ];
1454 sha256 = "1jxzgg3yccp3gjncl5ih0y13dcappmy0y8pq85wgjj0yx5fh0ixy";
1455 type = "gem";
1456 };
1457 version = "2.2.1";
1458 };
1459 database_cleaner-core = {
1460 groups = [
1461 "default"
1462 "development"
1463 "test"
1464 ];
1465 platforms = [ ];
1466 source = {
1467 remotes = [ "https://rubygems.org" ];
1468 sha256 = "0v44bn386ipjjh4m2kl53dal8g4d41xajn2jggnmjbhn6965fil6";
1469 type = "gem";
1470 };
1471 version = "2.0.1";
1472 };
1473 date = {
1474 groups = [
1475 "default"
1476 "development"
1477 "test"
1478 ];
1479 platforms = [ ];
1480 source = {
1481 remotes = [ "https://rubygems.org" ];
1482 sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz";
1483 type = "gem";
1484 };
1485 version = "3.4.1";
1486 };
1487 deb_version = {
1488 groups = [ "default" ];
1489 platforms = [ ];
1490 source = {
1491 remotes = [ "https://rubygems.org" ];
1492 sha256 = "04z75v3wdghqbahgipvz8y75krkqq17jbbna349ddl9ggwfr27y2";
1493 type = "gem";
1494 };
1495 version = "1.0.2";
1496 };
1497 debug = {
1498 dependencies = [
1499 "irb"
1500 "reline"
1501 ];
1502 groups = [ "development" ];
1503 platforms = [ ];
1504 source = {
1505 remotes = [ "https://rubygems.org" ];
1506 sha256 = "1wmfy5n5v2rzpr5vz698sqfj1gl596bxrqw44sahq4x0rxjdn98l";
1507 type = "gem";
1508 };
1509 version = "1.11.0";
1510 };
1511 debug_inspector = {
1512 groups = [
1513 "default"
1514 "test"
1515 ];
1516 platforms = [ ];
1517 source = {
1518 remotes = [ "https://rubygems.org" ];
1519 sha256 = "01l678ng12rby6660pmwagmyg8nccvjfgs3487xna7ay378a59ga";
1520 type = "gem";
1521 };
1522 version = "1.1.0";
1523 };
1524 deckar01-task_list = {
1525 dependencies = [ "html-pipeline" ];
1526 groups = [ "default" ];
1527 platforms = [ ];
1528 source = {
1529 remotes = [ "https://rubygems.org" ];
1530 sha256 = "0rqn9jh45gsw045c6fm05875bpj2xbhnff5m5drmk9wy01zdrav6";
1531 type = "gem";
1532 };
1533 version = "2.3.4";
1534 };
1535 declarative = {
1536 groups = [ "default" ];
1537 platforms = [ ];
1538 source = {
1539 remotes = [ "https://rubygems.org" ];
1540 sha256 = "1yczgnqrbls7shrg63y88g7wand2yp9h6sf56c9bdcksn5nds8c0";
1541 type = "gem";
1542 };
1543 version = "0.0.20";
1544 };
1545 declarative_policy = {
1546 groups = [ "default" ];
1547 platforms = [ ];
1548 source = {
1549 remotes = [ "https://rubygems.org" ];
1550 sha256 = "1s76qc7fz4ww4nf545jyp4fd3j10cn8zhbxii7pxdnkyr1zsdias";
1551 type = "gem";
1552 };
1553 version = "2.0.1";
1554 };
1555 deprecation_toolkit = {
1556 dependencies = [ "activesupport" ];
1557 groups = [
1558 "development"
1559 "test"
1560 ];
1561 platforms = [ ];
1562 source = {
1563 remotes = [ "https://rubygems.org" ];
1564 sha256 = "09i5rffqgn9idg7nk47zfhrf3lnwsjws1xlqxqkj7lncmrgdgnmi";
1565 type = "gem";
1566 };
1567 version = "2.2.4";
1568 };
1569 derailed_benchmarks = {
1570 dependencies = [
1571 "base64"
1572 "benchmark-ips"
1573 "bigdecimal"
1574 "drb"
1575 "get_process_mem"
1576 "heapy"
1577 "logger"
1578 "memory_profiler"
1579 "mini_histogram"
1580 "mutex_m"
1581 "ostruct"
1582 "rack"
1583 "rack-test"
1584 "rake"
1585 "ruby-statistics"
1586 "ruby2_keywords"
1587 "thor"
1588 ];
1589 groups = [ "test" ];
1590 platforms = [ ];
1591 source = {
1592 remotes = [ "https://rubygems.org" ];
1593 sha256 = "0fa4bl6afnqqq55fp45bmwin02dgrw7zq9zwv2f1rm6y9xk80hk5";
1594 type = "gem";
1595 };
1596 version = "2.2.1";
1597 };
1598 descendants_tracker = {
1599 dependencies = [ "thread_safe" ];
1600 groups = [
1601 "default"
1602 "test"
1603 ];
1604 platforms = [ ];
1605 source = {
1606 remotes = [ "https://rubygems.org" ];
1607 sha256 = "15q8g3fcqyb41qixn6cky0k3p86291y7xsh1jfd851dvrza1vi79";
1608 type = "gem";
1609 };
1610 version = "0.0.4";
1611 };
1612 devfile = {
1613 groups = [ "default" ];
1614 platforms = [ ];
1615 source = {
1616 remotes = [ "https://rubygems.org" ];
1617 sha256 = "1nnd5jbasxvk9wjjy68yymd98ah8wjzkrpskvs74djl8rj8yzj6j";
1618 type = "gem";
1619 };
1620 version = "0.4.8";
1621 };
1622 device_detector = {
1623 groups = [ "default" ];
1624 platforms = [ ];
1625 source = {
1626 remotes = [ "https://rubygems.org" ];
1627 sha256 = "0ycwbakxxir8dwh2fwg47hvi05dvp1s20fqr3yh8lbmb5kj3zzn5";
1628 type = "gem";
1629 };
1630 version = "1.1.3";
1631 };
1632 devise = {
1633 dependencies = [
1634 "bcrypt"
1635 "orm_adapter"
1636 "railties"
1637 "responders"
1638 "warden"
1639 ];
1640 groups = [ "default" ];
1641 platforms = [ ];
1642 source = {
1643 remotes = [ "https://rubygems.org" ];
1644 sha256 = "1y57fpcvy1kjd4nb7zk7mvzq62wqcpfynrgblj558k3hbvz4404j";
1645 type = "gem";
1646 };
1647 version = "4.9.4";
1648 };
1649 devise-pbkdf2-encryptable = {
1650 dependencies = [
1651 "devise"
1652 "devise-two-factor"
1653 ];
1654 groups = [ "default" ];
1655 platforms = [ ];
1656 source = {
1657 path = "${src}/vendor/gems/devise-pbkdf2-encryptable";
1658 type = "path";
1659 };
1660 version = "0.0.0";
1661 };
1662 devise-two-factor = {
1663 dependencies = [
1664 "activesupport"
1665 "attr_encrypted"
1666 "devise"
1667 "railties"
1668 "rotp"
1669 ];
1670 groups = [ "default" ];
1671 platforms = [ ];
1672 source = {
1673 remotes = [ "https://rubygems.org" ];
1674 sha256 = "15cbgb0hyq78myc6aaszzdrd9qll9n3qdhykmrx22qiyac3mnpy9";
1675 type = "gem";
1676 };
1677 version = "4.1.1";
1678 };
1679 diff-lcs = {
1680 groups = [
1681 "default"
1682 "development"
1683 "test"
1684 ];
1685 platforms = [ ];
1686 source = {
1687 remotes = [ "https://rubygems.org" ];
1688 sha256 = "0rwvjahnp7cpmracd8x732rjgnilqv2sx7d1gfrysslc3h039fa9";
1689 type = "gem";
1690 };
1691 version = "1.5.0";
1692 };
1693 diff_match_patch = {
1694 groups = [ "default" ];
1695 platforms = [ ];
1696 source = {
1697 path = "${src}/vendor/gems/diff_match_patch";
1698 type = "path";
1699 };
1700 version = "0.1.0";
1701 };
1702 diffy = {
1703 groups = [ "default" ];
1704 platforms = [ ];
1705 source = {
1706 remotes = [ "https://rubygems.org" ];
1707 sha256 = "1qs7drxvyzk3dg22xgblc12lq5kww9hhj7vpn8ay3l42rasllf3r";
1708 type = "gem";
1709 };
1710 version = "3.4.4";
1711 };
1712 digest-crc = {
1713 dependencies = [ "rake" ];
1714 groups = [ "default" ];
1715 platforms = [ ];
1716 source = {
1717 remotes = [ "https://rubygems.org" ];
1718 sha256 = "09114ndpnnyamc2q07bmpzw7kp3rbbfv7plmxcbzzi9d6prmd92w";
1719 type = "gem";
1720 };
1721 version = "0.6.5";
1722 };
1723 docile = {
1724 groups = [
1725 "coverage"
1726 "default"
1727 "development"
1728 "test"
1729 ];
1730 platforms = [ ];
1731 source = {
1732 remotes = [ "https://rubygems.org" ];
1733 sha256 = "1lxqxgq71rqwj1lpl9q1mbhhhhhhdkkj7my341f2889pwayk85sz";
1734 type = "gem";
1735 };
1736 version = "1.4.0";
1737 };
1738 domain_name = {
1739 dependencies = [ "unf" ];
1740 groups = [ "default" ];
1741 platforms = [ ];
1742 source = {
1743 remotes = [ "https://rubygems.org" ];
1744 sha256 = "0lcqjsmixjp52bnlgzh4lg9ppsk52x9hpwdjd53k8jnbah2602h0";
1745 type = "gem";
1746 };
1747 version = "0.5.20190701";
1748 };
1749 doorkeeper = {
1750 dependencies = [ "railties" ];
1751 groups = [ "default" ];
1752 platforms = [ ];
1753 source = {
1754 remotes = [ "https://rubygems.org" ];
1755 sha256 = "1lsh9lzrglqlwm9icmn0ggrwjc9iy9308f9m59z1w2srmyp0fgd7";
1756 type = "gem";
1757 };
1758 version = "5.8.2";
1759 };
1760 doorkeeper-device_authorization_grant = {
1761 dependencies = [ "doorkeeper" ];
1762 groups = [ "default" ];
1763 platforms = [ ];
1764 source = {
1765 remotes = [ "https://rubygems.org" ];
1766 sha256 = "0y96jc05c26ld35q121yj1g7lfcb55jfsn6d1s2l42fml09arhwl";
1767 type = "gem";
1768 };
1769 version = "1.0.3";
1770 };
1771 doorkeeper-openid_connect = {
1772 dependencies = [
1773 "doorkeeper"
1774 "jwt"
1775 "ostruct"
1776 ];
1777 groups = [ "default" ];
1778 platforms = [ ];
1779 source = {
1780 remotes = [ "https://rubygems.org" ];
1781 sha256 = "1lznnxv845lb513s8gs2wckg3vrbj1w573sbs1agmxbn670akaaj";
1782 type = "gem";
1783 };
1784 version = "1.8.11";
1785 };
1786 dotenv = {
1787 groups = [ "default" ];
1788 platforms = [ ];
1789 source = {
1790 remotes = [ "https://rubygems.org" ];
1791 sha256 = "0iym172c5337sm1x2ykc2i3f961vj3wdclbyg1x6sxs3irgfsl94";
1792 type = "gem";
1793 };
1794 version = "2.7.6";
1795 };
1796 drb = {
1797 groups = [
1798 "default"
1799 "development"
1800 "monorepo"
1801 "test"
1802 ];
1803 platforms = [ ];
1804 source = {
1805 remotes = [ "https://rubygems.org" ];
1806 sha256 = "0wrkl7yiix268s2md1h6wh91311w95ikd8fy8m5gx589npyxc00b";
1807 type = "gem";
1808 };
1809 version = "2.2.3";
1810 };
1811 dry-cli = {
1812 groups = [ "default" ];
1813 platforms = [ ];
1814 source = {
1815 remotes = [ "https://rubygems.org" ];
1816 sha256 = "1w39jms4bsggxvl23cxanhccv1ngb6nqxsqhi784v5bjz1lx3si8";
1817 type = "gem";
1818 };
1819 version = "1.0.0";
1820 };
1821 dry-core = {
1822 dependencies = [
1823 "concurrent-ruby"
1824 "zeitwerk"
1825 ];
1826 groups = [
1827 "default"
1828 "development"
1829 "test"
1830 ];
1831 platforms = [ ];
1832 source = {
1833 remotes = [ "https://rubygems.org" ];
1834 sha256 = "03a5qn74c4lk2rpy6wlhv66synjlyzc4wn086xzphkpmw12l4bzk";
1835 type = "gem";
1836 };
1837 version = "1.0.1";
1838 };
1839 dry-inflector = {
1840 groups = [
1841 "default"
1842 "development"
1843 "test"
1844 ];
1845 platforms = [ ];
1846 source = {
1847 remotes = [ "https://rubygems.org" ];
1848 sha256 = "09hnvna3lg2x36li63988kv664d0zvy7y0z33803yvrdr9hj7lka";
1849 type = "gem";
1850 };
1851 version = "1.0.0";
1852 };
1853 dry-logic = {
1854 dependencies = [
1855 "concurrent-ruby"
1856 "dry-core"
1857 "zeitwerk"
1858 ];
1859 groups = [
1860 "default"
1861 "development"
1862 "test"
1863 ];
1864 platforms = [ ];
1865 source = {
1866 remotes = [ "https://rubygems.org" ];
1867 sha256 = "05nldkc154r0qzlhss7n5klfiyyz05x2fkq08y13s34py6023vcr";
1868 type = "gem";
1869 };
1870 version = "1.5.0";
1871 };
1872 dry-types = {
1873 dependencies = [
1874 "concurrent-ruby"
1875 "dry-core"
1876 "dry-inflector"
1877 "dry-logic"
1878 "zeitwerk"
1879 ];
1880 groups = [
1881 "default"
1882 "development"
1883 "test"
1884 ];
1885 platforms = [ ];
1886 source = {
1887 remotes = [ "https://rubygems.org" ];
1888 sha256 = "1f6dz0hm67rhybh6xq2s3vvr700cp43kf50z2lids62s2i0mh5hj";
1889 type = "gem";
1890 };
1891 version = "1.7.1";
1892 };
1893 dumb_delegator = {
1894 groups = [
1895 "default"
1896 "test"
1897 ];
1898 platforms = [ ];
1899 source = {
1900 remotes = [ "https://rubygems.org" ];
1901 sha256 = "151fdn7y0gqs7f6y3y7rn3frv0z359qrw9hb4s7avn6j2qc42ppz";
1902 type = "gem";
1903 };
1904 version = "1.0.0";
1905 };
1906 duo_api = {
1907 groups = [ "default" ];
1908 platforms = [ ];
1909 source = {
1910 remotes = [ "https://rubygems.org" ];
1911 sha256 = "0xq8ikcphbxgwdyvmzm1162znrz6j0wsr2bkmwa4nvjf303b99h6";
1912 type = "gem";
1913 };
1914 version = "1.4.0";
1915 };
1916 ed25519 = {
1917 groups = [ "default" ];
1918 platforms = [ ];
1919 source = {
1920 remotes = [ "https://rubygems.org" ];
1921 sha256 = "01n5rbyws1ijwc5dw7s88xx3zzacxx9k97qn8x11b6k8k18pzs8n";
1922 type = "gem";
1923 };
1924 version = "1.4.0";
1925 };
1926 elasticsearch = {
1927 dependencies = [
1928 "elasticsearch-api"
1929 "elasticsearch-transport"
1930 ];
1931 groups = [ "default" ];
1932 platforms = [ ];
1933 source = {
1934 remotes = [ "https://rubygems.org" ];
1935 sha256 = "11pw5x7kg6f6m8rqy2kpbzdlnvijjpmbqkj2gz8237wkbl40y27d";
1936 type = "gem";
1937 };
1938 version = "7.17.11";
1939 };
1940 elasticsearch-api = {
1941 dependencies = [ "multi_json" ];
1942 groups = [ "default" ];
1943 platforms = [ ];
1944 source = {
1945 remotes = [ "https://rubygems.org" ];
1946 sha256 = "01wi43a3zylrq2vca08vir5va142g5m3jcsak3rprjck8jvggn7y";
1947 type = "gem";
1948 };
1949 version = "7.17.11";
1950 };
1951 elasticsearch-model = {
1952 dependencies = [
1953 "activesupport"
1954 "elasticsearch"
1955 "hashie"
1956 ];
1957 groups = [ "default" ];
1958 platforms = [ ];
1959 source = {
1960 remotes = [ "https://rubygems.org" ];
1961 sha256 = "02x2wvd22wwi2v6pps7y4advzkyfbhxn0fgsai49zcjbcrblnp4b";
1962 type = "gem";
1963 };
1964 version = "7.2.1";
1965 };
1966 elasticsearch-rails = {
1967 groups = [ "default" ];
1968 platforms = [ ];
1969 source = {
1970 remotes = [ "https://rubygems.org" ];
1971 sha256 = "1r2nh6csdlbfk5hqq5qbvvw1kvv6qa382alil2ixjn33jl7dql07";
1972 type = "gem";
1973 };
1974 version = "7.2.1";
1975 };
1976 elasticsearch-transport = {
1977 dependencies = [
1978 "base64"
1979 "faraday"
1980 "multi_json"
1981 ];
1982 groups = [ "default" ];
1983 platforms = [ ];
1984 source = {
1985 remotes = [ "https://rubygems.org" ];
1986 sha256 = "00qgyyvjyyv7z22qjd408pby1h7902gdwkh8h3z3jk2y57amg06i";
1987 type = "gem";
1988 };
1989 version = "7.17.11";
1990 };
1991 email_reply_trimmer = {
1992 groups = [ "default" ];
1993 platforms = [ ];
1994 source = {
1995 remotes = [ "https://rubygems.org" ];
1996 sha256 = "0vijywhy1acsq4187ss6w8a7ksswaf1d5np3wbj962b6rqif5vcz";
1997 type = "gem";
1998 };
1999 version = "0.1.6";
2000 };
2001 email_spec = {
2002 dependencies = [
2003 "htmlentities"
2004 "launchy"
2005 "mail"
2006 ];
2007 groups = [ "test" ];
2008 platforms = [ ];
2009 source = {
2010 remotes = [ "https://rubygems.org" ];
2011 sha256 = "049dhlyy2hcksp1wj9mx2fngk5limkm3afxysnizg1hi2dxbw8yz";
2012 type = "gem";
2013 };
2014 version = "2.3.0";
2015 };
2016 email_validator = {
2017 dependencies = [ "activemodel" ];
2018 groups = [ "default" ];
2019 platforms = [ ];
2020 source = {
2021 remotes = [ "https://rubygems.org" ];
2022 sha256 = "0106y8xakq6frv2xc68zz76q2l2cqvhfjc7ji69yyypcbc4kicjs";
2023 type = "gem";
2024 };
2025 version = "2.2.4";
2026 };
2027 encryptor = {
2028 groups = [ "default" ];
2029 platforms = [ ];
2030 source = {
2031 remotes = [ "https://rubygems.org" ];
2032 sha256 = "0s8rvfl0vn8w7k1sgkc234060jh468s3zd45xa64p1jdmfa3zwmb";
2033 type = "gem";
2034 };
2035 version = "3.0.0";
2036 };
2037 error_tracking_open_api = {
2038 dependencies = [ "typhoeus" ];
2039 groups = [ "default" ];
2040 platforms = [ ];
2041 source = {
2042 path = "${src}/gems/error_tracking_open_api";
2043 type = "path";
2044 };
2045 version = "1.0.0";
2046 };
2047 erubi = {
2048 groups = [
2049 "default"
2050 "development"
2051 "test"
2052 ];
2053 platforms = [ ];
2054 source = {
2055 remotes = [ "https://rubygems.org" ];
2056 sha256 = "08s75vs9cxlc4r1q2bjg4br8g9wc5lc5x5vl0vv4zq5ivxsdpgi7";
2057 type = "gem";
2058 };
2059 version = "1.12.0";
2060 };
2061 escape_utils = {
2062 groups = [
2063 "default"
2064 "development"
2065 "test"
2066 ];
2067 platforms = [ ];
2068 source = {
2069 remotes = [ "https://rubygems.org" ];
2070 sha256 = "029c7kynhkxw8fgq9q171xi68ajfqrb22r7drvkar018j8871yyz";
2071 type = "gem";
2072 };
2073 version = "1.3.0";
2074 };
2075 et-orbi = {
2076 dependencies = [ "tzinfo" ];
2077 groups = [ "default" ];
2078 platforms = [ ];
2079 source = {
2080 remotes = [ "https://rubygems.org" ];
2081 sha256 = "0r6zylqjfv0xhdxvldr0kgmnglm57nm506pcm6085f0xqa68cvnj";
2082 type = "gem";
2083 };
2084 version = "1.2.11";
2085 };
2086 ethon = {
2087 dependencies = [ "ffi" ];
2088 groups = [ "default" ];
2089 platforms = [ ];
2090 source = {
2091 remotes = [ "https://rubygems.org" ];
2092 sha256 = "17ix0mijpsy3y0c6ywrk5ibarmvqzjsirjyprpsy3hwax8fdm85v";
2093 type = "gem";
2094 };
2095 version = "0.16.0";
2096 };
2097 excon = {
2098 dependencies = [ "logger" ];
2099 groups = [
2100 "default"
2101 "test"
2102 ];
2103 platforms = [ ];
2104 source = {
2105 remotes = [ "https://rubygems.org" ];
2106 sha256 = "1gj6h2r9ylkmz9wjlf6p04d3hw99qfnf0wb081lzjx3alk13ngfq";
2107 type = "gem";
2108 };
2109 version = "1.3.0";
2110 };
2111 execjs = {
2112 groups = [ "default" ];
2113 platforms = [ ];
2114 source = {
2115 remotes = [ "https://rubygems.org" ];
2116 sha256 = "121h6af4i6wr3wxvv84y53jcyw2sk71j5wsncm6wq6yqrwcrk4vd";
2117 type = "gem";
2118 };
2119 version = "2.8.1";
2120 };
2121 expgen = {
2122 dependencies = [ "parslet" ];
2123 groups = [
2124 "default"
2125 "development"
2126 "test"
2127 ];
2128 platforms = [ ];
2129 source = {
2130 remotes = [ "https://rubygems.org" ];
2131 sha256 = "0fd2sdh3lc3x0qds30czli8k5qr45bkb7ssx0kb038hhn9jhysjf";
2132 type = "gem";
2133 };
2134 version = "0.1.1";
2135 };
2136 expression_parser = {
2137 groups = [ "default" ];
2138 platforms = [ ];
2139 source = {
2140 remotes = [ "https://rubygems.org" ];
2141 sha256 = "1938z3wmmdabqxlh5d5c56xfg1jc6z15p7zjyhvk7364zwydnmib";
2142 type = "gem";
2143 };
2144 version = "0.9.0";
2145 };
2146 extended-markdown-filter = {
2147 dependencies = [ "html-pipeline" ];
2148 groups = [
2149 "default"
2150 "development"
2151 "test"
2152 ];
2153 platforms = [ ];
2154 source = {
2155 remotes = [ "https://rubygems.org" ];
2156 sha256 = "0f7isjr3vpvmyc3arqcgn1fc69axxd73xk87nk31ibpv15sfzvn8";
2157 type = "gem";
2158 };
2159 version = "0.7.0";
2160 };
2161 factory_bot = {
2162 dependencies = [ "activesupport" ];
2163 groups = [
2164 "default"
2165 "development"
2166 "test"
2167 ];
2168 platforms = [ ];
2169 source = {
2170 remotes = [ "https://rubygems.org" ];
2171 sha256 = "0q927lvgjqj0xaplxhicj5xv8xadx3957mank3p7g01vb6iv6x33";
2172 type = "gem";
2173 };
2174 version = "6.5.0";
2175 };
2176 factory_bot_rails = {
2177 dependencies = [
2178 "factory_bot"
2179 "railties"
2180 ];
2181 groups = [
2182 "development"
2183 "test"
2184 ];
2185 platforms = [ ];
2186 source = {
2187 remotes = [ "https://rubygems.org" ];
2188 sha256 = "18n06y5ww7d08w296b6fpzx05yywp5r8p88j0k37r994aiin2ysa";
2189 type = "gem";
2190 };
2191 version = "6.5.0";
2192 };
2193 faraday = {
2194 dependencies = [
2195 "faraday-net_http"
2196 "json"
2197 "logger"
2198 ];
2199 groups = [
2200 "danger"
2201 "default"
2202 "development"
2203 "test"
2204 ];
2205 platforms = [ ];
2206 source = {
2207 remotes = [ "https://rubygems.org" ];
2208 sha256 = "09mcghancmn0s5cwk2xz581j3xm3xqxfv0yxg75axnyhrx9gy6f7";
2209 type = "gem";
2210 };
2211 version = "2.13.4";
2212 };
2213 faraday-follow_redirects = {
2214 dependencies = [ "faraday" ];
2215 groups = [ "default" ];
2216 platforms = [ ];
2217 source = {
2218 remotes = [ "https://rubygems.org" ];
2219 sha256 = "1y87p3yk15bjbk0z9mf01r50lzxvp7agr56lbm9gxiz26mb9fbfr";
2220 type = "gem";
2221 };
2222 version = "0.3.0";
2223 };
2224 faraday-http-cache = {
2225 dependencies = [ "faraday" ];
2226 groups = [
2227 "danger"
2228 "default"
2229 "development"
2230 "test"
2231 ];
2232 platforms = [ ];
2233 source = {
2234 remotes = [ "https://rubygems.org" ];
2235 sha256 = "0qvl49xpl2mwxgcj6aj11qrjk94xrqhbnpl5vp1y2275crnkddv4";
2236 type = "gem";
2237 };
2238 version = "2.5.0";
2239 };
2240 faraday-multipart = {
2241 dependencies = [ "multipart-post" ];
2242 groups = [ "default" ];
2243 platforms = [ ];
2244 source = {
2245 remotes = [ "https://rubygems.org" ];
2246 sha256 = "00w9imp55hi81q0wsgwak90ldkk7gbyb8nzmmv8hy0s907s8z8bp";
2247 type = "gem";
2248 };
2249 version = "1.1.1";
2250 };
2251 faraday-net_http = {
2252 dependencies = [ "net-http" ];
2253 groups = [
2254 "danger"
2255 "default"
2256 "development"
2257 "test"
2258 ];
2259 platforms = [ ];
2260 source = {
2261 remotes = [ "https://rubygems.org" ];
2262 sha256 = "17w51yk4rrm9rpnbc3x509s619kba0jga3qrj4b17l30950vw9qn";
2263 type = "gem";
2264 };
2265 version = "3.1.0";
2266 };
2267 faraday-net_http_persistent = {
2268 dependencies = [
2269 "faraday"
2270 "net-http-persistent"
2271 ];
2272 groups = [ "default" ];
2273 platforms = [ ];
2274 source = {
2275 remotes = [ "https://rubygems.org" ];
2276 sha256 = "02yydasm9qlq59dnj3dldaqd0xidxyx59pnr2iqygnjn7yqj05xl";
2277 type = "gem";
2278 };
2279 version = "2.1.0";
2280 };
2281 faraday-retry = {
2282 dependencies = [ "faraday" ];
2283 groups = [ "default" ];
2284 platforms = [ ];
2285 source = {
2286 remotes = [ "https://rubygems.org" ];
2287 sha256 = "023ncwlagnf2irx2ckyj1pg1f1x436jgr4a5y45mih298p8zwij1";
2288 type = "gem";
2289 };
2290 version = "2.2.1";
2291 };
2292 faraday-typhoeus = {
2293 dependencies = [
2294 "faraday"
2295 "typhoeus"
2296 ];
2297 groups = [ "default" ];
2298 platforms = [ ];
2299 source = {
2300 remotes = [ "https://rubygems.org" ];
2301 sha256 = "1rwhd2f78vqj0wkkdah395apx6igp5xf82n5xgixs61q45y19ii4";
2302 type = "gem";
2303 };
2304 version = "1.1.0";
2305 };
2306 faraday_middleware-aws-sigv4 = {
2307 dependencies = [
2308 "aws-sigv4"
2309 "faraday"
2310 ];
2311 groups = [ "default" ];
2312 platforms = [ ];
2313 source = {
2314 remotes = [ "https://rubygems.org" ];
2315 sha256 = "13xym8pfjh1j2pf63r45ybdy6p4hjrqn4algml5wd8bwd17yl0d0";
2316 type = "gem";
2317 };
2318 version = "1.0.1";
2319 };
2320 fast_blank = {
2321 groups = [ "default" ];
2322 platforms = [ ];
2323 source = {
2324 remotes = [ "https://rubygems.org" ];
2325 sha256 = "1shpmamyzyhyxmv95r96ja5rylzaw60r19647d0fdm7y2h2c77r6";
2326 type = "gem";
2327 };
2328 version = "1.0.1";
2329 };
2330 fast_gettext = {
2331 dependencies = [
2332 "prime"
2333 "racc"
2334 ];
2335 groups = [ "default" ];
2336 platforms = [ ];
2337 source = {
2338 remotes = [ "https://rubygems.org" ];
2339 sha256 = "0qr73k69pk5sjgkysrfar0sghrx0shz7kkfjcab200fnfqk62swf";
2340 type = "gem";
2341 };
2342 version = "4.1.0";
2343 };
2344 ffaker = {
2345 groups = [ "default" ];
2346 platforms = [ ];
2347 source = {
2348 remotes = [ "https://rubygems.org" ];
2349 sha256 = "0ljxb9kqssp70waz0an1ppm33821r0dbvs4b75qbqbv05p0ziqs3";
2350 type = "gem";
2351 };
2352 version = "2.24.0";
2353 };
2354 ffi = {
2355 groups = [
2356 "default"
2357 "development"
2358 "kerberos"
2359 "test"
2360 ];
2361 platforms = [ ];
2362 source = {
2363 remotes = [ "https://rubygems.org" ];
2364 sha256 = "19kdyjg3kv7x0ad4xsd4swy5izsbb1vl1rpb6qqcqisr5s23awi9";
2365 type = "gem";
2366 };
2367 version = "1.17.2";
2368 };
2369 ffi-compiler = {
2370 dependencies = [
2371 "ffi"
2372 "rake"
2373 ];
2374 groups = [ "default" ];
2375 platforms = [ ];
2376 source = {
2377 remotes = [ "https://rubygems.org" ];
2378 sha256 = "0c2caqm9wqnbidcb8dj4wd3s902z15qmgxplwyfyqbwa0ydki7q1";
2379 type = "gem";
2380 };
2381 version = "1.0.1";
2382 };
2383 ffi-yajl = {
2384 dependencies = [ "libyajl2" ];
2385 groups = [ "default" ];
2386 platforms = [ ];
2387 source = {
2388 remotes = [ "https://rubygems.org" ];
2389 sha256 = "0dj3y95260rvlclkkcxak6c1dsrzbyr4wik7jv3y949r4w9adfk9";
2390 type = "gem";
2391 };
2392 version = "2.6.0";
2393 };
2394 fiber-annotation = {
2395 groups = [ "default" ];
2396 platforms = [ ];
2397 source = {
2398 remotes = [ "https://rubygems.org" ];
2399 sha256 = "00vcmynyvhny8n4p799rrhcx0m033hivy0s1gn30ix8rs7qsvgvs";
2400 type = "gem";
2401 };
2402 version = "0.2.0";
2403 };
2404 fiber-local = {
2405 dependencies = [ "fiber-storage" ];
2406 groups = [ "default" ];
2407 platforms = [ ];
2408 source = {
2409 remotes = [ "https://rubygems.org" ];
2410 sha256 = "01lz929qf3xa90vra1ai1kh059kf2c8xarfy6xbv1f8g457zk1f8";
2411 type = "gem";
2412 };
2413 version = "1.1.0";
2414 };
2415 fiber-storage = {
2416 groups = [ "default" ];
2417 platforms = [ ];
2418 source = {
2419 remotes = [ "https://rubygems.org" ];
2420 sha256 = "0b5fr7i4p2gfqv6k2d93124zcv2kbdzvamalbcb1hn1yzm12gxq2";
2421 type = "gem";
2422 };
2423 version = "0.1.2";
2424 };
2425 find_a_port = {
2426 groups = [
2427 "default"
2428 "development"
2429 "test"
2430 ];
2431 platforms = [ ];
2432 source = {
2433 remotes = [ "https://rubygems.org" ];
2434 sha256 = "1sswgpvn38yav4i21adrr7yy8c8299d7rj065gd3iwg6nn26lpb0";
2435 type = "gem";
2436 };
2437 version = "1.0.1";
2438 };
2439 flipper = {
2440 dependencies = [ "concurrent-ruby" ];
2441 groups = [ "default" ];
2442 platforms = [ ];
2443 source = {
2444 remotes = [ "https://rubygems.org" ];
2445 sha256 = "0sgqc90fs9bmphaaphr7366ngy9wj2g4513dfdc36r1ljij4lp7x";
2446 type = "gem";
2447 };
2448 version = "0.28.3";
2449 };
2450 flipper-active_record = {
2451 dependencies = [
2452 "activerecord"
2453 "flipper"
2454 ];
2455 groups = [ "default" ];
2456 platforms = [ ];
2457 source = {
2458 remotes = [ "https://rubygems.org" ];
2459 sha256 = "080rmmhz9kf4m3z845gqwm4f4cdr4pihhmsprxsjn1m8blk1raf6";
2460 type = "gem";
2461 };
2462 version = "0.28.3";
2463 };
2464 flipper-active_support_cache_store = {
2465 dependencies = [
2466 "activesupport"
2467 "flipper"
2468 ];
2469 groups = [ "default" ];
2470 platforms = [ ];
2471 source = {
2472 remotes = [ "https://rubygems.org" ];
2473 sha256 = "1zfrzfbbr7kc2g5bdvlvf0yd43vpjsfkmcyl07q0c0ljg42y46hi";
2474 type = "gem";
2475 };
2476 version = "0.28.3";
2477 };
2478 fog-aliyun = {
2479 dependencies = [
2480 "addressable"
2481 "aliyun-sdk"
2482 "fog-core"
2483 "fog-json"
2484 "ipaddress"
2485 "xml-simple"
2486 ];
2487 groups = [ "default" ];
2488 platforms = [ ];
2489 source = {
2490 remotes = [ "https://rubygems.org" ];
2491 sha256 = "0f6cwnq4vq628lgv1wn7fzmwgcpv840zbmcwpfpiwy7b9dh388wg";
2492 type = "gem";
2493 };
2494 version = "0.4.0";
2495 };
2496 fog-aws = {
2497 dependencies = [
2498 "base64"
2499 "fog-core"
2500 "fog-json"
2501 "fog-xml"
2502 ];
2503 groups = [ "default" ];
2504 platforms = [ ];
2505 source = {
2506 remotes = [ "https://rubygems.org" ];
2507 sha256 = "18m71bpib6x9shbjhmzww28pas15abngah7vmrkfigfnw5ccsjyf";
2508 type = "gem";
2509 };
2510 version = "3.33.0";
2511 };
2512 fog-core = {
2513 dependencies = [
2514 "builder"
2515 "excon"
2516 "formatador"
2517 "mime-types"
2518 ];
2519 groups = [
2520 "default"
2521 "test"
2522 ];
2523 platforms = [ ];
2524 source = {
2525 remotes = [ "https://rubygems.org" ];
2526 sha256 = "1rjv4iqr64arxv07bh84zzbr1y081h21592b5zjdrk937al8mq1z";
2527 type = "gem";
2528 };
2529 version = "2.6.0";
2530 };
2531 fog-google = {
2532 dependencies = [
2533 "addressable"
2534 "fog-core"
2535 "fog-json"
2536 "fog-xml"
2537 "google-apis-compute_v1"
2538 "google-apis-dns_v1"
2539 "google-apis-iamcredentials_v1"
2540 "google-apis-monitoring_v3"
2541 "google-apis-pubsub_v1"
2542 "google-apis-sqladmin_v1beta4"
2543 "google-apis-storage_v1"
2544 "google-cloud-env"
2545 ];
2546 groups = [
2547 "default"
2548 "test"
2549 ];
2550 platforms = [ ];
2551 source = {
2552 remotes = [ "https://rubygems.org" ];
2553 sha256 = "13z1ghq9ifd1n2yp1srf7r03hw7y5hl52frarbb8x4zmmfqa7bjq";
2554 type = "gem";
2555 };
2556 version = "1.25.0";
2557 };
2558 fog-json = {
2559 dependencies = [
2560 "fog-core"
2561 "multi_json"
2562 ];
2563 groups = [ "default" ];
2564 platforms = [ ];
2565 source = {
2566 remotes = [ "https://rubygems.org" ];
2567 sha256 = "1zj8llzc119zafbmfa4ai3z5s7c4vp9akfs0f9l2piyvcarmlkyx";
2568 type = "gem";
2569 };
2570 version = "1.2.0";
2571 };
2572 fog-local = {
2573 dependencies = [ "fog-core" ];
2574 groups = [ "default" ];
2575 platforms = [ ];
2576 source = {
2577 remotes = [ "https://rubygems.org" ];
2578 sha256 = "073ad9c07vnpx823a4x710cx3azbal8mgqhq21j2sfilafqzzd9b";
2579 type = "gem";
2580 };
2581 version = "0.9.0";
2582 };
2583 fog-xml = {
2584 dependencies = [
2585 "fog-core"
2586 "nokogiri"
2587 ];
2588 groups = [
2589 "default"
2590 "test"
2591 ];
2592 platforms = [ ];
2593 source = {
2594 remotes = [ "https://rubygems.org" ];
2595 sha256 = "1miv6zgglx4vddw2c17mpf6l36qn0abq7ngrxb9isih10yhzxfaj";
2596 type = "gem";
2597 };
2598 version = "0.1.5";
2599 };
2600 formatador = {
2601 groups = [ "default" ];
2602 platforms = [ ];
2603 source = {
2604 remotes = [ "https://rubygems.org" ];
2605 sha256 = "1gc26phrwlmlqrmz4bagq1wd5b7g64avpx0ghxr9xdxcvmlii0l0";
2606 type = "gem";
2607 };
2608 version = "0.2.5";
2609 };
2610 forwardable = {
2611 groups = [
2612 "default"
2613 "development"
2614 ];
2615 platforms = [ ];
2616 source = {
2617 remotes = [ "https://rubygems.org" ];
2618 sha256 = "1b5g1i3xdvmxxpq4qp0z4v78ivqnazz26w110fh4cvzsdayz8zgi";
2619 type = "gem";
2620 };
2621 version = "1.3.3";
2622 };
2623 fugit = {
2624 dependencies = [
2625 "et-orbi"
2626 "raabro"
2627 ];
2628 groups = [ "default" ];
2629 platforms = [ ];
2630 source = {
2631 remotes = [ "https://rubygems.org" ];
2632 sha256 = "1zp6zpc4ahpd4gdnz5s672n7x113p6h478qc9m8x8y0cfm7j6bjc";
2633 type = "gem";
2634 };
2635 version = "1.11.2";
2636 };
2637 fuzzyurl = {
2638 groups = [ "default" ];
2639 platforms = [ ];
2640 source = {
2641 remotes = [ "https://rubygems.org" ];
2642 sha256 = "03qchs33vfwbsv5awxg3acfmlcrf5xbhnbrc83fdpamwya0glbjl";
2643 type = "gem";
2644 };
2645 version = "0.9.0";
2646 };
2647 gapic-common = {
2648 dependencies = [
2649 "faraday"
2650 "faraday-retry"
2651 "google-protobuf"
2652 "googleapis-common-protos"
2653 "googleapis-common-protos-types"
2654 "googleauth"
2655 "grpc"
2656 ];
2657 groups = [ "default" ];
2658 platforms = [ ];
2659 source = {
2660 remotes = [ "https://rubygems.org" ];
2661 sha256 = "0rlka373b2iva4dz2diz2zx7jyx617hwqvnfx2hs5xs0nh24fc5g";
2662 type = "gem";
2663 };
2664 version = "0.20.0";
2665 };
2666 gdk-toogle = {
2667 dependencies = [
2668 "haml"
2669 "rails"
2670 ];
2671 groups = [ "development" ];
2672 platforms = [ ];
2673 source = {
2674 remotes = [ "https://rubygems.org" ];
2675 sha256 = "0jfjp87f4zi5jp8ydwabvfz3dv115ickaaasbs8c096kfqjrgf1q";
2676 type = "gem";
2677 };
2678 version = "0.9.5";
2679 };
2680 gemoji = {
2681 groups = [
2682 "default"
2683 "development"
2684 "test"
2685 ];
2686 platforms = [ ];
2687 source = {
2688 remotes = [ "https://rubygems.org" ];
2689 sha256 = "0vgklpmhdz98xayln5hhqv4ffdyrglzwdixkn5gsk9rj94pkymc0";
2690 type = "gem";
2691 };
2692 version = "3.0.1";
2693 };
2694 get_process_mem = {
2695 dependencies = [ "ffi" ];
2696 groups = [
2697 "default"
2698 "puma"
2699 "test"
2700 ];
2701 platforms = [ ];
2702 source = {
2703 remotes = [ "https://rubygems.org" ];
2704 sha256 = "1fkyyyxjcx4iigm8vhraa629k2lxa1npsv4015y82snx84v3rzaa";
2705 type = "gem";
2706 };
2707 version = "0.2.7";
2708 };
2709 gettext = {
2710 dependencies = [
2711 "erubi"
2712 "locale"
2713 "prime"
2714 "racc"
2715 "text"
2716 ];
2717 groups = [
2718 "development"
2719 "test"
2720 ];
2721 platforms = [ ];
2722 source = {
2723 remotes = [ "https://rubygems.org" ];
2724 sha256 = "0aji3873pxn6gc5qkvnv5y9025mqk0p6h22yrpyz2b3yx9qpzv03";
2725 type = "gem";
2726 };
2727 version = "3.5.1";
2728 };
2729 gettext_i18n_rails = {
2730 dependencies = [ "fast_gettext" ];
2731 groups = [ "default" ];
2732 platforms = [ ];
2733 source = {
2734 remotes = [ "https://rubygems.org" ];
2735 sha256 = "1rlfmhhampvkzir32yqriry6rc6w66l36kb95lmfav4bjafp796l";
2736 type = "gem";
2737 };
2738 version = "1.13.0";
2739 };
2740 git = {
2741 dependencies = [
2742 "addressable"
2743 "rchardet"
2744 ];
2745 groups = [
2746 "danger"
2747 "default"
2748 "development"
2749 "test"
2750 ];
2751 platforms = [ ];
2752 source = {
2753 remotes = [ "https://rubygems.org" ];
2754 sha256 = "0w3xhay1z7qx9ab04wmy5p4f1fadvqa6239kib256wsiyvcj595h";
2755 type = "gem";
2756 };
2757 version = "1.19.1";
2758 };
2759 gitaly = {
2760 dependencies = [ "grpc" ];
2761 groups = [ "default" ];
2762 platforms = [ ];
2763 source = {
2764 remotes = [ "https://rubygems.org" ];
2765 sha256 = "0677zbflbjvmxbf6riczscjl6g3pqdh5xb1f783d4lfhdi43rbg4";
2766 type = "gem";
2767 };
2768 version = "18.4.0.pre.rc1";
2769 };
2770 gitlab = {
2771 dependencies = [
2772 "httparty"
2773 "terminal-table"
2774 ];
2775 groups = [
2776 "danger"
2777 "default"
2778 "development"
2779 "test"
2780 ];
2781 platforms = [ ];
2782 source = {
2783 remotes = [ "https://rubygems.org" ];
2784 sha256 = "0ycnjjk1im5a82k02avix7c5c87vrkl87gsghgq29g2x34z5wr1z";
2785 type = "gem";
2786 };
2787 version = "4.19.0";
2788 };
2789 gitlab-active-context = {
2790 dependencies = [
2791 "activerecord"
2792 "activesupport"
2793 "aws-sdk-core"
2794 "connection_pool"
2795 "elasticsearch"
2796 "faraday-typhoeus"
2797 "faraday_middleware-aws-sigv4"
2798 "opensearch-ruby"
2799 "pg"
2800 "zeitwerk"
2801 ];
2802 groups = [ "default" ];
2803 platforms = [ ];
2804 source = {
2805 path = "${src}/gems/gitlab-active-context";
2806 type = "path";
2807 };
2808 version = "0.0.1";
2809 };
2810 gitlab-backup-cli = {
2811 dependencies = [
2812 "activerecord"
2813 "activesupport"
2814 "addressable"
2815 "bigdecimal"
2816 "concurrent-ruby"
2817 "faraday"
2818 "google-cloud-storage_transfer"
2819 "google-protobuf"
2820 "googleauth"
2821 "grpc"
2822 "json"
2823 "jwt"
2824 "logger"
2825 "minitest"
2826 "mutex_m"
2827 "parallel"
2828 "pg"
2829 "rack"
2830 "rainbow"
2831 "rexml"
2832 "thor"
2833 ];
2834 groups = [ "default" ];
2835 platforms = [ ];
2836 source = {
2837 path = "${src}/gems/gitlab-backup-cli";
2838 type = "path";
2839 };
2840 version = "0.0.1";
2841 };
2842 gitlab-chronic = {
2843 dependencies = [ "numerizer" ];
2844 groups = [ "default" ];
2845 platforms = [ ];
2846 source = {
2847 remotes = [ "https://rubygems.org" ];
2848 sha256 = "1b592pa4f837idpg0a8cs8dfq18nvxm34bwvmv3amlln2cdd2i52";
2849 type = "gem";
2850 };
2851 version = "0.10.6";
2852 };
2853 gitlab-cloud-connector = {
2854 dependencies = [
2855 "activesupport"
2856 "jwt"
2857 ];
2858 groups = [ "default" ];
2859 platforms = [ ];
2860 source = {
2861 remotes = [ "https://rubygems.org" ];
2862 sha256 = "0h9kfc8ni6lc0jy5r8hvs1768130adq75pnn4vy7jfl7fk7683yp";
2863 type = "gem";
2864 };
2865 version = "1.32.0";
2866 };
2867 gitlab-crystalball = {
2868 dependencies = [
2869 "git"
2870 "ostruct"
2871 ];
2872 groups = [
2873 "development"
2874 "test"
2875 ];
2876 platforms = [ ];
2877 source = {
2878 remotes = [ "https://rubygems.org" ];
2879 sha256 = "1vdqa11dchcmlkph9almmxjq9qsgcfv0n460lyghx7l0n09s2r04";
2880 type = "gem";
2881 };
2882 version = "1.1.1";
2883 };
2884 gitlab-dangerfiles = {
2885 dependencies = [
2886 "danger"
2887 "danger-gitlab"
2888 "rake"
2889 ];
2890 groups = [
2891 "danger"
2892 "development"
2893 "test"
2894 ];
2895 platforms = [ ];
2896 source = {
2897 remotes = [ "https://rubygems.org" ];
2898 sha256 = "071ya53947byqrhs8jwrsfp8kp1va0lgbbmid0py9z4gqpz9rnqa";
2899 type = "gem";
2900 };
2901 version = "4.10.0";
2902 };
2903 gitlab-duo-workflow-service-client = {
2904 dependencies = [ "grpc" ];
2905 groups = [ "default" ];
2906 platforms = [ ];
2907 source = {
2908 path = "${src}/vendor/gems/gitlab-duo-workflow-service-client";
2909 type = "path";
2910 };
2911 version = "0.3";
2912 };
2913 gitlab-experiment = {
2914 dependencies = [
2915 "activesupport"
2916 "request_store"
2917 ];
2918 groups = [ "default" ];
2919 platforms = [ ];
2920 source = {
2921 remotes = [ "https://rubygems.org" ];
2922 sha256 = "0j0zs29izmhqc1jvgfsvikqdyg6r8kf3j9azbmsmm02l45sfwc7j";
2923 type = "gem";
2924 };
2925 version = "0.9.1";
2926 };
2927 gitlab-fog-azure-rm = {
2928 dependencies = [
2929 "faraday"
2930 "faraday-follow_redirects"
2931 "faraday-net_http_persistent"
2932 "fog-core"
2933 "fog-json"
2934 "mime-types"
2935 "net-http-persistent"
2936 "nokogiri"
2937 ];
2938 groups = [ "default" ];
2939 platforms = [ ];
2940 source = {
2941 remotes = [ "https://rubygems.org" ];
2942 sha256 = "03xwn2477zhc4654c7s1ks72w9lbns79n2qhfca7m17349vivpw8";
2943 type = "gem";
2944 };
2945 version = "2.3.0";
2946 };
2947 gitlab-glfm-markdown = {
2948 dependencies = [ "rb_sys" ];
2949 groups = [ "default" ];
2950 platforms = [ ];
2951 source = {
2952 remotes = [ "https://rubygems.org" ];
2953 sha256 = "0pr1lqa5s4xrl5lxqw2sq5c3kdqlrlpxl9x9ybvf1lmpygkbcnmc";
2954 type = "gem";
2955 };
2956 version = "0.0.33";
2957 };
2958 gitlab-housekeeper = {
2959 dependencies = [
2960 "activesupport"
2961 "awesome_print"
2962 "httparty"
2963 "rubocop"
2964 ];
2965 groups = [
2966 "development"
2967 "test"
2968 ];
2969 platforms = [ ];
2970 source = {
2971 path = "${src}/gems/gitlab-housekeeper";
2972 type = "path";
2973 };
2974 version = "0.1.0";
2975 };
2976 gitlab-http = {
2977 dependencies = [
2978 "activesupport"
2979 "concurrent-ruby"
2980 "httparty"
2981 "ipaddress"
2982 "net-http"
2983 "railties"
2984 ];
2985 groups = [ "default" ];
2986 platforms = [ ];
2987 source = {
2988 path = "${src}/gems/gitlab-http";
2989 type = "path";
2990 };
2991 version = "0.1.0";
2992 };
2993 gitlab-kas-grpc = {
2994 dependencies = [ "grpc" ];
2995 groups = [ "default" ];
2996 platforms = [ ];
2997 source = {
2998 remotes = [ "https://rubygems.org" ];
2999 sha256 = "1k0jbpfycg23pm8gddwzxj8b1wpvqisxc6dd33xxr2f7canr8bx8";
3000 type = "gem";
3001 };
3002 version = "18.3.2";
3003 };
3004 gitlab-labkit = {
3005 dependencies = [
3006 "actionpack"
3007 "activesupport"
3008 "google-protobuf"
3009 "grpc"
3010 "jaeger-client"
3011 "json-schema"
3012 "opentracing"
3013 "pg_query"
3014 "prometheus-client-mmap"
3015 "redis"
3016 ];
3017 groups = [ "default" ];
3018 platforms = [ ];
3019 source = {
3020 remotes = [ "https://rubygems.org" ];
3021 sha256 = "0awcb5bb9y1y61yzzvj5gkm03w232njym7cdw0s2gpgwh37q6pyg";
3022 type = "gem";
3023 };
3024 version = "0.40.0";
3025 };
3026 gitlab-license = {
3027 groups = [ "default" ];
3028 platforms = [ ];
3029 source = {
3030 remotes = [ "https://rubygems.org" ];
3031 sha256 = "05nhswkfhxkr5y87gkq17h23a1kkr78c2n7pgg3hwr1m73kql7rc";
3032 type = "gem";
3033 };
3034 version = "2.6.0";
3035 };
3036 gitlab-mail_room = {
3037 dependencies = [
3038 "jwt"
3039 "net-imap"
3040 "oauth2"
3041 "redis"
3042 "redis-namespace"
3043 ];
3044 groups = [ "default" ];
3045 platforms = [ ];
3046 source = {
3047 remotes = [ "https://rubygems.org" ];
3048 sha256 = "05i3jvgjv3rqyiwyfjpk0mp419f5jl5gn2m0grsgak09jaw7vh05";
3049 type = "gem";
3050 };
3051 version = "0.0.27";
3052 };
3053 gitlab-markup = {
3054 groups = [ "default" ];
3055 platforms = [ ];
3056 source = {
3057 remotes = [ "https://rubygems.org" ];
3058 sha256 = "0bm0zccj88aavy23vqy1pkz4gmbw6gdb40n0wqlz7a332j3iq6lm";
3059 type = "gem";
3060 };
3061 version = "2.0.0";
3062 };
3063 gitlab-net-dns = {
3064 dependencies = [ "logger" ];
3065 groups = [ "default" ];
3066 platforms = [ ];
3067 source = {
3068 remotes = [ "https://rubygems.org" ];
3069 sha256 = "0ihzfkcybcd27sdsfshld9nwx2dmgqjq2s8nmnr8cnq50pialafj";
3070 type = "gem";
3071 };
3072 version = "0.15.0";
3073 };
3074 gitlab-rspec = {
3075 dependencies = [
3076 "activerecord"
3077 "activesupport"
3078 "rspec"
3079 ];
3080 groups = [
3081 "development"
3082 "monorepo"
3083 "test"
3084 ];
3085 platforms = [ ];
3086 source = {
3087 path = "${src}/gems/gitlab-rspec";
3088 type = "path";
3089 };
3090 version = "0.1.0";
3091 };
3092 gitlab-rspec_flaky = {
3093 dependencies = [
3094 "activesupport"
3095 "rspec"
3096 ];
3097 groups = [
3098 "development"
3099 "monorepo"
3100 "test"
3101 ];
3102 platforms = [ ];
3103 source = {
3104 path = "${src}/gems/gitlab-rspec_flaky";
3105 type = "path";
3106 };
3107 version = "0.1.0";
3108 };
3109 gitlab-safe_request_store = {
3110 dependencies = [
3111 "rack"
3112 "request_store"
3113 ];
3114 groups = [ "default" ];
3115 platforms = [ ];
3116 source = {
3117 path = "${src}/gems/gitlab-safe_request_store";
3118 type = "path";
3119 };
3120 version = "0.1.0";
3121 };
3122 gitlab-schema-validation = {
3123 dependencies = [
3124 "diffy"
3125 "pg_query"
3126 ];
3127 groups = [ "default" ];
3128 platforms = [ ];
3129 source = {
3130 path = "${src}/gems/gitlab-schema-validation";
3131 type = "path";
3132 };
3133 version = "0.1.0";
3134 };
3135 gitlab-sdk = {
3136 dependencies = [
3137 "activesupport"
3138 "rake"
3139 "snowplow-tracker"
3140 ];
3141 groups = [ "default" ];
3142 platforms = [ ];
3143 source = {
3144 remotes = [ "https://rubygems.org" ];
3145 sha256 = "0457dvz8zsb4fav85ry1v5pdzpyr41q397zgqzvjvfaa9w44kfj8";
3146 type = "gem";
3147 };
3148 version = "0.3.1";
3149 };
3150 gitlab-secret_detection = {
3151 dependencies = [
3152 "grpc"
3153 "grpc_reflection"
3154 "parallel"
3155 "re2"
3156 "sentry-ruby"
3157 "stackprof"
3158 "toml-rb"
3159 ];
3160 groups = [ "default" ];
3161 platforms = [ ];
3162 source = {
3163 remotes = [ "https://rubygems.org" ];
3164 sha256 = "0h7wf8p369zqw51ikychqsii2kh9f920jwhr4b352p1sd1a59qf8";
3165 type = "gem";
3166 };
3167 version = "0.33.3";
3168 };
3169 gitlab-security_report_schemas = {
3170 dependencies = [
3171 "activesupport"
3172 "json_schemer"
3173 "mutex_m"
3174 ];
3175 groups = [ "default" ];
3176 platforms = [ ];
3177 source = {
3178 remotes = [ "https://rubygems.org" ];
3179 sha256 = "1g8p0abh18h7xh84ga4a1z54qdixbsp7z62sab725vxlvln4lx1w";
3180 type = "gem";
3181 };
3182 version = "0.1.3.min15.0.0.max15.2.3";
3183 };
3184 gitlab-sidekiq-fetcher = {
3185 dependencies = [
3186 "json"
3187 "sidekiq"
3188 ];
3189 groups = [ "default" ];
3190 platforms = [ ];
3191 source = {
3192 path = "${src}/vendor/gems/sidekiq-reliable-fetch";
3193 type = "path";
3194 };
3195 version = "0.12.1";
3196 };
3197 gitlab-styles = {
3198 dependencies = [
3199 "rubocop"
3200 "rubocop-capybara"
3201 "rubocop-factory_bot"
3202 "rubocop-graphql"
3203 "rubocop-performance"
3204 "rubocop-rails"
3205 "rubocop-rspec"
3206 "rubocop-rspec_rails"
3207 ];
3208 groups = [
3209 "development"
3210 "test"
3211 ];
3212 platforms = [ ];
3213 source = {
3214 remotes = [ "https://rubygems.org" ];
3215 sha256 = "1hgjrf41dvpsrblanhk00x367csjs3y4y2mlnxl5hd8njrrcbis6";
3216 type = "gem";
3217 };
3218 version = "13.1.0";
3219 };
3220 gitlab-topology-service-client = {
3221 dependencies = [
3222 "google-protobuf"
3223 "grpc"
3224 ];
3225 groups = [ "default" ];
3226 platforms = [ ];
3227 source = {
3228 path = "${src}/vendor/gems/gitlab-topology-service-client";
3229 type = "path";
3230 };
3231 version = "0.1";
3232 };
3233 gitlab-utils = {
3234 dependencies = [
3235 "actionview"
3236 "activesupport"
3237 "addressable"
3238 "rake"
3239 ];
3240 groups = [ "monorepo" ];
3241 platforms = [ ];
3242 source = {
3243 path = "${src}/gems/gitlab-utils";
3244 type = "path";
3245 };
3246 version = "0.2.0";
3247 };
3248 gitlab_chronic_duration = {
3249 dependencies = [ "numerizer" ];
3250 groups = [ "default" ];
3251 platforms = [ ];
3252 source = {
3253 remotes = [ "https://rubygems.org" ];
3254 sha256 = "0vf1zw3z45m6ldwjvvzvbc6gr0spcbl1x1vny4qwid8msi26jxhd";
3255 type = "gem";
3256 };
3257 version = "0.12.0";
3258 };
3259 gitlab_omniauth-ldap = {
3260 dependencies = [
3261 "net-ldap"
3262 "omniauth"
3263 "pyu-ruby-sasl"
3264 "rubyntlm"
3265 ];
3266 groups = [ "default" ];
3267 platforms = [ ];
3268 source = {
3269 remotes = [ "https://rubygems.org" ];
3270 sha256 = "1d53lfi4xk8v20xqgz3xqcdb7jg4cq3jcir03lp1ywf26zz3cw0n";
3271 type = "gem";
3272 };
3273 version = "2.3.0";
3274 };
3275 gitlab_quality-test_tooling = {
3276 dependencies = [
3277 "activesupport"
3278 "amatch"
3279 "fog-google"
3280 "gitlab"
3281 "http"
3282 "influxdb-client"
3283 "nokogiri"
3284 "parallel"
3285 "rainbow"
3286 "rspec-parameterized"
3287 "table_print"
3288 "zeitwerk"
3289 ];
3290 groups = [ "test" ];
3291 platforms = [ ];
3292 source = {
3293 remotes = [ "https://rubygems.org" ];
3294 sha256 = "1xxi1grl13663cwmpqvyq75carn05nd8ns26aq34xjqmk0gc8j9c";
3295 type = "gem";
3296 };
3297 version = "2.20.0";
3298 };
3299 globalid = {
3300 dependencies = [ "activesupport" ];
3301 groups = [
3302 "default"
3303 "development"
3304 "test"
3305 ];
3306 platforms = [ ];
3307 source = {
3308 remotes = [ "https://rubygems.org" ];
3309 sha256 = "0kqm5ndzaybpnpxqiqkc41k4ksyxl41ln8qqr6kb130cdxsf2dxk";
3310 type = "gem";
3311 };
3312 version = "1.1.0";
3313 };
3314 gon = {
3315 dependencies = [
3316 "actionpack"
3317 "i18n"
3318 "multi_json"
3319 "request_store"
3320 ];
3321 groups = [ "default" ];
3322 platforms = [ ];
3323 source = {
3324 remotes = [ "https://rubygems.org" ];
3325 sha256 = "1aw1bn51h4kjlxaskaiwi8x2n9g3cyxn0rjqnilxwszj474y69i2";
3326 type = "gem";
3327 };
3328 version = "6.5.0";
3329 };
3330 google-apis-androidpublisher_v3 = {
3331 dependencies = [ "google-apis-core" ];
3332 groups = [ "default" ];
3333 platforms = [ ];
3334 source = {
3335 remotes = [ "https://rubygems.org" ];
3336 sha256 = "1bvyp1bnvlnrl90w15gnn8cg42balvahwpp1y60vj6kc6al759kk";
3337 type = "gem";
3338 };
3339 version = "0.86.0";
3340 };
3341 google-apis-bigquery_v2 = {
3342 dependencies = [ "google-apis-core" ];
3343 groups = [
3344 "default"
3345 "test"
3346 ];
3347 platforms = [ ];
3348 source = {
3349 remotes = [ "https://rubygems.org" ];
3350 sha256 = "0yrx6gn79r8j0msnclr6ayh2azbvn4nhc2k0y1sspdsznh92jqlb";
3351 type = "gem";
3352 };
3353 version = "0.90.0";
3354 };
3355 google-apis-cloudbilling_v1 = {
3356 dependencies = [ "google-apis-core" ];
3357 groups = [ "default" ];
3358 platforms = [ ];
3359 source = {
3360 remotes = [ "https://rubygems.org" ];
3361 sha256 = "1zc6g2nx5l3qgf0kd8437ax1jwbmrxha2r2j17alyrn2pnp74ayv";
3362 type = "gem";
3363 };
3364 version = "0.22.0";
3365 };
3366 google-apis-cloudresourcemanager_v1 = {
3367 dependencies = [ "google-apis-core" ];
3368 groups = [ "default" ];
3369 platforms = [ ];
3370 source = {
3371 remotes = [ "https://rubygems.org" ];
3372 sha256 = "1gzv5svbj62qcdw5ljva0sh8wifjx9wwx00kfj9bbff052i7597h";
3373 type = "gem";
3374 };
3375 version = "0.31.0";
3376 };
3377 google-apis-compute_v1 = {
3378 dependencies = [ "google-apis-core" ];
3379 groups = [
3380 "default"
3381 "test"
3382 ];
3383 platforms = [ ];
3384 source = {
3385 remotes = [ "https://rubygems.org" ];
3386 sha256 = "1lzm0qxzs0hbf889p5rbx6954ldd4zn5j0dihvy4gz0r8mbd8rxp";
3387 type = "gem";
3388 };
3389 version = "0.129.0";
3390 };
3391 google-apis-container_v1 = {
3392 dependencies = [ "google-apis-core" ];
3393 groups = [ "default" ];
3394 platforms = [ ];
3395 source = {
3396 remotes = [ "https://rubygems.org" ];
3397 sha256 = "0lqqimqjwhq6f816p2xj31lg57lzkgnlhvfycc1871736rhfanjs";
3398 type = "gem";
3399 };
3400 version = "0.100.0";
3401 };
3402 google-apis-container_v1beta1 = {
3403 dependencies = [ "google-apis-core" ];
3404 groups = [ "default" ];
3405 platforms = [ ];
3406 source = {
3407 remotes = [ "https://rubygems.org" ];
3408 sha256 = "0jbb5zqv7krxy60iylrnwb9qz0brbgj2m66w5kdhq040ww0760lx";
3409 type = "gem";
3410 };
3411 version = "0.90.0";
3412 };
3413 google-apis-core = {
3414 dependencies = [
3415 "addressable"
3416 "googleauth"
3417 "httpclient"
3418 "mini_mime"
3419 "mutex_m"
3420 "representable"
3421 "retriable"
3422 ];
3423 groups = [
3424 "default"
3425 "test"
3426 ];
3427 platforms = [ ];
3428 source = {
3429 remotes = [ "https://rubygems.org" ];
3430 sha256 = "1vjls3xdzphphay0z3wmv2lw4zxbiv3vbmcy2d4b9spfdy0mgc4n";
3431 type = "gem";
3432 };
3433 version = "0.18.0";
3434 };
3435 google-apis-dns_v1 = {
3436 dependencies = [ "google-apis-core" ];
3437 groups = [ "default" ];
3438 platforms = [ ];
3439 source = {
3440 remotes = [ "https://rubygems.org" ];
3441 sha256 = "0ivx6km85mlycb11x2rbkyg3kl4syy3730q7pk8h6zdkibbp7ljx";
3442 type = "gem";
3443 };
3444 version = "0.36.0";
3445 };
3446 google-apis-iam_v1 = {
3447 dependencies = [ "google-apis-core" ];
3448 groups = [ "default" ];
3449 platforms = [ ];
3450 source = {
3451 remotes = [ "https://rubygems.org" ];
3452 sha256 = "0jba8g7iykvmgbar1xvfwar18896bls2shccx59lvpb1y5ji263g";
3453 type = "gem";
3454 };
3455 version = "0.73.0";
3456 };
3457 google-apis-iamcredentials_v1 = {
3458 dependencies = [ "google-apis-core" ];
3459 groups = [
3460 "default"
3461 "test"
3462 ];
3463 platforms = [ ];
3464 source = {
3465 remotes = [ "https://rubygems.org" ];
3466 sha256 = "1133kisa29q36db74lb28id3n65zfqpjw99may4jgddpiz3xlx2p";
3467 type = "gem";
3468 };
3469 version = "0.24.0";
3470 };
3471 google-apis-monitoring_v3 = {
3472 dependencies = [ "google-apis-core" ];
3473 groups = [ "default" ];
3474 platforms = [ ];
3475 source = {
3476 remotes = [ "https://rubygems.org" ];
3477 sha256 = "0a31sid7p4qn4m1gcq8z1bsqdyzzc84h4frh2dw97k5lwpff2zv7";
3478 type = "gem";
3479 };
3480 version = "0.54.0";
3481 };
3482 google-apis-pubsub_v1 = {
3483 dependencies = [ "google-apis-core" ];
3484 groups = [ "default" ];
3485 platforms = [ ];
3486 source = {
3487 remotes = [ "https://rubygems.org" ];
3488 sha256 = "01dj7jx6dfyl4wz88nn7ml45qvck6khl7gli8h6hl9c1qwa4dzhx";
3489 type = "gem";
3490 };
3491 version = "0.45.0";
3492 };
3493 google-apis-serviceusage_v1 = {
3494 dependencies = [ "google-apis-core" ];
3495 groups = [ "default" ];
3496 platforms = [ ];
3497 source = {
3498 remotes = [ "https://rubygems.org" ];
3499 sha256 = "0qmh25nvf8f9p9fribm18nszvamilshavrmwyq3xmrs76q17w2sz";
3500 type = "gem";
3501 };
3502 version = "0.28.0";
3503 };
3504 google-apis-sqladmin_v1beta4 = {
3505 dependencies = [ "google-apis-core" ];
3506 groups = [ "default" ];
3507 platforms = [ ];
3508 source = {
3509 remotes = [ "https://rubygems.org" ];
3510 sha256 = "17bljsgmbp80d6wn3wjbzi537a9f5hmcr0zv776z2y8q92v565am";
3511 type = "gem";
3512 };
3513 version = "0.41.0";
3514 };
3515 google-apis-storage_v1 = {
3516 dependencies = [ "google-apis-core" ];
3517 groups = [
3518 "default"
3519 "test"
3520 ];
3521 platforms = [ ];
3522 source = {
3523 remotes = [ "https://rubygems.org" ];
3524 sha256 = "0aqq1n6ipy9m0j820csprkgpj8brrlxmp4dvdzk5s252n46xks5l";
3525 type = "gem";
3526 };
3527 version = "0.56.0";
3528 };
3529 google-cloud-artifact_registry-v1 = {
3530 dependencies = [
3531 "gapic-common"
3532 "google-cloud-errors"
3533 "google-cloud-location"
3534 "grpc-google-iam-v1"
3535 ];
3536 groups = [ "default" ];
3537 platforms = [ ];
3538 source = {
3539 remotes = [ "https://rubygems.org" ];
3540 sha256 = "0gkq82lsjz3yw9w819ifdqx9ixcbgydr5myy64wnczknx7fd505s";
3541 type = "gem";
3542 };
3543 version = "0.11.0";
3544 };
3545 google-cloud-bigquery = {
3546 dependencies = [
3547 "bigdecimal"
3548 "concurrent-ruby"
3549 "google-apis-bigquery_v2"
3550 "google-apis-core"
3551 "google-cloud-core"
3552 "googleauth"
3553 "mini_mime"
3554 ];
3555 groups = [ "test" ];
3556 platforms = [ ];
3557 source = {
3558 remotes = [ "https://rubygems.org" ];
3559 sha256 = "04zswxhyakyr7kkc15p9r6r7xpsxv41ssf5b7b52vyn7qjnmnqr0";
3560 type = "gem";
3561 };
3562 version = "1.52.1";
3563 };
3564 google-cloud-common = {
3565 dependencies = [
3566 "google-protobuf"
3567 "googleapis-common-protos-types"
3568 ];
3569 groups = [ "default" ];
3570 platforms = [ ];
3571 source = {
3572 remotes = [ "https://rubygems.org" ];
3573 sha256 = "1yxmdxx933q48397jsczsmpshr4b61izv3spnhvzxd24s67v13bk";
3574 type = "gem";
3575 };
3576 version = "1.1.0";
3577 };
3578 google-cloud-compute-v1 = {
3579 dependencies = [
3580 "gapic-common"
3581 "google-cloud-common"
3582 "google-cloud-errors"
3583 ];
3584 groups = [ "default" ];
3585 platforms = [ ];
3586 source = {
3587 remotes = [ "https://rubygems.org" ];
3588 sha256 = "07hly5qbdy0qddw48biw0ybi2cx13861l5i09mj2abzw7yrmjq5r";
3589 type = "gem";
3590 };
3591 version = "2.6.0";
3592 };
3593 google-cloud-core = {
3594 dependencies = [
3595 "google-cloud-env"
3596 "google-cloud-errors"
3597 ];
3598 groups = [ "default" ];
3599 platforms = [ ];
3600 source = {
3601 remotes = [ "https://rubygems.org" ];
3602 sha256 = "0dagdfx3rnk9xplnj19gqpqn41fd09xfn8lp2p75psihhnj2i03l";
3603 type = "gem";
3604 };
3605 version = "1.7.0";
3606 };
3607 google-cloud-env = {
3608 dependencies = [ "faraday" ];
3609 groups = [
3610 "default"
3611 "test"
3612 ];
3613 platforms = [ ];
3614 source = {
3615 remotes = [ "https://rubygems.org" ];
3616 sha256 = "1ks9yv21d8bl9cw0sz5gy6npll1ig3m2bq9w7yw67j5mw2p64q1w";
3617 type = "gem";
3618 };
3619 version = "2.2.1";
3620 };
3621 google-cloud-errors = {
3622 groups = [ "default" ];
3623 platforms = [ ];
3624 source = {
3625 remotes = [ "https://rubygems.org" ];
3626 sha256 = "0jynh1s93nl8njm5l5wcy86pnjmv112cq6m0443s52f04hg6h2s5";
3627 type = "gem";
3628 };
3629 version = "1.3.0";
3630 };
3631 google-cloud-location = {
3632 dependencies = [
3633 "gapic-common"
3634 "google-cloud-errors"
3635 ];
3636 groups = [ "default" ];
3637 platforms = [ ];
3638 source = {
3639 remotes = [ "https://rubygems.org" ];
3640 sha256 = "1l6j0i8flfdzl9c7db990632jmn5v7bmbh1i6x0sqp3f2p59jv1q";
3641 type = "gem";
3642 };
3643 version = "0.6.0";
3644 };
3645 google-cloud-storage = {
3646 dependencies = [
3647 "addressable"
3648 "digest-crc"
3649 "google-apis-core"
3650 "google-apis-iamcredentials_v1"
3651 "google-apis-storage_v1"
3652 "google-cloud-core"
3653 "googleauth"
3654 "mini_mime"
3655 ];
3656 groups = [ "default" ];
3657 platforms = [ ];
3658 source = {
3659 remotes = [ "https://rubygems.org" ];
3660 sha256 = "0awv6z8ifaw2sdvr9z4yy70gcjbhvdn79j6hylccscykpwar6xib";
3661 type = "gem";
3662 };
3663 version = "1.57.0";
3664 };
3665 google-cloud-storage_transfer = {
3666 dependencies = [
3667 "google-cloud-core"
3668 "google-cloud-storage_transfer-v1"
3669 ];
3670 groups = [ "default" ];
3671 platforms = [ ];
3672 source = {
3673 remotes = [ "https://rubygems.org" ];
3674 sha256 = "0n0nxy4l2kzcmcgx7j8mppyw9gwc8331fqcf6w6jmq4913sh2a8k";
3675 type = "gem";
3676 };
3677 version = "1.2.0";
3678 };
3679 google-cloud-storage_transfer-v1 = {
3680 dependencies = [
3681 "gapic-common"
3682 "google-cloud-errors"
3683 ];
3684 groups = [ "default" ];
3685 platforms = [ ];
3686 source = {
3687 remotes = [ "https://rubygems.org" ];
3688 sha256 = "0xk1i7wg5alcgd9v4f0y3mjgxbsrcp53jhdjdc26wmfvfl1giglx";
3689 type = "gem";
3690 };
3691 version = "0.8.0";
3692 };
3693 google-logging-utils = {
3694 groups = [
3695 "default"
3696 "test"
3697 ];
3698 platforms = [ ];
3699 source = {
3700 remotes = [ "https://rubygems.org" ];
3701 sha256 = "1mgw0n97prlvgvd81dci8rx93xranr3xnyhn5v7p6hii94g0p5bh";
3702 type = "gem";
3703 };
3704 version = "0.1.0";
3705 };
3706 google-protobuf = {
3707 groups = [
3708 "default"
3709 "development"
3710 "opentelemetry"
3711 "test"
3712 ];
3713 platforms = [ ];
3714 source = {
3715 remotes = [ "https://rubygems.org" ];
3716 sha256 = "1dsj349xm6jmd94xix8bgdn5m8jqqk9bsivlm9fll8ifa008ab0h";
3717 type = "gem";
3718 };
3719 version = "3.25.8";
3720 };
3721 googleapis-common-protos = {
3722 dependencies = [
3723 "google-protobuf"
3724 "googleapis-common-protos-types"
3725 "grpc"
3726 ];
3727 groups = [ "default" ];
3728 platforms = [ ];
3729 source = {
3730 remotes = [ "https://rubygems.org" ];
3731 sha256 = "10p3kl9xdxl4xsijkj2l6qn525xchkbfhx3ch603ammibbxq08ys";
3732 type = "gem";
3733 };
3734 version = "1.4.0";
3735 };
3736 googleapis-common-protos-types = {
3737 dependencies = [ "google-protobuf" ];
3738 groups = [
3739 "default"
3740 "opentelemetry"
3741 ];
3742 platforms = [ ];
3743 source = {
3744 remotes = [ "https://rubygems.org" ];
3745 sha256 = "0zyh9pxsw4zwv3iissirwqnx98qzkywqf3bwdrai6zpwph34ndsy";
3746 type = "gem";
3747 };
3748 version = "1.20.0";
3749 };
3750 googleauth = {
3751 dependencies = [
3752 "faraday"
3753 "google-cloud-env"
3754 "google-logging-utils"
3755 "jwt"
3756 "multi_json"
3757 "os"
3758 "signet"
3759 ];
3760 groups = [
3761 "default"
3762 "test"
3763 ];
3764 platforms = [ ];
3765 source = {
3766 remotes = [ "https://rubygems.org" ];
3767 sha256 = "0jai8xv2rmhz8nb6vxg4whq6aldmkbyjsn3hvk9w740qg48xxrv2";
3768 type = "gem";
3769 };
3770 version = "1.14.0";
3771 };
3772 gpgme = {
3773 dependencies = [ "mini_portile2" ];
3774 groups = [ "default" ];
3775 platforms = [ ];
3776 source = {
3777 remotes = [ "https://rubygems.org" ];
3778 sha256 = "0d6whkyc63056nkaxsr86ygi9razbzr50qgbbla161bj525l0hlj";
3779 type = "gem";
3780 };
3781 version = "2.0.25";
3782 };
3783 grape = {
3784 dependencies = [
3785 "activesupport"
3786 "builder"
3787 "dry-types"
3788 "mustermann-grape"
3789 "rack"
3790 "rack-accept"
3791 ];
3792 groups = [
3793 "default"
3794 "development"
3795 "test"
3796 ];
3797 platforms = [ ];
3798 source = {
3799 remotes = [ "https://rubygems.org" ];
3800 sha256 = "0jj98w80ry1ir8lc3347130s0z8yd7gk727r9ynwwk782x6gkvrs";
3801 type = "gem";
3802 };
3803 version = "2.0.0";
3804 };
3805 grape-entity = {
3806 dependencies = [
3807 "activesupport"
3808 "multi_json"
3809 ];
3810 groups = [
3811 "default"
3812 "development"
3813 "test"
3814 ];
3815 platforms = [ ];
3816 source = {
3817 remotes = [ "https://rubygems.org" ];
3818 sha256 = "0d16s18k34crhyc44ycj062y81sdahgp8pcll9xggbq7wja9w3z0";
3819 type = "gem";
3820 };
3821 version = "1.0.1";
3822 };
3823 grape-path-helpers = {
3824 dependencies = [
3825 "activesupport"
3826 "grape"
3827 "rake"
3828 "ruby2_keywords"
3829 ];
3830 groups = [ "default" ];
3831 platforms = [ ];
3832 source = {
3833 remotes = [ "https://rubygems.org" ];
3834 sha256 = "1mq2cwy0jvprq3wdilds1n865jdl58sqg00im4w6fybf5kjiclmd";
3835 type = "gem";
3836 };
3837 version = "2.0.1";
3838 };
3839 grape-swagger = {
3840 dependencies = [
3841 "grape"
3842 "rack-test"
3843 ];
3844 groups = [
3845 "development"
3846 "test"
3847 ];
3848 platforms = [ ];
3849 source = {
3850 remotes = [ "https://rubygems.org" ];
3851 sha256 = "153jhazisala3f7wzcvx8nf2d3f0m3dpb240fm2p1vmsr19vvmwa";
3852 type = "gem";
3853 };
3854 version = "2.1.2";
3855 };
3856 grape-swagger-entity = {
3857 dependencies = [
3858 "grape-entity"
3859 "grape-swagger"
3860 ];
3861 groups = [
3862 "development"
3863 "test"
3864 ];
3865 platforms = [ ];
3866 source = {
3867 remotes = [ "https://rubygems.org" ];
3868 sha256 = "1rpcsyzagcmd6pjixvms7mq0nc0aky53aw9mb9vmc6jbjqlfp852";
3869 type = "gem";
3870 };
3871 version = "0.5.5";
3872 };
3873 grape_logging = {
3874 dependencies = [
3875 "grape"
3876 "rack"
3877 ];
3878 groups = [ "default" ];
3879 platforms = [ ];
3880 source = {
3881 remotes = [ "https://rubygems.org" ];
3882 sha256 = "1lcjqwal3wc2r41wsi01d09cyhxhglxp6y7hd0564pdx5lr3xk7g";
3883 type = "gem";
3884 };
3885 version = "1.8.4";
3886 };
3887 graphlyte = {
3888 groups = [ "test" ];
3889 platforms = [ ];
3890 source = {
3891 remotes = [ "https://rubygems.org" ];
3892 sha256 = "0kc0l67n5zlpwbnb8nrr27nm4fzpb7qih77a00grcvnygnv4mbxm";
3893 type = "gem";
3894 };
3895 version = "1.0.0";
3896 };
3897 graphql = {
3898 dependencies = [
3899 "base64"
3900 "fiber-storage"
3901 "logger"
3902 ];
3903 groups = [
3904 "default"
3905 "development"
3906 "test"
3907 ];
3908 platforms = [ ];
3909 source = {
3910 remotes = [ "https://rubygems.org" ];
3911 sha256 = "0p6vdc7knd6a5jf08qkjc2hay30aqirbcmb40mh4vz8mwb3gys8i";
3912 type = "gem";
3913 };
3914 version = "2.5.11";
3915 };
3916 graphql-docs = {
3917 dependencies = [
3918 "commonmarker"
3919 "escape_utils"
3920 "extended-markdown-filter"
3921 "gemoji"
3922 "graphql"
3923 "html-pipeline"
3924 "logger"
3925 "ostruct"
3926 "sass-embedded"
3927 ];
3928 groups = [
3929 "development"
3930 "test"
3931 ];
3932 platforms = [ ];
3933 source = {
3934 remotes = [ "https://rubygems.org" ];
3935 sha256 = "026y68zsfds326gqpp6d4yww9c3lid3xgpk5jbgillwza8j1gm24";
3936 type = "gem";
3937 };
3938 version = "5.2.0";
3939 };
3940 grpc = {
3941 dependencies = [
3942 "google-protobuf"
3943 "googleapis-common-protos-types"
3944 ];
3945 groups = [ "default" ];
3946 platforms = [ ];
3947 source = {
3948 remotes = [ "https://rubygems.org" ];
3949 sha256 = "12qy6yga90hs2pdzkxwm80d38dbmjdxmf2szqwb40ky1jr4klfp7";
3950 type = "gem";
3951 };
3952 version = "1.74.1";
3953 };
3954 grpc-google-iam-v1 = {
3955 dependencies = [
3956 "google-protobuf"
3957 "googleapis-common-protos"
3958 "grpc"
3959 ];
3960 groups = [ "default" ];
3961 platforms = [ ];
3962 source = {
3963 remotes = [ "https://rubygems.org" ];
3964 sha256 = "0kip34n9604j2cc9rkplv5ljq0n8f4aizix4yr8rginsa38md8yf";
3965 type = "gem";
3966 };
3967 version = "1.5.0";
3968 };
3969 grpc_reflection = {
3970 dependencies = [ "grpc" ];
3971 groups = [ "default" ];
3972 platforms = [ ];
3973 source = {
3974 remotes = [ "https://rubygems.org" ];
3975 sha256 = "0yq9344fbjgkzxb54chwf26sf62iv5zv57js7dihg94lyw9dyixw";
3976 type = "gem";
3977 };
3978 version = "0.1.1";
3979 };
3980 gssapi = {
3981 dependencies = [ "ffi" ];
3982 groups = [ "kerberos" ];
3983 platforms = [ ];
3984 source = {
3985 remotes = [ "https://rubygems.org" ];
3986 sha256 = "1qdfhj12aq8v0y961v4xv96a1y2z80h3xhvzrs9vsfgf884g6765";
3987 type = "gem";
3988 };
3989 version = "1.3.1";
3990 };
3991 guard = {
3992 dependencies = [
3993 "formatador"
3994 "listen"
3995 "lumberjack"
3996 "nenv"
3997 "notiffany"
3998 "pry"
3999 "shellany"
4000 "thor"
4001 ];
4002 groups = [
4003 "default"
4004 "test"
4005 ];
4006 platforms = [ ];
4007 source = {
4008 remotes = [ "https://rubygems.org" ];
4009 sha256 = "1fwgvkmrg97xfswwgfrfcl1nc937yxwazfvpmf8vxj7cvnx7mfki";
4010 type = "gem";
4011 };
4012 version = "2.16.2";
4013 };
4014 guard-compat = {
4015 groups = [
4016 "default"
4017 "test"
4018 ];
4019 platforms = [ ];
4020 source = {
4021 remotes = [ "https://rubygems.org" ];
4022 sha256 = "1zj6sr1k8w59mmi27rsii0v8xyy2rnsi09nqvwpgj1q10yq1mlis";
4023 type = "gem";
4024 };
4025 version = "1.2.1";
4026 };
4027 guard-rspec = {
4028 dependencies = [
4029 "guard"
4030 "guard-compat"
4031 "rspec"
4032 ];
4033 groups = [ "test" ];
4034 platforms = [ ];
4035 source = {
4036 remotes = [ "https://rubygems.org" ];
4037 sha256 = "1jkm5xp90gm4c5s51pmf92i9hc10gslwwic6mvk72g0yplya0yx4";
4038 type = "gem";
4039 };
4040 version = "4.7.3";
4041 };
4042 haml = {
4043 dependencies = [
4044 "temple"
4045 "tilt"
4046 ];
4047 groups = [
4048 "default"
4049 "development"
4050 "test"
4051 ];
4052 platforms = [ ];
4053 source = {
4054 remotes = [ "https://rubygems.org" ];
4055 sha256 = "035fgbfr20m08w4603ls2lwqbggr0vy71mijz0p68ib1am394xbf";
4056 type = "gem";
4057 };
4058 version = "5.2.2";
4059 };
4060 haml_lint = {
4061 dependencies = [
4062 "haml"
4063 "parallel"
4064 "rainbow"
4065 "rubocop"
4066 "sysexits"
4067 ];
4068 groups = [
4069 "development"
4070 "test"
4071 ];
4072 platforms = [ ];
4073 source = {
4074 remotes = [ "https://rubygems.org" ];
4075 sha256 = "1gvkhb18inkwkf9ja1i774975l259dzlvcvjii3zfyzmzylki5qb";
4076 type = "gem";
4077 };
4078 version = "0.64.0";
4079 };
4080 hamlit = {
4081 dependencies = [
4082 "temple"
4083 "thor"
4084 "tilt"
4085 ];
4086 groups = [ "default" ];
4087 platforms = [ ];
4088 source = {
4089 remotes = [ "https://rubygems.org" ];
4090 sha256 = "1snfylcjavw6q61m146wpmcq2s53rz9xz9s1q39rzyd06iwgvsjv";
4091 type = "gem";
4092 };
4093 version = "3.0.3";
4094 };
4095 hana = {
4096 groups = [ "default" ];
4097 platforms = [ ];
4098 source = {
4099 remotes = [ "https://rubygems.org" ];
4100 sha256 = "03cvrv2wl25j9n4n509hjvqnmwa60k92j741b64a1zjisr1dn9al";
4101 type = "gem";
4102 };
4103 version = "1.3.7";
4104 };
4105 hashdiff = {
4106 groups = [
4107 "default"
4108 "test"
4109 ];
4110 platforms = [ ];
4111 source = {
4112 remotes = [ "https://rubygems.org" ];
4113 sha256 = "1da0w5v7ppxrgvh58bafjklzv73nknyq73if6d9rkz2v24zg3169";
4114 type = "gem";
4115 };
4116 version = "1.2.0";
4117 };
4118 hashie = {
4119 groups = [ "default" ];
4120 platforms = [ ];
4121 source = {
4122 remotes = [ "https://rubygems.org" ];
4123 sha256 = "1nh3arcrbz1rc1cr59qm53sdhqm137b258y8rcb4cvd3y98lwv4x";
4124 type = "gem";
4125 };
4126 version = "5.0.0";
4127 };
4128 health_check = {
4129 dependencies = [ "railties" ];
4130 groups = [ "default" ];
4131 platforms = [ ];
4132 source = {
4133 remotes = [ "https://rubygems.org" ];
4134 sha256 = "0mrv2323hx4lbcr6xii6ry89b3zvly5jsaacwbblxibx4c46a50h";
4135 type = "gem";
4136 };
4137 version = "3.1.0";
4138 };
4139 heapy = {
4140 dependencies = [ "thor" ];
4141 groups = [
4142 "default"
4143 "test"
4144 ];
4145 platforms = [ ];
4146 source = {
4147 remotes = [ "https://rubygems.org" ];
4148 sha256 = "1sl56ma851i82g3ax08igbn48igriiy152xzx30wgzv1bn21w53l";
4149 type = "gem";
4150 };
4151 version = "0.2.0";
4152 };
4153 html-pipeline = {
4154 dependencies = [
4155 "activesupport"
4156 "nokogiri"
4157 ];
4158 groups = [
4159 "default"
4160 "development"
4161 "test"
4162 ];
4163 platforms = [ ];
4164 source = {
4165 remotes = [ "https://rubygems.org" ];
4166 sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca";
4167 type = "gem";
4168 };
4169 version = "2.14.3";
4170 };
4171 html2text = {
4172 dependencies = [ "nokogiri" ];
4173 groups = [ "default" ];
4174 platforms = [ ];
4175 source = {
4176 remotes = [ "https://rubygems.org" ];
4177 sha256 = "1igx1ab5kgyflfpv7g136a6f7ms9g9ixiikx7xikj1qmp6hczgmi";
4178 type = "gem";
4179 };
4180 version = "0.4.0";
4181 };
4182 htmlbeautifier = {
4183 groups = [
4184 "default"
4185 "development"
4186 ];
4187 platforms = [ ];
4188 source = {
4189 remotes = [ "https://rubygems.org" ];
4190 sha256 = "1y55dx25l3wwc025mwl6jsbcsqrm30gs2d2pxnaxg07yh22ckq4x";
4191 type = "gem";
4192 };
4193 version = "1.4.2";
4194 };
4195 htmlentities = {
4196 groups = [
4197 "default"
4198 "test"
4199 ];
4200 platforms = [ ];
4201 source = {
4202 remotes = [ "https://rubygems.org" ];
4203 sha256 = "1nkklqsn8ir8wizzlakncfv42i32wc0w9hxp00hvdlgjr7376nhj";
4204 type = "gem";
4205 };
4206 version = "4.3.4";
4207 };
4208 http = {
4209 dependencies = [
4210 "addressable"
4211 "http-cookie"
4212 "http-form_data"
4213 "llhttp-ffi"
4214 ];
4215 groups = [ "default" ];
4216 platforms = [ ];
4217 source = {
4218 remotes = [ "https://rubygems.org" ];
4219 sha256 = "1bzb8p31kzv6q5p4z5xq88mnqk414rrw0y5rkhpnvpl29x5c3bpw";
4220 type = "gem";
4221 };
4222 version = "5.1.1";
4223 };
4224 http-accept = {
4225 groups = [ "default" ];
4226 platforms = [ ];
4227 source = {
4228 remotes = [ "https://rubygems.org" ];
4229 sha256 = "09m1facypsdjynfwrcv19xcb1mqg8z6kk31g8r33pfxzh838c9n6";
4230 type = "gem";
4231 };
4232 version = "1.7.0";
4233 };
4234 http-cookie = {
4235 dependencies = [ "domain_name" ];
4236 groups = [ "default" ];
4237 platforms = [ ];
4238 source = {
4239 remotes = [ "https://rubygems.org" ];
4240 sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk";
4241 type = "gem";
4242 };
4243 version = "1.0.5";
4244 };
4245 http-form_data = {
4246 groups = [ "default" ];
4247 platforms = [ ];
4248 source = {
4249 remotes = [ "https://rubygems.org" ];
4250 sha256 = "1wx591jdhy84901pklh1n9sgh74gnvq1qyqxwchni1yrc49ynknc";
4251 type = "gem";
4252 };
4253 version = "2.3.0";
4254 };
4255 httparty = {
4256 dependencies = [
4257 "csv"
4258 "mini_mime"
4259 "multi_xml"
4260 ];
4261 groups = [
4262 "danger"
4263 "default"
4264 "development"
4265 "test"
4266 ];
4267 platforms = [ ];
4268 source = {
4269 remotes = [ "https://rubygems.org" ];
4270 sha256 = "0mbbjr774zxb2wcpbwc93l0i481bxk7ga5hpap76w3q1y9idvh9s";
4271 type = "gem";
4272 };
4273 version = "0.23.1";
4274 };
4275 httpclient = {
4276 groups = [ "default" ];
4277 platforms = [ ];
4278 source = {
4279 remotes = [ "https://rubygems.org" ];
4280 sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99";
4281 type = "gem";
4282 };
4283 version = "2.8.3";
4284 };
4285 i18n = {
4286 dependencies = [ "concurrent-ruby" ];
4287 groups = [
4288 "default"
4289 "development"
4290 "monorepo"
4291 "test"
4292 ];
4293 platforms = [ ];
4294 source = {
4295 remotes = [ "https://rubygems.org" ];
4296 sha256 = "0lbm33fpb3w06wd2231sg58dwlwgjsvym93m548ajvl6s3mfvpn7";
4297 type = "gem";
4298 };
4299 version = "1.14.4";
4300 };
4301 i18n_data = {
4302 groups = [ "default" ];
4303 platforms = [ ];
4304 source = {
4305 remotes = [ "https://rubygems.org" ];
4306 sha256 = "0rizqqss1bvb668mw72ls7rlj6im82aizz230jxn7d39kaq9kap5";
4307 type = "gem";
4308 };
4309 version = "0.13.1";
4310 };
4311 icalendar = {
4312 dependencies = [
4313 "ice_cube"
4314 "ostruct"
4315 ];
4316 groups = [ "default" ];
4317 platforms = [ ];
4318 source = {
4319 remotes = [ "https://rubygems.org" ];
4320 sha256 = "11fl1kfqvgnh0vnryc9kbbaal693kdgf5h6qnj37p9wz5xkw5gqf";
4321 type = "gem";
4322 };
4323 version = "2.10.3";
4324 };
4325 ice_cube = {
4326 groups = [ "default" ];
4327 platforms = [ ];
4328 source = {
4329 remotes = [ "https://rubygems.org" ];
4330 sha256 = "1dri4mcya1fwzrr9nzic8hj1jr28a2szjag63f9k7p2bw9fpw4fs";
4331 type = "gem";
4332 };
4333 version = "0.16.4";
4334 };
4335 ice_nine = {
4336 groups = [
4337 "default"
4338 "test"
4339 ];
4340 platforms = [ ];
4341 source = {
4342 remotes = [ "https://rubygems.org" ];
4343 sha256 = "1nv35qg1rps9fsis28hz2cq2fx1i96795f91q4nmkm934xynll2x";
4344 type = "gem";
4345 };
4346 version = "0.11.2";
4347 };
4348 imagen = {
4349 dependencies = [ "parser" ];
4350 groups = [
4351 "coverage"
4352 "default"
4353 "development"
4354 "test"
4355 ];
4356 platforms = [ ];
4357 source = {
4358 remotes = [ "https://rubygems.org" ];
4359 sha256 = "0jz2750ildym7bfppx143zik7n576mpzrsqm4slxnxw80w9fk7rn";
4360 type = "gem";
4361 };
4362 version = "0.2.0";
4363 };
4364 influxdb-client = {
4365 dependencies = [ "csv" ];
4366 groups = [
4367 "development"
4368 "test"
4369 ];
4370 platforms = [ ];
4371 source = {
4372 remotes = [ "https://rubygems.org" ];
4373 sha256 = "1wp1p29hg5xb1izrl5xr6azp8x0l9kx9nvdg66glrxj20p48w7nw";
4374 type = "gem";
4375 };
4376 version = "3.2.0";
4377 };
4378 invisible_captcha = {
4379 dependencies = [ "rails" ];
4380 groups = [ "default" ];
4381 platforms = [ ];
4382 source = {
4383 remotes = [ "https://rubygems.org" ];
4384 sha256 = "05gz61784pi084xinxpjys6n8ai5m4d2zcc55irzpv4ix2jyb7ih";
4385 type = "gem";
4386 };
4387 version = "2.3.0";
4388 };
4389 io-console = {
4390 groups = [
4391 "default"
4392 "development"
4393 "test"
4394 ];
4395 platforms = [ ];
4396 source = {
4397 remotes = [ "https://rubygems.org" ];
4398 sha256 = "18pgvl7lfjpichdfh1g50rpz0zpaqrpr52ybn9liv1v9pjn9ysnd";
4399 type = "gem";
4400 };
4401 version = "0.8.0";
4402 };
4403 io-event = {
4404 groups = [ "default" ];
4405 platforms = [ ];
4406 source = {
4407 remotes = [ "https://rubygems.org" ];
4408 sha256 = "1ky3rfkdf57kf3c03da0dhkb555150yxkh9kfylkan2kxkwnvjiv";
4409 type = "gem";
4410 };
4411 version = "1.12.1";
4412 };
4413 ipaddress = {
4414 groups = [ "default" ];
4415 platforms = [ ];
4416 source = {
4417 remotes = [ "https://rubygems.org" ];
4418 sha256 = "1x86s0s11w202j6ka40jbmywkrx8fhq8xiy8mwvnkhllj57hqr45";
4419 type = "gem";
4420 };
4421 version = "0.8.3";
4422 };
4423 ipynbdiff = {
4424 dependencies = [
4425 "diffy"
4426 "oj"
4427 ];
4428 groups = [ "default" ];
4429 platforms = [ ];
4430 source = {
4431 path = "${src}/gems/ipynbdiff";
4432 type = "path";
4433 };
4434 version = "0.4.8";
4435 };
4436 irb = {
4437 dependencies = [
4438 "pp"
4439 "rdoc"
4440 "reline"
4441 ];
4442 groups = [
4443 "default"
4444 "development"
4445 "test"
4446 ];
4447 platforms = [ ];
4448 source = {
4449 remotes = [ "https://rubygems.org" ];
4450 sha256 = "1478m97wiy6nwg6lnl0szy39p46acsvrhax552vsh1s2mi2sgg6r";
4451 type = "gem";
4452 };
4453 version = "1.15.1";
4454 };
4455 jaeger-client = {
4456 dependencies = [
4457 "opentracing"
4458 "thrift"
4459 ];
4460 groups = [ "default" ];
4461 platforms = [ ];
4462 source = {
4463 remotes = [ "https://rubygems.org" ];
4464 sha256 = "1a2qlkc1hkr5hkj2574l1a63sm04bdx98gfhh9m8vvp6psdrnpnb";
4465 type = "gem";
4466 };
4467 version = "1.1.0";
4468 };
4469 jaro_winkler = {
4470 groups = [
4471 "default"
4472 "development"
4473 ];
4474 platforms = [ ];
4475 source = {
4476 remotes = [ "https://rubygems.org" ];
4477 sha256 = "14xkw4lb6wwvbcwqkf6ds116sridk9c8yz6y3caw07vzpwdvcmn0";
4478 type = "gem";
4479 };
4480 version = "1.6.1";
4481 };
4482 jira-ruby = {
4483 dependencies = [
4484 "activesupport"
4485 "atlassian-jwt"
4486 "multipart-post"
4487 "oauth"
4488 ];
4489 groups = [ "default" ];
4490 platforms = [ ];
4491 source = {
4492 remotes = [ "https://rubygems.org" ];
4493 sha256 = "0qpbc97sag426h4hgcizqq2njxx5fridzxq6mq5s93jazxmnxwmb";
4494 type = "gem";
4495 };
4496 version = "2.3.0";
4497 };
4498 jmespath = {
4499 groups = [ "default" ];
4500 platforms = [ ];
4501 source = {
4502 remotes = [ "https://rubygems.org" ];
4503 sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393";
4504 type = "gem";
4505 };
4506 version = "1.6.2";
4507 };
4508 js_regex = {
4509 dependencies = [
4510 "character_set"
4511 "regexp_parser"
4512 "regexp_property_values"
4513 ];
4514 groups = [ "default" ];
4515 platforms = [ ];
4516 source = {
4517 remotes = [ "https://rubygems.org" ];
4518 sha256 = "008riic16i69s6rvs7j9sjky0nlcpvh1nqbwj878rd6hxdgf5adx";
4519 type = "gem";
4520 };
4521 version = "3.13.0";
4522 };
4523 json = {
4524 groups = [
4525 "danger"
4526 "default"
4527 "development"
4528 "test"
4529 ];
4530 platforms = [ ];
4531 source = {
4532 remotes = [ "https://rubygems.org" ];
4533 sha256 = "1z0gmgndcqrcp5hgmgfrf8qiq9c6g4ccfs98qrgsr2d78jxz8z4f";
4534 type = "gem";
4535 };
4536 version = "2.13.1";
4537 };
4538 json-jwt = {
4539 dependencies = [
4540 "activesupport"
4541 "aes_key_wrap"
4542 "base64"
4543 "bindata"
4544 "faraday"
4545 "faraday-follow_redirects"
4546 ];
4547 groups = [ "default" ];
4548 platforms = [ ];
4549 source = {
4550 remotes = [ "https://rubygems.org" ];
4551 sha256 = "0v16kd05ijdmw1q8avpfsjkdiha6c2070hbz2g2fqg3lv2f1yidb";
4552 type = "gem";
4553 };
4554 version = "1.16.6";
4555 };
4556 json-schema = {
4557 dependencies = [
4558 "addressable"
4559 "bigdecimal"
4560 ];
4561 groups = [ "default" ];
4562 platforms = [ ];
4563 source = {
4564 remotes = [ "https://rubygems.org" ];
4565 sha256 = "1ma0k5889hzydba2ci8lqg87pxsh9zabz7jchm9cbacwsw7axgk0";
4566 type = "gem";
4567 };
4568 version = "5.2.2";
4569 };
4570 json_schemer = {
4571 dependencies = [
4572 "bigdecimal"
4573 "hana"
4574 "regexp_parser"
4575 "simpleidn"
4576 ];
4577 groups = [ "default" ];
4578 platforms = [ ];
4579 source = {
4580 remotes = [ "https://rubygems.org" ];
4581 sha256 = "0dgbrps0ydiyxcgj5n4dny0cmzwj125x1s792l7m5jjrp1rs27wz";
4582 type = "gem";
4583 };
4584 version = "2.3.0";
4585 };
4586 jsonb_accessor = {
4587 dependencies = [
4588 "activerecord"
4589 "activesupport"
4590 "pg"
4591 ];
4592 groups = [ "default" ];
4593 platforms = [ ];
4594 source = {
4595 remotes = [ "https://rubygems.org" ];
4596 sha256 = "1avnyx2ympzbmkqbc9dfy87npzcfia8sys2dc9m6prs3p1y0h3h1";
4597 type = "gem";
4598 };
4599 version = "1.4";
4600 };
4601 jsonpath = {
4602 dependencies = [ "multi_json" ];
4603 groups = [ "default" ];
4604 platforms = [ ];
4605 source = {
4606 remotes = [ "https://rubygems.org" ];
4607 sha256 = "0fkdjic88hh0accp0sbx5mcrr9yaqwampf5c3214212d4i614138";
4608 type = "gem";
4609 };
4610 version = "1.1.2";
4611 };
4612 jwt = {
4613 dependencies = [ "base64" ];
4614 groups = [
4615 "default"
4616 "test"
4617 ];
4618 platforms = [ ];
4619 source = {
4620 remotes = [ "https://rubygems.org" ];
4621 sha256 = "1x64l31nkqjwfv51s2vsm0yqq4cwzrlnji12wvaq761myx3fxq9i";
4622 type = "gem";
4623 };
4624 version = "2.10.2";
4625 };
4626 kaminari = {
4627 dependencies = [
4628 "activesupport"
4629 "kaminari-actionview"
4630 "kaminari-activerecord"
4631 "kaminari-core"
4632 ];
4633 groups = [ "default" ];
4634 platforms = [ ];
4635 source = {
4636 remotes = [ "https://rubygems.org" ];
4637 sha256 = "0gia8irryvfhcr6bsr64kpisbgdbqjsqfgrk12a11incmpwny1y4";
4638 type = "gem";
4639 };
4640 version = "1.2.2";
4641 };
4642 kaminari-actionview = {
4643 dependencies = [
4644 "actionview"
4645 "kaminari-core"
4646 ];
4647 groups = [ "default" ];
4648 platforms = [ ];
4649 source = {
4650 remotes = [ "https://rubygems.org" ];
4651 sha256 = "02f9ghl3a9b5q7l079d3yzmqjwkr4jigi7sldbps992rigygcc0k";
4652 type = "gem";
4653 };
4654 version = "1.2.2";
4655 };
4656 kaminari-activerecord = {
4657 dependencies = [
4658 "activerecord"
4659 "kaminari-core"
4660 ];
4661 groups = [ "default" ];
4662 platforms = [ ];
4663 source = {
4664 remotes = [ "https://rubygems.org" ];
4665 sha256 = "0c148z97s1cqivzbwrak149z7kl1rdmj7dxk6rpkasimmdxsdlqd";
4666 type = "gem";
4667 };
4668 version = "1.2.2";
4669 };
4670 kaminari-core = {
4671 groups = [ "default" ];
4672 platforms = [ ];
4673 source = {
4674 remotes = [ "https://rubygems.org" ];
4675 sha256 = "1zw3pg6kj39y7jxakbx7if59pl28lhk98fx71ks5lr3hfgn6zliv";
4676 type = "gem";
4677 };
4678 version = "1.2.2";
4679 };
4680 knapsack = {
4681 dependencies = [ "rake" ];
4682 groups = [
4683 "development"
4684 "test"
4685 ];
4686 platforms = [ ];
4687 source = {
4688 remotes = [ "https://rubygems.org" ];
4689 sha256 = "1f42akjbdkrg1ihwvls9pkkvz8vikaapzgxl82dd128rfn42chm9";
4690 type = "gem";
4691 };
4692 version = "4.0.0";
4693 };
4694 kramdown = {
4695 dependencies = [ "rexml" ];
4696 groups = [
4697 "danger"
4698 "default"
4699 "development"
4700 "test"
4701 ];
4702 platforms = [ ];
4703 source = {
4704 remotes = [ "https://rubygems.org" ];
4705 sha256 = "131nwypz8b4pq1hxs6gsz3k00i9b75y3cgpkq57vxknkv6mvdfw7";
4706 type = "gem";
4707 };
4708 version = "2.5.1";
4709 };
4710 kramdown-parser-gfm = {
4711 dependencies = [ "kramdown" ];
4712 groups = [
4713 "default"
4714 "development"
4715 ];
4716 platforms = [ ];
4717 source = {
4718 remotes = [ "https://rubygems.org" ];
4719 sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
4720 type = "gem";
4721 };
4722 version = "1.1.0";
4723 };
4724 kubeclient = {
4725 dependencies = [
4726 "http"
4727 "jsonpath"
4728 "recursive-open-struct"
4729 "rest-client"
4730 ];
4731 groups = [ "default" ];
4732 platforms = [ ];
4733 source = {
4734 remotes = [ "https://rubygems.org" ];
4735 sha256 = "1g89qd1hhf111zy9djlzblzz06pnv59zmamh6fk06wvnih7vj446";
4736 type = "gem";
4737 };
4738 version = "4.12.0";
4739 };
4740 language_server-protocol = {
4741 groups = [
4742 "default"
4743 "development"
4744 "test"
4745 ];
4746 platforms = [ ];
4747 source = {
4748 remotes = [ "https://rubygems.org" ];
4749 sha256 = "0gvb1j8xsqxms9mww01rmdl78zkd72zgxaap56bhv8j45z05hp1x";
4750 type = "gem";
4751 };
4752 version = "3.17.0.3";
4753 };
4754 launchy = {
4755 dependencies = [ "addressable" ];
4756 groups = [
4757 "default"
4758 "development"
4759 "test"
4760 ];
4761 platforms = [ ];
4762 source = {
4763 remotes = [ "https://rubygems.org" ];
4764 sha256 = "06r43899384das2bkbrpsdxsafyyqa94il7111053idfalb4984a";
4765 type = "gem";
4766 };
4767 version = "2.5.2";
4768 };
4769 lefthook = {
4770 groups = [ "development" ];
4771 platforms = [ ];
4772 source = {
4773 remotes = [ "https://rubygems.org" ];
4774 sha256 = "0pqam7p5f72ic1x16jmgvydjxgqd0lddq4pnkxjmwn174yk2k778";
4775 type = "gem";
4776 };
4777 version = "1.12.3";
4778 };
4779 letter_opener = {
4780 dependencies = [ "launchy" ];
4781 groups = [
4782 "default"
4783 "development"
4784 ];
4785 platforms = [ ];
4786 source = {
4787 remotes = [ "https://rubygems.org" ];
4788 sha256 = "1cnv3ggnzyagl50vzs1693aacv08bhwlprcvjp8jcg2w7cp3zwrg";
4789 type = "gem";
4790 };
4791 version = "1.10.0";
4792 };
4793 letter_opener_web = {
4794 dependencies = [
4795 "actionmailer"
4796 "letter_opener"
4797 "railties"
4798 "rexml"
4799 ];
4800 groups = [ "development" ];
4801 platforms = [ ];
4802 source = {
4803 remotes = [ "https://rubygems.org" ];
4804 sha256 = "0q4qfi5wnn5bv93zjf10agmzap3sn7gkfmdbryz296wb1vz1wf9z";
4805 type = "gem";
4806 };
4807 version = "3.0.0";
4808 };
4809 libyajl2 = {
4810 groups = [ "default" ];
4811 platforms = [ ];
4812 source = {
4813 remotes = [ "https://rubygems.org" ];
4814 sha256 = "1vx0mv0bbcy0qh3ik08b42vrq4kw1zg51121r18c0vvp4p3zcpda";
4815 type = "gem";
4816 };
4817 version = "2.1.0";
4818 };
4819 license_finder = {
4820 dependencies = [
4821 "csv"
4822 "rubyzip"
4823 "thor"
4824 "tomlrb"
4825 "with_env"
4826 "xml-simple"
4827 ];
4828 groups = [
4829 "development"
4830 "omnibus"
4831 "test"
4832 ];
4833 platforms = [ ];
4834 source = {
4835 remotes = [ "https://rubygems.org" ];
4836 sha256 = "057ghx449d70bakmn3fjr4x6f4rq4cj61l9gnww0c5sbnqcsv7hp";
4837 type = "gem";
4838 };
4839 version = "7.2.1";
4840 };
4841 licensee = {
4842 dependencies = [
4843 "dotenv"
4844 "octokit"
4845 "reverse_markdown"
4846 "rugged"
4847 "thor"
4848 ];
4849 groups = [ "default" ];
4850 platforms = [ ];
4851 source = {
4852 remotes = [ "https://rubygems.org" ];
4853 sha256 = "0xyzk7gzi91l6xlwfvf2z0963jwd2csf987yk0ffbr5p9ycdp0ry";
4854 type = "gem";
4855 };
4856 version = "9.18.0";
4857 };
4858 listen = {
4859 dependencies = [
4860 "rb-fsevent"
4861 "rb-inotify"
4862 ];
4863 groups = [
4864 "default"
4865 "development"
4866 "test"
4867 ];
4868 platforms = [ ];
4869 source = {
4870 remotes = [ "https://rubygems.org" ];
4871 sha256 = "0rwwsmvq79qwzl6324yc53py02kbrcww35si720490z5w0j497nv";
4872 type = "gem";
4873 };
4874 version = "3.9.0";
4875 };
4876 llhttp-ffi = {
4877 dependencies = [
4878 "ffi-compiler"
4879 "rake"
4880 ];
4881 groups = [ "default" ];
4882 platforms = [ ];
4883 source = {
4884 remotes = [ "https://rubygems.org" ];
4885 sha256 = "00dh6zmqdj59rhcya0l4b9aaxq6n8xizfbil93k0g06gndyk5xz5";
4886 type = "gem";
4887 };
4888 version = "0.4.0";
4889 };
4890 locale = {
4891 groups = [
4892 "default"
4893 "development"
4894 "test"
4895 ];
4896 platforms = [ ];
4897 source = {
4898 remotes = [ "https://rubygems.org" ];
4899 sha256 = "107pm4ccmla23z963kyjldgngfigvchnv85wr6m69viyxxrrjbsj";
4900 type = "gem";
4901 };
4902 version = "2.1.4";
4903 };
4904 lockbox = {
4905 groups = [ "default" ];
4906 platforms = [ ];
4907 source = {
4908 remotes = [ "https://rubygems.org" ];
4909 sha256 = "0q3jb6yaqqbn2l3bq39v9rj8zsa3qgjdsbavrvh8xnnk7g9sm9cj";
4910 type = "gem";
4911 };
4912 version = "1.4.1";
4913 };
4914 logger = {
4915 groups = [
4916 "danger"
4917 "default"
4918 "development"
4919 "monorepo"
4920 "test"
4921 ];
4922 platforms = [ ];
4923 source = {
4924 remotes = [ "https://rubygems.org" ];
4925 sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
4926 type = "gem";
4927 };
4928 version = "1.7.0";
4929 };
4930 lograge = {
4931 dependencies = [
4932 "actionpack"
4933 "activesupport"
4934 "railties"
4935 "request_store"
4936 ];
4937 groups = [ "default" ];
4938 platforms = [ ];
4939 source = {
4940 remotes = [ "https://rubygems.org" ];
4941 sha256 = "1vrjm4yqn5l6q5gsl72fmk95fl6j9z1a05gzbrwmsm3gp1a1bgac";
4942 type = "gem";
4943 };
4944 version = "0.11.2";
4945 };
4946 loofah = {
4947 dependencies = [
4948 "crass"
4949 "nokogiri"
4950 ];
4951 groups = [
4952 "default"
4953 "development"
4954 "monorepo"
4955 "test"
4956 ];
4957 platforms = [ ];
4958 source = {
4959 remotes = [ "https://rubygems.org" ];
4960 sha256 = "0dx316q03x6rpdbl610rdaj2vfd5s8fanixk21j4gv3h5f230nk5";
4961 type = "gem";
4962 };
4963 version = "2.24.1";
4964 };
4965 lookbook = {
4966 dependencies = [
4967 "activemodel"
4968 "css_parser"
4969 "htmlbeautifier"
4970 "htmlentities"
4971 "marcel"
4972 "railties"
4973 "redcarpet"
4974 "rouge"
4975 "view_component"
4976 "yard"
4977 "zeitwerk"
4978 ];
4979 groups = [ "development" ];
4980 platforms = [ ];
4981 source = {
4982 remotes = [ "https://rubygems.org" ];
4983 sha256 = "01bni0dlqc9blb1akqsna39l2wb9a9dgv75mqhihrb0lnng4qj0n";
4984 type = "gem";
4985 };
4986 version = "2.3.4";
4987 };
4988 lru_redux = {
4989 groups = [ "default" ];
4990 platforms = [ ];
4991 source = {
4992 remotes = [ "https://rubygems.org" ];
4993 sha256 = "1yxghzg7476sivz8yyr9nkak2dlbls0b89vc2kg52k0nmg6d0wgf";
4994 type = "gem";
4995 };
4996 version = "1.1.0";
4997 };
4998 lumberjack = {
4999 groups = [
5000 "default"
5001 "test"
5002 ];
5003 platforms = [ ];
5004 source = {
5005 remotes = [ "https://rubygems.org" ];
5006 sha256 = "07rvqrizmqzbjzhdsh4l4fyif26a7czb506dvch18kr3nkkamim5";
5007 type = "gem";
5008 };
5009 version = "1.2.7";
5010 };
5011 mail = {
5012 dependencies = [
5013 "mini_mime"
5014 "net-imap"
5015 "net-pop"
5016 "net-smtp"
5017 ];
5018 groups = [
5019 "default"
5020 "development"
5021 "test"
5022 ];
5023 platforms = [ ];
5024 source = {
5025 remotes = [ "https://rubygems.org" ];
5026 sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc";
5027 type = "gem";
5028 };
5029 version = "2.8.1";
5030 };
5031 mail-smtp_pool = {
5032 dependencies = [
5033 "connection_pool"
5034 "mail"
5035 ];
5036 groups = [ "default" ];
5037 platforms = [ ];
5038 source = {
5039 path = "${src}/gems/mail-smtp_pool";
5040 type = "path";
5041 };
5042 version = "0.1.0";
5043 };
5044 marcel = {
5045 groups = [
5046 "default"
5047 "development"
5048 "test"
5049 ];
5050 platforms = [ ];
5051 source = {
5052 remotes = [ "https://rubygems.org" ];
5053 sha256 = "190n2mk8m1l708kr88fh6mip9sdsh339d2s6sgrik3sbnvz4jmhd";
5054 type = "gem";
5055 };
5056 version = "1.0.4";
5057 };
5058 marginalia = {
5059 dependencies = [
5060 "actionpack"
5061 "activerecord"
5062 ];
5063 groups = [ "default" ];
5064 platforms = [ ];
5065 source = {
5066 remotes = [ "https://rubygems.org" ];
5067 sha256 = "1kw9l9gw9dqmbpjxs3ndifia2204n8n92pjr4xp78hiynqm22qyb";
5068 type = "gem";
5069 };
5070 version = "1.11.1";
5071 };
5072 matrix = {
5073 groups = [
5074 "default"
5075 "test"
5076 ];
5077 platforms = [ ];
5078 source = {
5079 remotes = [ "https://rubygems.org" ];
5080 sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i";
5081 type = "gem";
5082 };
5083 version = "0.4.2";
5084 };
5085 memory_profiler = {
5086 groups = [
5087 "default"
5088 "development"
5089 "test"
5090 ];
5091 platforms = [ ];
5092 source = {
5093 remotes = [ "https://rubygems.org" ];
5094 sha256 = "1y58ba08n4lx123c0hjcc752fc4x802mjy39qj1hq50ak3vpv8br";
5095 type = "gem";
5096 };
5097 version = "1.1.0";
5098 };
5099 method_source = {
5100 groups = [
5101 "default"
5102 "development"
5103 "metrics"
5104 "test"
5105 ];
5106 platforms = [
5107 {
5108 engine = "maglev";
5109 }
5110 {
5111 engine = "ruby";
5112 }
5113 ];
5114 source = {
5115 remotes = [ "https://rubygems.org" ];
5116 sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp";
5117 type = "gem";
5118 };
5119 version = "1.0.0";
5120 };
5121 metrics = {
5122 groups = [ "default" ];
5123 platforms = [ ];
5124 source = {
5125 remotes = [ "https://rubygems.org" ];
5126 sha256 = "1762zjanzjzr7jwig2arpj4h09ylhspipp9blx4pb9cjvgm8xv22";
5127 type = "gem";
5128 };
5129 version = "0.12.1";
5130 };
5131 microsoft_graph_mailer = {
5132 dependencies = [
5133 "mail"
5134 "oauth2"
5135 ];
5136 groups = [ "default" ];
5137 platforms = [ ];
5138 source = {
5139 path = "${src}/vendor/gems/microsoft_graph_mailer";
5140 type = "path";
5141 };
5142 version = "0.1.0";
5143 };
5144 mime-types = {
5145 dependencies = [ "mime-types-data" ];
5146 groups = [ "default" ];
5147 platforms = [ ];
5148 source = {
5149 remotes = [ "https://rubygems.org" ];
5150 sha256 = "0q8d881k1b3rbsfcdi3fx0b5vpdr5wcrhn88r2d9j7zjdkxp5mw5";
5151 type = "gem";
5152 };
5153 version = "3.5.1";
5154 };
5155 mime-types-data = {
5156 groups = [ "default" ];
5157 platforms = [ ];
5158 source = {
5159 remotes = [ "https://rubygems.org" ];
5160 sha256 = "0yjv0apysnrhbc70ralinfpcqn9382lxr643swp7a5sdwpa9cyqg";
5161 type = "gem";
5162 };
5163 version = "3.2023.1003";
5164 };
5165 mini_histogram = {
5166 groups = [
5167 "default"
5168 "test"
5169 ];
5170 platforms = [ ];
5171 source = {
5172 remotes = [ "https://rubygems.org" ];
5173 sha256 = "156xs8k7fqqcbk1fbf0ndz6gfw380fb2jrycfvhb06269r84n4ba";
5174 type = "gem";
5175 };
5176 version = "0.3.1";
5177 };
5178 mini_magick = {
5179 groups = [ "default" ];
5180 platforms = [ ];
5181 source = {
5182 remotes = [ "https://rubygems.org" ];
5183 sha256 = "1nfxjpmka12ihbwd87d5k2hh7d2pv3aq95x0l2lh8gca1s72bmki";
5184 type = "gem";
5185 };
5186 version = "4.13.2";
5187 };
5188 mini_mime = {
5189 groups = [
5190 "default"
5191 "development"
5192 "test"
5193 ];
5194 platforms = [ ];
5195 source = {
5196 remotes = [ "https://rubygems.org" ];
5197 sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5";
5198 type = "gem";
5199 };
5200 version = "1.1.2";
5201 };
5202 mini_portile2 = {
5203 groups = [
5204 "default"
5205 "development"
5206 "monorepo"
5207 "test"
5208 ];
5209 platforms = [ ];
5210 source = {
5211 remotes = [ "https://rubygems.org" ];
5212 sha256 = "0x8asxl83msn815lwmb2d7q5p29p7drhjv5va0byhk60v9n16iwf";
5213 type = "gem";
5214 };
5215 version = "2.8.8";
5216 };
5217 minitest = {
5218 groups = [
5219 "development"
5220 "test"
5221 ];
5222 platforms = [ ];
5223 source = {
5224 remotes = [ "https://rubygems.org" ];
5225 sha256 = "0icglrhghgwdlnzzp4jf76b0mbc71s80njn5afyfjn4wqji8mqbq";
5226 type = "gem";
5227 };
5228 version = "5.11.3";
5229 };
5230 mixlib-cli = {
5231 groups = [ "default" ];
5232 platforms = [ ];
5233 source = {
5234 remotes = [ "https://rubygems.org" ];
5235 sha256 = "1ydxlfgd7nnj3rp1y70k4yk96xz5cywldjii2zbnw3sq9pippwp6";
5236 type = "gem";
5237 };
5238 version = "2.1.8";
5239 };
5240 mixlib-config = {
5241 dependencies = [ "tomlrb" ];
5242 groups = [ "default" ];
5243 platforms = [ ];
5244 source = {
5245 remotes = [ "https://rubygems.org" ];
5246 sha256 = "0j0122lv2qgccl61njqi0pj6sp6nb85y07gcmw16bwg4k0c8nx6p";
5247 type = "gem";
5248 };
5249 version = "3.0.27";
5250 };
5251 mixlib-log = {
5252 dependencies = [ "ffi" ];
5253 groups = [ "default" ];
5254 platforms = [ ];
5255 source = {
5256 remotes = [ "https://rubygems.org" ];
5257 sha256 = "0s57cq8qx3823pcfzizshp8vagvp3f87r0lksknj18r26nl3y79a";
5258 type = "gem";
5259 };
5260 version = "3.2.3";
5261 };
5262 mixlib-shellout = {
5263 dependencies = [ "chef-utils" ];
5264 groups = [ "default" ];
5265 platforms = [ ];
5266 source = {
5267 remotes = [ "https://rubygems.org" ];
5268 sha256 = "0zkwg76y96nkh1mv0k92ybq46cr06v1wmic16129ls3yqzwx3xj6";
5269 type = "gem";
5270 };
5271 version = "3.2.7";
5272 };
5273 mize = {
5274 groups = [
5275 "default"
5276 "test"
5277 ];
5278 platforms = [ ];
5279 source = {
5280 remotes = [ "https://rubygems.org" ];
5281 sha256 = "105pjjmncf7q724swbygrbsgmh74ni4s2xaclbyjcm7zg64maca0";
5282 type = "gem";
5283 };
5284 version = "0.6.1";
5285 };
5286 msgpack = {
5287 groups = [ "default" ];
5288 platforms = [ ];
5289 source = {
5290 remotes = [ "https://rubygems.org" ];
5291 sha256 = "02af38s49111wglqzcjcpa7bwg6psjgysrjvgk05h3x4zchb6gd5";
5292 type = "gem";
5293 };
5294 version = "1.5.4";
5295 };
5296 multi_json = {
5297 groups = [
5298 "default"
5299 "development"
5300 "test"
5301 ];
5302 platforms = [ ];
5303 source = {
5304 remotes = [ "https://rubygems.org" ];
5305 sha256 = "06sabsvnw0x1aqdcswc6bqrqz6705548bfd8z22jxgxfjrn1yn3n";
5306 type = "gem";
5307 };
5308 version = "1.17.0";
5309 };
5310 multi_xml = {
5311 groups = [ "default" ];
5312 platforms = [ ];
5313 source = {
5314 remotes = [ "https://rubygems.org" ];
5315 sha256 = "0lmd4f401mvravi1i1yq7b2qjjli0yq7dfc4p1nj5nwajp7r6hyj";
5316 type = "gem";
5317 };
5318 version = "0.6.0";
5319 };
5320 multipart-post = {
5321 groups = [
5322 "danger"
5323 "default"
5324 "development"
5325 "test"
5326 ];
5327 platforms = [ ];
5328 source = {
5329 remotes = [ "https://rubygems.org" ];
5330 sha256 = "1n0kvnrcrjn31jb97kcx3wj1f5kkjza7yygfq8rxzf3i57g7jaa6";
5331 type = "gem";
5332 };
5333 version = "2.2.3";
5334 };
5335 murmurhash3 = {
5336 groups = [ "default" ];
5337 platforms = [ ];
5338 source = {
5339 remotes = [ "https://rubygems.org" ];
5340 sha256 = "0dh9xnjs98a2by2rd8jlcmx94miryssk1ral2pji21xbx7i2q2ip";
5341 type = "gem";
5342 };
5343 version = "0.1.7";
5344 };
5345 mustermann = {
5346 dependencies = [ "ruby2_keywords" ];
5347 groups = [
5348 "default"
5349 "development"
5350 "test"
5351 ];
5352 platforms = [ ];
5353 source = {
5354 remotes = [ "https://rubygems.org" ];
5355 sha256 = "0rwbq20s2gdh8dljjsgj5s6wqqfmnbclhvv2c2608brv7jm6jdbd";
5356 type = "gem";
5357 };
5358 version = "3.0.0";
5359 };
5360 mustermann-grape = {
5361 dependencies = [ "mustermann" ];
5362 groups = [
5363 "default"
5364 "development"
5365 "test"
5366 ];
5367 platforms = [ ];
5368 source = {
5369 remotes = [ "https://rubygems.org" ];
5370 sha256 = "1zpmc099rcpxmlfxb71zd6l7f9fcsg1fhi6627r03y1qlgb0jlvg";
5371 type = "gem";
5372 };
5373 version = "1.0.2";
5374 };
5375 mutex_m = {
5376 groups = [
5377 "default"
5378 "test"
5379 ];
5380 platforms = [ ];
5381 source = {
5382 remotes = [ "https://rubygems.org" ];
5383 sha256 = "0l875dw0lk7b2ywa54l0wjcggs94vb7gs8khfw9li75n2sn09jyg";
5384 type = "gem";
5385 };
5386 version = "0.3.0";
5387 };
5388 nap = {
5389 groups = [
5390 "default"
5391 "development"
5392 ];
5393 platforms = [ ];
5394 source = {
5395 remotes = [ "https://rubygems.org" ];
5396 sha256 = "0xm5xssxk5s03wjarpipfm39qmgxsalb46v1prsis14x1xk935ll";
5397 type = "gem";
5398 };
5399 version = "1.1.0";
5400 };
5401 nenv = {
5402 groups = [
5403 "default"
5404 "test"
5405 ];
5406 platforms = [ ];
5407 source = {
5408 remotes = [ "https://rubygems.org" ];
5409 sha256 = "0r97jzknll9bhd8yyg2bngnnkj8rjhal667n7d32h8h7ny7nvpnr";
5410 type = "gem";
5411 };
5412 version = "0.3.0";
5413 };
5414 net-http = {
5415 dependencies = [ "uri" ];
5416 groups = [
5417 "danger"
5418 "default"
5419 "development"
5420 "test"
5421 ];
5422 platforms = [ ];
5423 source = {
5424 remotes = [ "https://rubygems.org" ];
5425 sha256 = "1ysrwaabhf0sn24jrp0nnp51cdv0jf688mh5i6fsz63q2c6b48cn";
5426 type = "gem";
5427 };
5428 version = "0.6.0";
5429 };
5430 net-http-persistent = {
5431 dependencies = [ "connection_pool" ];
5432 groups = [ "default" ];
5433 platforms = [ ];
5434 source = {
5435 remotes = [ "https://rubygems.org" ];
5436 sha256 = "13psmr8009wwknainvns5jidhvjsknffb6k7mzz0yrby6h5qhhkf";
5437 type = "gem";
5438 };
5439 version = "4.0.5";
5440 };
5441 net-imap = {
5442 dependencies = [
5443 "date"
5444 "net-protocol"
5445 ];
5446 groups = [
5447 "default"
5448 "development"
5449 "test"
5450 ];
5451 platforms = [ ];
5452 source = {
5453 remotes = [ "https://rubygems.org" ];
5454 sha256 = "1z1kpshd0r09jv0091bcr4gfx3i1psbqdzy7zyag5n8v3qr0anfr";
5455 type = "gem";
5456 };
5457 version = "0.5.9";
5458 };
5459 net-ldap = {
5460 groups = [ "default" ];
5461 platforms = [ ];
5462 source = {
5463 remotes = [ "https://rubygems.org" ];
5464 sha256 = "1ycw0qsw3hap8svakl0i30jkj0ffd4lpyrn17a1j0w8mz5ainmsj";
5465 type = "gem";
5466 };
5467 version = "0.17.1";
5468 };
5469 net-ntp = {
5470 groups = [ "default" ];
5471 platforms = [ ];
5472 source = {
5473 remotes = [ "https://rubygems.org" ];
5474 sha256 = "0z96m7nnb9f634cz4i6p0x89z7g9i9h97cnk5f3x3q5x090kzisv";
5475 type = "gem";
5476 };
5477 version = "2.1.3";
5478 };
5479 net-pop = {
5480 dependencies = [ "net-protocol" ];
5481 groups = [
5482 "default"
5483 "development"
5484 "test"
5485 ];
5486 platforms = [ ];
5487 source = {
5488 remotes = [ "https://rubygems.org" ];
5489 sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4";
5490 type = "gem";
5491 };
5492 version = "0.1.2";
5493 };
5494 net-protocol = {
5495 dependencies = [ "timeout" ];
5496 groups = [
5497 "default"
5498 "development"
5499 "test"
5500 ];
5501 platforms = [ ];
5502 source = {
5503 remotes = [ "https://rubygems.org" ];
5504 sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa";
5505 type = "gem";
5506 };
5507 version = "0.2.2";
5508 };
5509 net-scp = {
5510 dependencies = [ "net-ssh" ];
5511 groups = [ "default" ];
5512 platforms = [ ];
5513 source = {
5514 remotes = [ "https://rubygems.org" ];
5515 sha256 = "1si2nq9l6jy5n2zw1q59a5gaji7v9vhy8qx08h4fg368906ysbdk";
5516 type = "gem";
5517 };
5518 version = "4.0.0";
5519 };
5520 net-smtp = {
5521 dependencies = [ "net-protocol" ];
5522 groups = [
5523 "default"
5524 "development"
5525 "test"
5526 ];
5527 platforms = [ ];
5528 source = {
5529 remotes = [ "https://rubygems.org" ];
5530 sha256 = "1c6md06hm5bf6rv53sk54dl2vg038pg8kglwv3rayx0vk2mdql9x";
5531 type = "gem";
5532 };
5533 version = "0.3.3";
5534 };
5535 net-ssh = {
5536 groups = [ "default" ];
5537 platforms = [ ];
5538 source = {
5539 remotes = [ "https://rubygems.org" ];
5540 sha256 = "1w1ypxa3n6mskkwb00b489314km19l61p5h3bar6zr8cng27c80p";
5541 type = "gem";
5542 };
5543 version = "7.3.0";
5544 };
5545 netrc = {
5546 groups = [ "default" ];
5547 platforms = [ ];
5548 source = {
5549 remotes = [ "https://rubygems.org" ];
5550 sha256 = "0gzfmcywp1da8nzfqsql2zqi648mfnx6qwkig3cv36n9m0yy676y";
5551 type = "gem";
5552 };
5553 version = "0.11.0";
5554 };
5555 nio4r = {
5556 groups = [
5557 "default"
5558 "puma"
5559 "test"
5560 ];
5561 platforms = [ ];
5562 source = {
5563 remotes = [ "https://rubygems.org" ];
5564 sha256 = "0xkjz56qc7hl7zy7i7bhiyw5pl85wwjsa4p70rj6s958xj2sd1lm";
5565 type = "gem";
5566 };
5567 version = "2.7.0";
5568 };
5569 nkf = {
5570 groups = [ "default" ];
5571 platforms = [ ];
5572 source = {
5573 remotes = [ "https://rubygems.org" ];
5574 sha256 = "09piyp2pd74klb9wcn0zw4mb5l0k9wzwppxggxi1yi95l2ym3hgv";
5575 type = "gem";
5576 };
5577 version = "0.2.0";
5578 };
5579 no_proxy_fix = {
5580 groups = [
5581 "default"
5582 "development"
5583 ];
5584 platforms = [ ];
5585 source = {
5586 remotes = [ "https://rubygems.org" ];
5587 sha256 = "006dmdb640v1kq0sll3dnlwj1b0kpf3i1p27ygyffv8lpcqlr6sf";
5588 type = "gem";
5589 };
5590 version = "0.1.2";
5591 };
5592 nokogiri = {
5593 dependencies = [
5594 "mini_portile2"
5595 "racc"
5596 ];
5597 groups = [
5598 "default"
5599 "development"
5600 "monorepo"
5601 "test"
5602 ];
5603 platforms = [ ];
5604 source = {
5605 remotes = [ "https://rubygems.org" ];
5606 sha256 = "0czsh9d738kj0bmpkjnczq9j924hg103gc00i0wfyg0fzn9psnmc";
5607 type = "gem";
5608 };
5609 version = "1.18.9";
5610 };
5611 notiffany = {
5612 dependencies = [
5613 "nenv"
5614 "shellany"
5615 ];
5616 groups = [
5617 "default"
5618 "test"
5619 ];
5620 platforms = [ ];
5621 source = {
5622 remotes = [ "https://rubygems.org" ];
5623 sha256 = "0f47h3bmg1apr4x51szqfv3rh2vq58z3grh4w02cp3bzbdh6jxnk";
5624 type = "gem";
5625 };
5626 version = "0.1.3";
5627 };
5628 numerizer = {
5629 groups = [ "default" ];
5630 platforms = [ ];
5631 source = {
5632 remotes = [ "https://rubygems.org" ];
5633 sha256 = "0ysxf30qcybh131r98frp38sqqkdhcjwpnajgrxl2w2kxvapd075";
5634 type = "gem";
5635 };
5636 version = "0.2.0";
5637 };
5638 oauth = {
5639 groups = [ "default" ];
5640 platforms = [ ];
5641 source = {
5642 remotes = [ "https://rubygems.org" ];
5643 sha256 = "1zwd6v39yqfdrpg1p3d9jvzs9ljg55ana2p06m0l7qn5w0lgx1a0";
5644 type = "gem";
5645 };
5646 version = "0.5.6";
5647 };
5648 oauth2 = {
5649 dependencies = [
5650 "faraday"
5651 "jwt"
5652 "logger"
5653 "multi_xml"
5654 "rack"
5655 "snaky_hash"
5656 "version_gem"
5657 ];
5658 groups = [ "default" ];
5659 platforms = [ ];
5660 source = {
5661 remotes = [ "https://rubygems.org" ];
5662 sha256 = "0hisvj04523xsq0cmaw2lzwjj2pgwvkxfs6c9dfqh8cdb5wjc4wg";
5663 type = "gem";
5664 };
5665 version = "2.0.10";
5666 };
5667 observer = {
5668 groups = [
5669 "default"
5670 "development"
5671 ];
5672 platforms = [ ];
5673 source = {
5674 remotes = [ "https://rubygems.org" ];
5675 sha256 = "1b2h1642jy1xrgyakyzz6bkq43gwp8yvxrs8sww12rms65qi18yq";
5676 type = "gem";
5677 };
5678 version = "0.1.2";
5679 };
5680 octokit = {
5681 dependencies = [
5682 "faraday"
5683 "sawyer"
5684 ];
5685 groups = [
5686 "danger"
5687 "default"
5688 "development"
5689 "test"
5690 ];
5691 platforms = [ ];
5692 source = {
5693 remotes = [ "https://rubygems.org" ];
5694 sha256 = "05j3gz79gxkid3lc2balyllqik4v4swnm0rcvxz14m76bkrpz92g";
5695 type = "gem";
5696 };
5697 version = "9.2.0";
5698 };
5699 ohai = {
5700 dependencies = [
5701 "chef-config"
5702 "chef-utils"
5703 "ffi"
5704 "ffi-yajl"
5705 "ipaddress"
5706 "mixlib-cli"
5707 "mixlib-config"
5708 "mixlib-log"
5709 "mixlib-shellout"
5710 "plist"
5711 "train-core"
5712 "wmi-lite"
5713 ];
5714 groups = [ "default" ];
5715 platforms = [ ];
5716 source = {
5717 remotes = [ "https://rubygems.org" ];
5718 sha256 = "1w0zrk1n6n7jl493k4vv5xaiszbmxsmaffy9xvykbfawjjb83vj2";
5719 type = "gem";
5720 };
5721 version = "18.1.18";
5722 };
5723 oj = {
5724 dependencies = [
5725 "bigdecimal"
5726 "ostruct"
5727 ];
5728 groups = [ "default" ];
5729 platforms = [ ];
5730 source = {
5731 remotes = [ "https://rubygems.org" ];
5732 sha256 = "1cajn3ylwhby1x51d9hbchm964qwb5zp63f7sfdm55n85ffn1ara";
5733 type = "gem";
5734 };
5735 version = "3.16.11";
5736 };
5737 oj-introspect = {
5738 dependencies = [ "oj" ];
5739 groups = [ "default" ];
5740 platforms = [ ];
5741 source = {
5742 remotes = [ "https://rubygems.org" ];
5743 sha256 = "0r4jgnw44qvswidfd8fh4s7pkdg34bmmrxn2wn0lhab0klq1bfsw";
5744 type = "gem";
5745 };
5746 version = "0.8.0";
5747 };
5748 omniauth = {
5749 dependencies = [
5750 "hashie"
5751 "rack"
5752 "rack-protection"
5753 ];
5754 groups = [ "default" ];
5755 platforms = [ ];
5756 source = {
5757 remotes = [ "https://rubygems.org" ];
5758 sha256 = "1hjnb5b5m549irs0h1455ipzsv82pikdagx9wjb6r4j1bkjy494d";
5759 type = "gem";
5760 };
5761 version = "2.1.3";
5762 };
5763 omniauth-alicloud = {
5764 dependencies = [ "omniauth-oauth2" ];
5765 groups = [ "default" ];
5766 platforms = [ ];
5767 source = {
5768 remotes = [ "https://rubygems.org" ];
5769 sha256 = "0gh1d69w6p62hj18bh2p5fdykg9za1yifpq18swp9ms0pcx4yp4w";
5770 type = "gem";
5771 };
5772 version = "3.0.0";
5773 };
5774 omniauth-atlassian-oauth2 = {
5775 dependencies = [
5776 "omniauth"
5777 "omniauth-oauth2"
5778 ];
5779 groups = [ "default" ];
5780 platforms = [ ];
5781 source = {
5782 remotes = [ "https://rubygems.org" ];
5783 sha256 = "1jbnbp0pnasyrf0mgyig72hx8bdwhv78na6ffqrs1f4a3155f1zb";
5784 type = "gem";
5785 };
5786 version = "0.2.0";
5787 };
5788 omniauth-auth0 = {
5789 dependencies = [
5790 "omniauth"
5791 "omniauth-oauth2"
5792 ];
5793 groups = [ "default" ];
5794 platforms = [ ];
5795 source = {
5796 remotes = [ "https://rubygems.org" ];
5797 sha256 = "1cn2qsc8gs7ib7y94b87iwar7zyc54nhh9ygfyq4sf9pgcvq77ix";
5798 type = "gem";
5799 };
5800 version = "3.1.1";
5801 };
5802 omniauth-azure-activedirectory-v2 = {
5803 dependencies = [ "omniauth-oauth2" ];
5804 groups = [ "default" ];
5805 platforms = [ ];
5806 source = {
5807 remotes = [ "https://rubygems.org" ];
5808 sha256 = "0wnhibz903ssnq9scl65a47d41zcczb3wjvc44y3w8ydabfwx164";
5809 type = "gem";
5810 };
5811 version = "2.0.0";
5812 };
5813 omniauth-github = {
5814 dependencies = [
5815 "omniauth"
5816 "omniauth-oauth2"
5817 ];
5818 groups = [ "default" ];
5819 platforms = [ ];
5820 source = {
5821 remotes = [ "https://rubygems.org" ];
5822 sha256 = "1m6a7kg3lxz2nm96prln2ja8r4wlm37m5vsy9199vnynqq5fgy4g";
5823 type = "gem";
5824 };
5825 version = "2.0.1";
5826 };
5827 omniauth-gitlab = {
5828 dependencies = [
5829 "omniauth"
5830 "omniauth-oauth2"
5831 ];
5832 groups = [ "default" ];
5833 platforms = [ ];
5834 source = {
5835 path = "${src}/vendor/gems/omniauth-gitlab";
5836 type = "path";
5837 };
5838 version = "4.0.0";
5839 };
5840 omniauth-google-oauth2 = {
5841 dependencies = [
5842 "jwt"
5843 "oauth2"
5844 "omniauth"
5845 "omniauth-oauth2"
5846 ];
5847 groups = [ "default" ];
5848 platforms = [ ];
5849 source = {
5850 remotes = [ "https://rubygems.org" ];
5851 sha256 = "0fahkghfa2iczmwss9bz5l4rh7siwzjnjp3akh7pdbsfx0kg35j4";
5852 type = "gem";
5853 };
5854 version = "1.1.1";
5855 };
5856 omniauth-oauth2 = {
5857 dependencies = [
5858 "oauth2"
5859 "omniauth"
5860 ];
5861 groups = [ "default" ];
5862 platforms = [ ];
5863 source = {
5864 remotes = [ "https://rubygems.org" ];
5865 sha256 = "0y4y122xm8zgrxn5nnzwg6w39dnjss8pcq2ppbpx9qn7kiayky5j";
5866 type = "gem";
5867 };
5868 version = "1.8.0";
5869 };
5870 omniauth-oauth2-generic = {
5871 dependencies = [
5872 "omniauth-oauth2"
5873 "rake"
5874 ];
5875 groups = [ "default" ];
5876 platforms = [ ];
5877 source = {
5878 remotes = [ "https://rubygems.org" ];
5879 sha256 = "04vnmszmm1jmwvg6cwdy9jxliwa8yawp4w4690pvyplx04wqavnf";
5880 type = "gem";
5881 };
5882 version = "0.2.8";
5883 };
5884 omniauth-salesforce = {
5885 dependencies = [
5886 "omniauth"
5887 "omniauth-oauth2"
5888 ];
5889 groups = [ "default" ];
5890 platforms = [ ];
5891 source = {
5892 path = "${src}/vendor/gems/omniauth-salesforce";
5893 type = "path";
5894 };
5895 version = "1.0.5";
5896 };
5897 omniauth-saml = {
5898 dependencies = [
5899 "omniauth"
5900 "ruby-saml"
5901 ];
5902 groups = [ "default" ];
5903 platforms = [ ];
5904 source = {
5905 remotes = [ "https://rubygems.org" ];
5906 sha256 = "1sznc4d2qhqmkw1vhpx2v5i9ndfb4k25cazhz74cbv18wyp4bk2s";
5907 type = "gem";
5908 };
5909 version = "2.2.4";
5910 };
5911 omniauth-shibboleth-redux = {
5912 dependencies = [ "omniauth" ];
5913 groups = [ "default" ];
5914 platforms = [ ];
5915 source = {
5916 remotes = [ "https://rubygems.org" ];
5917 sha256 = "1qgzp0xaka6vqpx69mw6nbqaqmyqrawi11cyak4gq19l23ym7cz9";
5918 type = "gem";
5919 };
5920 version = "2.0.0";
5921 };
5922 omniauth_crowd = {
5923 dependencies = [
5924 "activesupport"
5925 "nokogiri"
5926 "omniauth"
5927 ];
5928 groups = [ "default" ];
5929 platforms = [ ];
5930 source = {
5931 path = "${src}/vendor/gems/omniauth_crowd";
5932 type = "path";
5933 };
5934 version = "2.4.0";
5935 };
5936 omniauth_openid_connect = {
5937 dependencies = [
5938 "omniauth"
5939 "openid_connect"
5940 ];
5941 groups = [ "default" ];
5942 platforms = [ ];
5943 source = {
5944 remotes = [ "https://rubygems.org" ];
5945 sha256 = "099xg7s6450wlfzs77mbdx78g3dp0glx5q6f44i78akf7283hbqz";
5946 type = "gem";
5947 };
5948 version = "0.8.0";
5949 };
5950 open4 = {
5951 groups = [
5952 "default"
5953 "development"
5954 ];
5955 platforms = [ ];
5956 source = {
5957 remotes = [ "https://rubygems.org" ];
5958 sha256 = "1cgls3f9dlrpil846q0w7h66vsc33jqn84nql4gcqkk221rh7px1";
5959 type = "gem";
5960 };
5961 version = "1.3.4";
5962 };
5963 openid_connect = {
5964 dependencies = [
5965 "activemodel"
5966 "attr_required"
5967 "email_validator"
5968 "faraday"
5969 "faraday-follow_redirects"
5970 "json-jwt"
5971 "mail"
5972 "rack-oauth2"
5973 "swd"
5974 "tzinfo"
5975 "validate_url"
5976 "webfinger"
5977 ];
5978 groups = [ "default" ];
5979 platforms = [ ];
5980 source = {
5981 remotes = [ "https://rubygems.org" ];
5982 sha256 = "10i13cn40jiiw8lslkv7bj1isinnwbmzlk6msgiph3gqry08702x";
5983 type = "gem";
5984 };
5985 version = "2.3.1";
5986 };
5987 opensearch-ruby = {
5988 dependencies = [
5989 "faraday"
5990 "multi_json"
5991 ];
5992 groups = [ "default" ];
5993 platforms = [ ];
5994 source = {
5995 remotes = [ "https://rubygems.org" ];
5996 sha256 = "0pd0ihmsjp0m0ckrv3jnwhzmls3kz2pcn21yqas5jg7dddl231ha";
5997 type = "gem";
5998 };
5999 version = "3.4.0";
6000 };
6001 openssl = {
6002 groups = [ "default" ];
6003 platforms = [ ];
6004 source = {
6005 remotes = [ "https://rubygems.org" ];
6006 sha256 = "0ygfbbs3c61d32ymja2k6sznj5pr540cip9z91lhzcvsr4zmffpz";
6007 type = "gem";
6008 };
6009 version = "3.3.0";
6010 };
6011 openssl-signature_algorithm = {
6012 dependencies = [ "openssl" ];
6013 groups = [ "default" ];
6014 platforms = [ ];
6015 source = {
6016 remotes = [ "https://rubygems.org" ];
6017 sha256 = "103yjl68wqhl5kxaciir5jdnyi7iv9yckishdr52s5knh9g0pd53";
6018 type = "gem";
6019 };
6020 version = "1.3.0";
6021 };
6022 opentelemetry-api = {
6023 groups = [
6024 "default"
6025 "opentelemetry"
6026 ];
6027 platforms = [ ];
6028 source = {
6029 remotes = [ "https://rubygems.org" ];
6030 sha256 = "1j9c2a4wgw0jaw63qscfasw3lf3kr45q83p4mmlf0bndcq2rlgdb";
6031 type = "gem";
6032 };
6033 version = "1.2.5";
6034 };
6035 opentelemetry-common = {
6036 dependencies = [ "opentelemetry-api" ];
6037 groups = [
6038 "default"
6039 "opentelemetry"
6040 ];
6041 platforms = [ ];
6042 source = {
6043 remotes = [ "https://rubygems.org" ];
6044 sha256 = "160ws06d8mzx3hwjss2i954h8r86dp3sw95k2wrbq81sb121m2gy";
6045 type = "gem";
6046 };
6047 version = "0.21.0";
6048 };
6049 opentelemetry-exporter-otlp = {
6050 dependencies = [
6051 "google-protobuf"
6052 "googleapis-common-protos-types"
6053 "opentelemetry-api"
6054 "opentelemetry-common"
6055 "opentelemetry-sdk"
6056 "opentelemetry-semantic_conventions"
6057 ];
6058 groups = [ "opentelemetry" ];
6059 platforms = [ ];
6060 source = {
6061 remotes = [ "https://rubygems.org" ];
6062 sha256 = "1c0f345cpcqz3p6salmag9vhr7flirga35xivc01kvpli7scai1j";
6063 type = "gem";
6064 };
6065 version = "0.29.1";
6066 };
6067 opentelemetry-helpers-sql-obfuscation = {
6068 dependencies = [ "opentelemetry-common" ];
6069 groups = [
6070 "default"
6071 "opentelemetry"
6072 ];
6073 platforms = [ ];
6074 source = {
6075 remotes = [ "https://rubygems.org" ];
6076 sha256 = "0cnlr3gqmd2q9wcaxhvlkxkbjvvvkp4vzcwif1j7kydw7lvz2vmw";
6077 type = "gem";
6078 };
6079 version = "0.1.0";
6080 };
6081 opentelemetry-instrumentation-action_mailer = {
6082 dependencies = [
6083 "opentelemetry-api"
6084 "opentelemetry-instrumentation-active_support"
6085 "opentelemetry-instrumentation-base"
6086 ];
6087 groups = [
6088 "default"
6089 "opentelemetry"
6090 ];
6091 platforms = [ ];
6092 source = {
6093 remotes = [ "https://rubygems.org" ];
6094 sha256 = "03nbn48q5ymk4wyhvnqa1wzvi1mzy2cbc8pmpf26x217zy6dvwl8";
6095 type = "gem";
6096 };
6097 version = "0.2.0";
6098 };
6099 opentelemetry-instrumentation-action_pack = {
6100 dependencies = [
6101 "opentelemetry-api"
6102 "opentelemetry-instrumentation-base"
6103 "opentelemetry-instrumentation-rack"
6104 ];
6105 groups = [ "opentelemetry" ];
6106 platforms = [ ];
6107 source = {
6108 remotes = [ "https://rubygems.org" ];
6109 sha256 = "00mbrqmpk7p3wy377izsspshzdb849b9dv22z8f2hajcpr2im0id";
6110 type = "gem";
6111 };
6112 version = "0.10.0";
6113 };
6114 opentelemetry-instrumentation-action_view = {
6115 dependencies = [
6116 "opentelemetry-api"
6117 "opentelemetry-instrumentation-active_support"
6118 "opentelemetry-instrumentation-base"
6119 ];
6120 groups = [ "opentelemetry" ];
6121 platforms = [ ];
6122 source = {
6123 remotes = [ "https://rubygems.org" ];
6124 sha256 = "08ga079lc2xariw83xc4ly1kab718ripmfb9af7xh6vm9qajka3d";
6125 type = "gem";
6126 };
6127 version = "0.7.3";
6128 };
6129 opentelemetry-instrumentation-active_job = {
6130 dependencies = [
6131 "opentelemetry-api"
6132 "opentelemetry-instrumentation-base"
6133 ];
6134 groups = [ "opentelemetry" ];
6135 platforms = [ ];
6136 source = {
6137 remotes = [ "https://rubygems.org" ];
6138 sha256 = "0hirfvkg4kf575al080zvnpbxs3y9qlmzdr1w7qwkap7mjdks6r8";
6139 type = "gem";
6140 };
6141 version = "0.7.8";
6142 };
6143 opentelemetry-instrumentation-active_record = {
6144 dependencies = [
6145 "opentelemetry-api"
6146 "opentelemetry-instrumentation-base"
6147 ];
6148 groups = [ "opentelemetry" ];
6149 platforms = [ ];
6150 source = {
6151 remotes = [ "https://rubygems.org" ];
6152 sha256 = "14aar8w2szn5fi7j3lg35qlq1r12ka6lvcrcn700agv5nm3han5y";
6153 type = "gem";
6154 };
6155 version = "0.8.1";
6156 };
6157 opentelemetry-instrumentation-active_support = {
6158 dependencies = [
6159 "opentelemetry-api"
6160 "opentelemetry-instrumentation-base"
6161 ];
6162 groups = [ "opentelemetry" ];
6163 platforms = [ ];
6164 source = {
6165 remotes = [ "https://rubygems.org" ];
6166 sha256 = "1q07nn9ipq2yd7xjj24hh00cbvlda269k1l0xfkc8d8iw8mixrsg";
6167 type = "gem";
6168 };
6169 version = "0.6.0";
6170 };
6171 opentelemetry-instrumentation-aws_sdk = {
6172 dependencies = [
6173 "opentelemetry-api"
6174 "opentelemetry-instrumentation-base"
6175 ];
6176 groups = [ "opentelemetry" ];
6177 platforms = [ ];
6178 source = {
6179 remotes = [ "https://rubygems.org" ];
6180 sha256 = "1d8rbbn3qnv0bb4l7mlxd9zlihf8m6k7rrajaj5zmq5p9fq79hx3";
6181 type = "gem";
6182 };
6183 version = "0.7.0";
6184 };
6185 opentelemetry-instrumentation-base = {
6186 dependencies = [
6187 "opentelemetry-api"
6188 "opentelemetry-registry"
6189 ];
6190 groups = [
6191 "default"
6192 "opentelemetry"
6193 ];
6194 platforms = [ ];
6195 source = {
6196 remotes = [ "https://rubygems.org" ];
6197 sha256 = "0pv064ksiynin8hzvljkwm5vlkgr8kk6g3qqpiwcik860i7l677n";
6198 type = "gem";
6199 };
6200 version = "0.22.3";
6201 };
6202 opentelemetry-instrumentation-concurrent_ruby = {
6203 dependencies = [
6204 "opentelemetry-api"
6205 "opentelemetry-instrumentation-base"
6206 ];
6207 groups = [ "opentelemetry" ];
6208 platforms = [ ];
6209 source = {
6210 remotes = [ "https://rubygems.org" ];
6211 sha256 = "1khlhzwb37mqnzr1vr49ljhi4bplmq9w8ndm0k8xbfsr8h8wivq4";
6212 type = "gem";
6213 };
6214 version = "0.21.4";
6215 };
6216 opentelemetry-instrumentation-ethon = {
6217 dependencies = [
6218 "opentelemetry-api"
6219 "opentelemetry-instrumentation-base"
6220 ];
6221 groups = [ "opentelemetry" ];
6222 platforms = [ ];
6223 source = {
6224 remotes = [ "https://rubygems.org" ];
6225 sha256 = "0p23m08mylzzkh6v3397a5v27wg4f8vs5jifrh3025lfg1rh9wr0";
6226 type = "gem";
6227 };
6228 version = "0.21.9";
6229 };
6230 opentelemetry-instrumentation-excon = {
6231 dependencies = [
6232 "opentelemetry-api"
6233 "opentelemetry-instrumentation-base"
6234 ];
6235 groups = [ "opentelemetry" ];
6236 platforms = [ ];
6237 source = {
6238 remotes = [ "https://rubygems.org" ];
6239 sha256 = "1x49m71zz8vbvv39gfbfvllnrflf2284r4f3bgbnb3l0b9din3zc";
6240 type = "gem";
6241 };
6242 version = "0.22.5";
6243 };
6244 opentelemetry-instrumentation-faraday = {
6245 dependencies = [
6246 "opentelemetry-api"
6247 "opentelemetry-instrumentation-base"
6248 ];
6249 groups = [ "opentelemetry" ];
6250 platforms = [ ];
6251 source = {
6252 remotes = [ "https://rubygems.org" ];
6253 sha256 = "1azbnb3f6lbmjciqdy5awyv6lhnkcyd4wqr6ayj8glj4v7b8bprn";
6254 type = "gem";
6255 };
6256 version = "0.24.7";
6257 };
6258 opentelemetry-instrumentation-grape = {
6259 dependencies = [
6260 "opentelemetry-api"
6261 "opentelemetry-instrumentation-base"
6262 "opentelemetry-instrumentation-rack"
6263 ];
6264 groups = [ "opentelemetry" ];
6265 platforms = [ ];
6266 source = {
6267 remotes = [ "https://rubygems.org" ];
6268 sha256 = "1dhpapza8qw8clfp7pri6r6sbibrx07sj7xfk3myivmp05rms8m1";
6269 type = "gem";
6270 };
6271 version = "0.2.0";
6272 };
6273 opentelemetry-instrumentation-graphql = {
6274 dependencies = [
6275 "opentelemetry-api"
6276 "opentelemetry-instrumentation-base"
6277 ];
6278 groups = [ "opentelemetry" ];
6279 platforms = [ ];
6280 source = {
6281 remotes = [ "https://rubygems.org" ];
6282 sha256 = "0v6w0b3q0li5cq0xmc42ngqk9ahx60n5q31alka36ds4inxcrky2";
6283 type = "gem";
6284 };
6285 version = "0.28.4";
6286 };
6287 opentelemetry-instrumentation-http = {
6288 dependencies = [
6289 "opentelemetry-api"
6290 "opentelemetry-instrumentation-base"
6291 ];
6292 groups = [ "opentelemetry" ];
6293 platforms = [ ];
6294 source = {
6295 remotes = [ "https://rubygems.org" ];
6296 sha256 = "07jycg8iicrcadhnpg1zd2fp6di5hddq6cdpfmz499r2lzwv9wbi";
6297 type = "gem";
6298 };
6299 version = "0.23.5";
6300 };
6301 opentelemetry-instrumentation-http_client = {
6302 dependencies = [
6303 "opentelemetry-api"
6304 "opentelemetry-instrumentation-base"
6305 ];
6306 groups = [ "opentelemetry" ];
6307 platforms = [ ];
6308 source = {
6309 remotes = [ "https://rubygems.org" ];
6310 sha256 = "0ss5izgcj2874df0yl4akcjvgsg2wyflvbq43aic2zw93dw4a7s1";
6311 type = "gem";
6312 };
6313 version = "0.22.8";
6314 };
6315 opentelemetry-instrumentation-net_http = {
6316 dependencies = [
6317 "opentelemetry-api"
6318 "opentelemetry-instrumentation-base"
6319 ];
6320 groups = [ "opentelemetry" ];
6321 platforms = [ ];
6322 source = {
6323 remotes = [ "https://rubygems.org" ];
6324 sha256 = "0bh462bpf9m1vg512y9dmjaj7hrlyy04qpwhrzjzmf14d25xcfq2";
6325 type = "gem";
6326 };
6327 version = "0.22.8";
6328 };
6329 opentelemetry-instrumentation-pg = {
6330 dependencies = [
6331 "opentelemetry-api"
6332 "opentelemetry-helpers-sql-obfuscation"
6333 "opentelemetry-instrumentation-base"
6334 ];
6335 groups = [ "opentelemetry" ];
6336 platforms = [ ];
6337 source = {
6338 remotes = [ "https://rubygems.org" ];
6339 sha256 = "0ll2ka487ybsisk7c46lrag18nsfp9gbzrzmiyjjslnpiirc3gwc";
6340 type = "gem";
6341 };
6342 version = "0.29.1";
6343 };
6344 opentelemetry-instrumentation-rack = {
6345 dependencies = [
6346 "opentelemetry-api"
6347 "opentelemetry-instrumentation-base"
6348 ];
6349 groups = [ "opentelemetry" ];
6350 platforms = [ ];
6351 source = {
6352 remotes = [ "https://rubygems.org" ];
6353 sha256 = "0g94rqqgw1jhqfng2692559wrldl6xji45lhbr4id3l1dd7qp72k";
6354 type = "gem";
6355 };
6356 version = "0.25.0";
6357 };
6358 opentelemetry-instrumentation-rails = {
6359 dependencies = [
6360 "opentelemetry-api"
6361 "opentelemetry-instrumentation-action_mailer"
6362 "opentelemetry-instrumentation-action_pack"
6363 "opentelemetry-instrumentation-action_view"
6364 "opentelemetry-instrumentation-active_job"
6365 "opentelemetry-instrumentation-active_record"
6366 "opentelemetry-instrumentation-active_support"
6367 "opentelemetry-instrumentation-base"
6368 ];
6369 groups = [ "opentelemetry" ];
6370 platforms = [ ];
6371 source = {
6372 remotes = [ "https://rubygems.org" ];
6373 sha256 = "15kd44ilp029vadv0yyjnajwv7mn2f29647xxd0svqyd1bf9j1ji";
6374 type = "gem";
6375 };
6376 version = "0.33.1";
6377 };
6378 opentelemetry-instrumentation-rake = {
6379 dependencies = [
6380 "opentelemetry-api"
6381 "opentelemetry-instrumentation-base"
6382 ];
6383 groups = [ "opentelemetry" ];
6384 platforms = [ ];
6385 source = {
6386 remotes = [ "https://rubygems.org" ];
6387 sha256 = "0840gnlr90nbl430yc72czn26bngdp94v4adz7q9ph3pmdm8mppv";
6388 type = "gem";
6389 };
6390 version = "0.2.2";
6391 };
6392 opentelemetry-instrumentation-redis = {
6393 dependencies = [
6394 "opentelemetry-api"
6395 "opentelemetry-instrumentation-base"
6396 ];
6397 groups = [ "opentelemetry" ];
6398 platforms = [ ];
6399 source = {
6400 remotes = [ "https://rubygems.org" ];
6401 sha256 = "1qrgnk2x64sks9gqb7fycfa6sass6ddqzh5dms4hdbz1bzag581f";
6402 type = "gem";
6403 };
6404 version = "0.25.7";
6405 };
6406 opentelemetry-instrumentation-sidekiq = {
6407 dependencies = [
6408 "opentelemetry-api"
6409 "opentelemetry-instrumentation-base"
6410 ];
6411 groups = [ "opentelemetry" ];
6412 platforms = [ ];
6413 source = {
6414 remotes = [ "https://rubygems.org" ];
6415 sha256 = "0cfzw1avv52idxvq02y95g3byxsswccck78zch5hmnnzvp5f59nn";
6416 type = "gem";
6417 };
6418 version = "0.25.7";
6419 };
6420 opentelemetry-registry = {
6421 dependencies = [ "opentelemetry-api" ];
6422 groups = [
6423 "default"
6424 "opentelemetry"
6425 ];
6426 platforms = [ ];
6427 source = {
6428 remotes = [ "https://rubygems.org" ];
6429 sha256 = "08k8zqrg47v1jxcvxz9wxyqm03kjdw98qa8q0y840qvh988vcshi";
6430 type = "gem";
6431 };
6432 version = "0.3.0";
6433 };
6434 opentelemetry-sdk = {
6435 dependencies = [
6436 "opentelemetry-api"
6437 "opentelemetry-common"
6438 "opentelemetry-registry"
6439 "opentelemetry-semantic_conventions"
6440 ];
6441 groups = [ "opentelemetry" ];
6442 platforms = [ ];
6443 source = {
6444 remotes = [ "https://rubygems.org" ];
6445 sha256 = "14n49y6yq48jnbfms2razv7vm1lkdxwh5cd63cm9x8as9ksn1ndj";
6446 type = "gem";
6447 };
6448 version = "1.6.0";
6449 };
6450 opentelemetry-semantic_conventions = {
6451 dependencies = [ "opentelemetry-api" ];
6452 groups = [
6453 "default"
6454 "opentelemetry"
6455 ];
6456 platforms = [ ];
6457 source = {
6458 remotes = [ "https://rubygems.org" ];
6459 sha256 = "0xhv5fwwgjj2k8ksprpg1nm5v8k3w6gyw4wiq2k08q3kf484rlhk";
6460 type = "gem";
6461 };
6462 version = "1.10.0";
6463 };
6464 opentracing = {
6465 groups = [ "default" ];
6466 platforms = [ ];
6467 source = {
6468 remotes = [ "https://rubygems.org" ];
6469 sha256 = "11lj1d8vq0hkb5hjz8q4lm82cddrggpbb33dhqfn7rxhwsmxgdfy";
6470 type = "gem";
6471 };
6472 version = "0.5.0";
6473 };
6474 optimist = {
6475 groups = [ "default" ];
6476 platforms = [ ];
6477 source = {
6478 remotes = [ "https://rubygems.org" ];
6479 sha256 = "1vg2chy1cfmdj6c1gryl8zvjhhmb3plwgyh1jfnpq4fnfqv7asrk";
6480 type = "gem";
6481 };
6482 version = "3.0.1";
6483 };
6484 org-ruby = {
6485 dependencies = [ "rubypants" ];
6486 groups = [ "default" ];
6487 platforms = [ ];
6488 source = {
6489 remotes = [ "https://rubygems.org" ];
6490 sha256 = "0x69s7aysfiwlcpd9hkvksfyld34d8kxr62adb59vjvh8hxfrjwk";
6491 type = "gem";
6492 };
6493 version = "0.9.12";
6494 };
6495 orm_adapter = {
6496 groups = [ "default" ];
6497 platforms = [ ];
6498 source = {
6499 remotes = [ "https://rubygems.org" ];
6500 sha256 = "1fg9jpjlzf5y49qs9mlpdrgs5rpcyihq1s4k79nv9js0spjhnpda";
6501 type = "gem";
6502 };
6503 version = "0.5.0";
6504 };
6505 os = {
6506 groups = [ "default" ];
6507 platforms = [ ];
6508 source = {
6509 remotes = [ "https://rubygems.org" ];
6510 sha256 = "0gwd20smyhxbm687vdikfh1gpi96h8qb1x28s2pdcysf6dm6v0ap";
6511 type = "gem";
6512 };
6513 version = "1.1.4";
6514 };
6515 ostruct = {
6516 groups = [
6517 "default"
6518 "test"
6519 ];
6520 platforms = [ ];
6521 source = {
6522 remotes = [ "https://rubygems.org" ];
6523 sha256 = "05xqijcf80sza5pnlp1c8whdaay8x5dc13214ngh790zrizgp8q9";
6524 type = "gem";
6525 };
6526 version = "0.6.1";
6527 };
6528 pact = {
6529 dependencies = [
6530 "pact-mock_service"
6531 "pact-support"
6532 "rack-test"
6533 "rspec"
6534 "term-ansicolor"
6535 "thor"
6536 "webrick"
6537 ];
6538 groups = [
6539 "development"
6540 "test"
6541 ];
6542 platforms = [ ];
6543 source = {
6544 remotes = [ "https://rubygems.org" ];
6545 sha256 = "1a3fbwzzzdsbzipv63mcq1q761mqc6w8k1vxkbrbf3aqi2489p8b";
6546 type = "gem";
6547 };
6548 version = "1.64.0";
6549 };
6550 pact-mock_service = {
6551 dependencies = [
6552 "find_a_port"
6553 "json"
6554 "pact-support"
6555 "rack"
6556 "rspec"
6557 "thor"
6558 "webrick"
6559 ];
6560 groups = [
6561 "default"
6562 "development"
6563 "test"
6564 ];
6565 platforms = [ ];
6566 source = {
6567 remotes = [ "https://rubygems.org" ];
6568 sha256 = "0lds3xpkrx91lm74pa3n5167c8mkmqyki9axj7bjj0m18r2ybna2";
6569 type = "gem";
6570 };
6571 version = "3.11.2";
6572 };
6573 pact-support = {
6574 dependencies = [
6575 "awesome_print"
6576 "diff-lcs"
6577 "expgen"
6578 "rainbow"
6579 ];
6580 groups = [
6581 "default"
6582 "development"
6583 "test"
6584 ];
6585 platforms = [ ];
6586 source = {
6587 remotes = [ "https://rubygems.org" ];
6588 sha256 = "0waq8ywxhljm5sjk7m3q7f6s2pvcfshg3ncs9dl7kcsg2ail7hs1";
6589 type = "gem";
6590 };
6591 version = "1.20.0";
6592 };
6593 paper_trail = {
6594 dependencies = [
6595 "activerecord"
6596 "request_store"
6597 ];
6598 groups = [ "default" ];
6599 platforms = [ ];
6600 source = {
6601 remotes = [ "https://rubygems.org" ];
6602 sha256 = "1781qpj1mip1llq3jfbf0q7gk4mshar33afg6610qncb3gxz1fg9";
6603 type = "gem";
6604 };
6605 version = "16.0.0";
6606 };
6607 parallel = {
6608 groups = [
6609 "development"
6610 "test"
6611 ];
6612 platforms = [ ];
6613 source = {
6614 remotes = [ "https://rubygems.org" ];
6615 sha256 = "0c719bfgcszqvk9z47w2p8j2wkz5y35k48ywwas5yxbbh3hm3haa";
6616 type = "gem";
6617 };
6618 version = "1.27.0";
6619 };
6620 parser = {
6621 dependencies = [
6622 "ast"
6623 "racc"
6624 ];
6625 groups = [
6626 "coverage"
6627 "default"
6628 "development"
6629 "test"
6630 ];
6631 platforms = [ ];
6632 source = {
6633 remotes = [ "https://rubygems.org" ];
6634 sha256 = "1wl7frfk68q6gsf6q6j32jl5m3yc0b9x8ycxz3hy79miaj9r5mll";
6635 type = "gem";
6636 };
6637 version = "3.3.9.0";
6638 };
6639 parslet = {
6640 groups = [
6641 "default"
6642 "development"
6643 "test"
6644 ];
6645 platforms = [ ];
6646 source = {
6647 remotes = [ "https://rubygems.org" ];
6648 sha256 = "12nrzfwjphjlakb9pmpj70hgjwgzvnr8i1zfzddifgyd44vspl88";
6649 type = "gem";
6650 };
6651 version = "1.8.2";
6652 };
6653 pastel = {
6654 dependencies = [ "tty-color" ];
6655 groups = [
6656 "default"
6657 "development"
6658 "test"
6659 ];
6660 platforms = [ ];
6661 source = {
6662 remotes = [ "https://rubygems.org" ];
6663 sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8";
6664 type = "gem";
6665 };
6666 version = "0.8.0";
6667 };
6668 pdf-core = {
6669 groups = [ "default" ];
6670 platforms = [ ];
6671 source = {
6672 remotes = [ "https://rubygems.org" ];
6673 sha256 = "14ffyc016pznyir87dcm2gyavwcppdyf87hyjhzixh3340g10p8a";
6674 type = "gem";
6675 };
6676 version = "0.10.0";
6677 };
6678 peek = {
6679 dependencies = [ "railties" ];
6680 groups = [ "default" ];
6681 platforms = [ ];
6682 source = {
6683 remotes = [ "https://rubygems.org" ];
6684 sha256 = "1k1yggixrcj72jlc98hi3jjd04x71dpynn8dxpcdhinyijniwl6n";
6685 type = "gem";
6686 };
6687 version = "1.1.0";
6688 };
6689 pg = {
6690 groups = [ "default" ];
6691 platforms = [ ];
6692 source = {
6693 remotes = [ "https://rubygems.org" ];
6694 sha256 = "0xf8i58shwvwlka4ld12nxcgqv0d5r1yizsvw74w5jaw83yllqaq";
6695 type = "gem";
6696 };
6697 version = "1.6.2";
6698 };
6699 pg_query = {
6700 dependencies = [ "google-protobuf" ];
6701 groups = [ "default" ];
6702 platforms = [ ];
6703 source = {
6704 remotes = [ "https://rubygems.org" ];
6705 sha256 = "07j86a2mf90dhjlm6ns7p59ij91axg860k63hxc2rw89w8lm404b";
6706 type = "gem";
6707 };
6708 version = "6.1.0";
6709 };
6710 plist = {
6711 groups = [ "default" ];
6712 platforms = [ ];
6713 source = {
6714 remotes = [ "https://rubygems.org" ];
6715 sha256 = "0wzhnbzraz60paxhm48c50fp9xi7cqka4gfhxmiq43mhgh5ajg3h";
6716 type = "gem";
6717 };
6718 version = "3.7.0";
6719 };
6720 png_quantizator = {
6721 groups = [
6722 "development"
6723 "test"
6724 ];
6725 platforms = [ ];
6726 source = {
6727 remotes = [ "https://rubygems.org" ];
6728 sha256 = "0sqhydp5g9ly1kgfiya1fc6srmhf6avrb74j09z3lp0jck8d88v0";
6729 type = "gem";
6730 };
6731 version = "0.2.1";
6732 };
6733 pp = {
6734 dependencies = [ "prettyprint" ];
6735 groups = [
6736 "default"
6737 "development"
6738 "test"
6739 ];
6740 platforms = [ ];
6741 source = {
6742 remotes = [ "https://rubygems.org" ];
6743 sha256 = "1zxnfxjni0r9l2x42fyq0sqpnaf5nakjbap8irgik4kg1h9c6zll";
6744 type = "gem";
6745 };
6746 version = "0.6.2";
6747 };
6748 prawn = {
6749 dependencies = [
6750 "matrix"
6751 "pdf-core"
6752 "ttfunk"
6753 ];
6754 groups = [ "default" ];
6755 platforms = [ ];
6756 source = {
6757 remotes = [ "https://rubygems.org" ];
6758 sha256 = "1diwqjchmymhj4ihp4xaad2mjc8q8bmibbbxwfd5pgrh9wxhxqpl";
6759 type = "gem";
6760 };
6761 version = "2.5.0";
6762 };
6763 prawn-svg = {
6764 dependencies = [
6765 "css_parser"
6766 "matrix"
6767 "prawn"
6768 "rexml"
6769 ];
6770 groups = [ "default" ];
6771 platforms = [ ];
6772 source = {
6773 remotes = [ "https://rubygems.org" ];
6774 sha256 = "0c18drdsms06h5c5hmhdi7sbck72f2sp3sbgwyr7frq65h1xs6r7";
6775 type = "gem";
6776 };
6777 version = "0.37.0";
6778 };
6779 premailer = {
6780 dependencies = [
6781 "addressable"
6782 "css_parser"
6783 "htmlentities"
6784 ];
6785 groups = [ "default" ];
6786 platforms = [ ];
6787 source = {
6788 remotes = [ "https://rubygems.org" ];
6789 sha256 = "1yvy5lxq287izy7qsz23hry63rc57wkaaalqvxnwjncm56xgdmzh";
6790 type = "gem";
6791 };
6792 version = "1.23.0";
6793 };
6794 premailer-rails = {
6795 dependencies = [
6796 "actionmailer"
6797 "net-smtp"
6798 "premailer"
6799 ];
6800 groups = [ "default" ];
6801 platforms = [ ];
6802 source = {
6803 remotes = [ "https://rubygems.org" ];
6804 sha256 = "0004f73kgrglida336fqkgx906m6n05nnfc17mypzg5rc78iaf61";
6805 type = "gem";
6806 };
6807 version = "1.12.0";
6808 };
6809 prettyprint = {
6810 groups = [
6811 "default"
6812 "development"
6813 "test"
6814 ];
6815 platforms = [ ];
6816 source = {
6817 remotes = [ "https://rubygems.org" ];
6818 sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b";
6819 type = "gem";
6820 };
6821 version = "0.2.0";
6822 };
6823 prime = {
6824 dependencies = [
6825 "forwardable"
6826 "singleton"
6827 ];
6828 groups = [
6829 "default"
6830 "development"
6831 "test"
6832 ];
6833 platforms = [ ];
6834 source = {
6835 remotes = [ "https://rubygems.org" ];
6836 sha256 = "1qsk9q2n4yb80f5mwslxzfzm2ckar25grghk95cj7sbc1p2k3w5s";
6837 type = "gem";
6838 };
6839 version = "0.1.3";
6840 };
6841 prism = {
6842 groups = [
6843 "default"
6844 "development"
6845 ];
6846 platforms = [ ];
6847 source = {
6848 remotes = [ "https://rubygems.org" ];
6849 sha256 = "0bvdq2jsn1jj8vgp9xrmi6ljw0hqlv4i97v5aa0fcii34g9rrzr4";
6850 type = "gem";
6851 };
6852 version = "1.2.0";
6853 };
6854 proc_to_ast = {
6855 dependencies = [
6856 "coderay"
6857 "parser"
6858 "unparser"
6859 ];
6860 groups = [
6861 "default"
6862 "development"
6863 "test"
6864 ];
6865 platforms = [ ];
6866 source = {
6867 remotes = [ "https://rubygems.org" ];
6868 sha256 = "14c65w48bbzp5lh1cngqd1y25kqvfnq1iy49hlzshl12dsk3z9wj";
6869 type = "gem";
6870 };
6871 version = "0.1.0";
6872 };
6873 prometheus-client-mmap = {
6874 dependencies = [
6875 "base64"
6876 "bigdecimal"
6877 "logger"
6878 "rb_sys"
6879 ];
6880 groups = [ "default" ];
6881 platforms = [ ];
6882 source = {
6883 remotes = [ "https://rubygems.org" ];
6884 sha256 = "0i0l7v26vq8k6wvsfk9fzpswilbg4214d9p9xc87kmswl1kwxm26";
6885 type = "gem";
6886 };
6887 version = "1.2.10";
6888 };
6889 pry = {
6890 dependencies = [
6891 "coderay"
6892 "method_source"
6893 ];
6894 groups = [
6895 "default"
6896 "development"
6897 "test"
6898 ];
6899 platforms = [ ];
6900 source = {
6901 remotes = [ "https://rubygems.org" ];
6902 sha256 = "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4";
6903 type = "gem";
6904 };
6905 version = "0.14.2";
6906 };
6907 pry-byebug = {
6908 dependencies = [
6909 "byebug"
6910 "pry"
6911 ];
6912 groups = [
6913 "development"
6914 "test"
6915 ];
6916 platforms = [ ];
6917 source = {
6918 remotes = [ "https://rubygems.org" ];
6919 sha256 = "0wpa3jd46h44rjz3hjwl5c0zfx3jav4a64nm8h0g1iwv61yvn2hb";
6920 type = "gem";
6921 };
6922 version = "3.11.0";
6923 };
6924 pry-rails = {
6925 dependencies = [ "pry" ];
6926 groups = [
6927 "development"
6928 "test"
6929 ];
6930 platforms = [ ];
6931 source = {
6932 remotes = [ "https://rubygems.org" ];
6933 sha256 = "0garafb0lxbm3sx2r9pqgs7ky9al58cl3wmwc0gmvmrl9bi2i7m6";
6934 type = "gem";
6935 };
6936 version = "0.3.11";
6937 };
6938 pry-shell = {
6939 dependencies = [
6940 "pry"
6941 "tty-markdown"
6942 "tty-prompt"
6943 ];
6944 groups = [
6945 "development"
6946 "test"
6947 ];
6948 platforms = [ ];
6949 source = {
6950 remotes = [ "https://rubygems.org" ];
6951 sha256 = "027jd53zjbimqb3n1329q4njs94bagmfnrfylxqv04lrsa14h0md";
6952 type = "gem";
6953 };
6954 version = "0.6.4";
6955 };
6956 psych = {
6957 dependencies = [
6958 "date"
6959 "stringio"
6960 ];
6961 groups = [
6962 "default"
6963 "development"
6964 "test"
6965 ];
6966 platforms = [ ];
6967 source = {
6968 remotes = [ "https://rubygems.org" ];
6969 sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4";
6970 type = "gem";
6971 };
6972 version = "5.2.3";
6973 };
6974 public_suffix = {
6975 groups = [
6976 "danger"
6977 "default"
6978 "development"
6979 "monorepo"
6980 "test"
6981 ];
6982 platforms = [ ];
6983 source = {
6984 remotes = [ "https://rubygems.org" ];
6985 sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31";
6986 type = "gem";
6987 };
6988 version = "6.0.1";
6989 };
6990 puma = {
6991 dependencies = [ "nio4r" ];
6992 groups = [ "puma" ];
6993 platforms = [ ];
6994 source = {
6995 remotes = [ "https://rubygems.org" ];
6996 sha256 = "07pajhv7pqz82kcjc6017y4d0hwz5kp746cydpx1npd79r56xddr";
6997 type = "gem";
6998 };
6999 version = "6.6.1";
7000 };
7001 pyu-ruby-sasl = {
7002 groups = [ "default" ];
7003 platforms = [ ];
7004 source = {
7005 remotes = [ "https://rubygems.org" ];
7006 sha256 = "1rcpjiz9lrvyb3rd8k8qni0v4ps08psympffyldmmnrqayyad0sn";
7007 type = "gem";
7008 };
7009 version = "0.0.3.3";
7010 };
7011 raabro = {
7012 groups = [ "default" ];
7013 platforms = [ ];
7014 source = {
7015 remotes = [ "https://rubygems.org" ];
7016 sha256 = "10m8bln9d00dwzjil1k42i5r7l82x25ysbi45fwyv4932zsrzynl";
7017 type = "gem";
7018 };
7019 version = "1.4.0";
7020 };
7021 racc = {
7022 groups = [
7023 "coverage"
7024 "default"
7025 "development"
7026 "monorepo"
7027 "test"
7028 ];
7029 platforms = [ ];
7030 source = {
7031 remotes = [ "https://rubygems.org" ];
7032 sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
7033 type = "gem";
7034 };
7035 version = "1.8.1";
7036 };
7037 rack = {
7038 groups = [
7039 "default"
7040 "development"
7041 "test"
7042 ];
7043 platforms = [ ];
7044 source = {
7045 remotes = [ "https://rubygems.org" ];
7046 sha256 = "1pcr8sn02lwzv3z6vx5n41b6ybcnw9g9h05s3lkv4vqdm0f2mq2z";
7047 type = "gem";
7048 };
7049 version = "2.2.17";
7050 };
7051 rack-accept = {
7052 dependencies = [ "rack" ];
7053 groups = [ "default" ];
7054 platforms = [ ];
7055 source = {
7056 remotes = [ "https://rubygems.org" ];
7057 sha256 = "18jdipx17b4ki33cfqvliapd31sbfvs4mv727awynr6v95a7n936";
7058 type = "gem";
7059 };
7060 version = "0.4.5";
7061 };
7062 rack-attack = {
7063 dependencies = [ "rack" ];
7064 groups = [ "default" ];
7065 platforms = [ ];
7066 source = {
7067 remotes = [ "https://rubygems.org" ];
7068 sha256 = "0z6pj5vjgl6swq7a33gssf795k958mss8gpmdb4v4cydcs7px91w";
7069 type = "gem";
7070 };
7071 version = "6.7.0";
7072 };
7073 rack-cors = {
7074 dependencies = [ "rack" ];
7075 groups = [ "default" ];
7076 platforms = [ ];
7077 source = {
7078 remotes = [ "https://rubygems.org" ];
7079 sha256 = "06ysmn14pdf2wyr7agm0qvvr9pzcgyf39w4yvk2n05w9k4alwpa1";
7080 type = "gem";
7081 };
7082 version = "2.0.2";
7083 };
7084 rack-oauth2 = {
7085 dependencies = [
7086 "activesupport"
7087 "attr_required"
7088 "faraday"
7089 "faraday-follow_redirects"
7090 "json-jwt"
7091 "rack"
7092 ];
7093 groups = [ "default" ];
7094 platforms = [ ];
7095 source = {
7096 remotes = [ "https://rubygems.org" ];
7097 sha256 = "19fi42hi9l474ki89y6cs8vrpfmc1h8zpd02iwjy4hw0a1yahfn7";
7098 type = "gem";
7099 };
7100 version = "2.2.1";
7101 };
7102 rack-protection = {
7103 dependencies = [ "rack" ];
7104 groups = [ "default" ];
7105 platforms = [ ];
7106 source = {
7107 remotes = [ "https://rubygems.org" ];
7108 sha256 = "169jzzgvbjrqmz4q55wp9pg4ji2h90mggcdxy152gv5vp96l2hgx";
7109 type = "gem";
7110 };
7111 version = "2.2.2";
7112 };
7113 rack-proxy = {
7114 dependencies = [ "rack" ];
7115 groups = [ "default" ];
7116 platforms = [ ];
7117 source = {
7118 remotes = [ "https://rubygems.org" ];
7119 sha256 = "12jw7401j543fj8cc83lmw72d8k6bxvkp9rvbifi88hh01blnsj4";
7120 type = "gem";
7121 };
7122 version = "0.7.7";
7123 };
7124 rack-session = {
7125 dependencies = [ "rack" ];
7126 groups = [ "default" ];
7127 platforms = [ ];
7128 source = {
7129 remotes = [ "https://rubygems.org" ];
7130 sha256 = "0xhxhlsz6shh8nm44jsmd9276zcnyzii364vhcvf0k8b8bjia8d0";
7131 type = "gem";
7132 };
7133 version = "1.0.2";
7134 };
7135 rack-test = {
7136 dependencies = [ "rack" ];
7137 groups = [
7138 "default"
7139 "development"
7140 "test"
7141 ];
7142 platforms = [ ];
7143 source = {
7144 remotes = [ "https://rubygems.org" ];
7145 sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c";
7146 type = "gem";
7147 };
7148 version = "2.1.0";
7149 };
7150 rack-timeout = {
7151 groups = [ "default" ];
7152 platforms = [ ];
7153 source = {
7154 remotes = [ "https://rubygems.org" ];
7155 sha256 = "1nc7kis61n4q7g78gxxsxygam022glmgwq9snydrkjiwg7lkfwvm";
7156 type = "gem";
7157 };
7158 version = "0.7.0";
7159 };
7160 rackup = {
7161 dependencies = [
7162 "rack"
7163 "webrick"
7164 ];
7165 groups = [
7166 "default"
7167 "development"
7168 "test"
7169 ];
7170 platforms = [ ];
7171 source = {
7172 remotes = [ "https://rubygems.org" ];
7173 sha256 = "0jf2ncj2nx56vh96hh2nh6h4r530nccxh87z7c2f37wq515611ms";
7174 type = "gem";
7175 };
7176 version = "1.0.1";
7177 };
7178 rails = {
7179 dependencies = [
7180 "actioncable"
7181 "actionmailbox"
7182 "actionmailer"
7183 "actionpack"
7184 "actiontext"
7185 "actionview"
7186 "activejob"
7187 "activemodel"
7188 "activerecord"
7189 "activestorage"
7190 "activesupport"
7191 "railties"
7192 ];
7193 groups = [
7194 "default"
7195 "development"
7196 "test"
7197 ];
7198 platforms = [ ];
7199 source = {
7200 remotes = [ "https://rubygems.org" ];
7201 sha256 = "0ikmj9p48n8mms39jq8w91y12cm7zmxc7a1r9i7vzfn509r0i4m2";
7202 type = "gem";
7203 };
7204 version = "7.1.5.2";
7205 };
7206 rails-controller-testing = {
7207 dependencies = [
7208 "actionpack"
7209 "actionview"
7210 "activesupport"
7211 ];
7212 groups = [ "test" ];
7213 platforms = [ ];
7214 source = {
7215 remotes = [ "https://rubygems.org" ];
7216 sha256 = "151f303jcvs8s149mhx2g5mn67487x0blrf9dzl76q1nb7dlh53l";
7217 type = "gem";
7218 };
7219 version = "1.0.5";
7220 };
7221 rails-dom-testing = {
7222 dependencies = [
7223 "activesupport"
7224 "minitest"
7225 "nokogiri"
7226 ];
7227 groups = [
7228 "default"
7229 "development"
7230 "monorepo"
7231 "test"
7232 ];
7233 platforms = [ ];
7234 source = {
7235 remotes = [ "https://rubygems.org" ];
7236 sha256 = "0fx9dx1ag0s1lr6lfr34lbx5i1bvn3bhyf3w3mx6h7yz90p725g5";
7237 type = "gem";
7238 };
7239 version = "2.2.0";
7240 };
7241 rails-html-sanitizer = {
7242 dependencies = [
7243 "loofah"
7244 "nokogiri"
7245 ];
7246 groups = [
7247 "default"
7248 "development"
7249 "monorepo"
7250 "test"
7251 ];
7252 platforms = [ ];
7253 source = {
7254 remotes = [ "https://rubygems.org" ];
7255 sha256 = "1w6bqm8d3afc66ff6npnsc2d8ky552n6qzwwwc1bh0wz6c8gplp3";
7256 type = "gem";
7257 };
7258 version = "1.6.1";
7259 };
7260 rails-i18n = {
7261 dependencies = [
7262 "i18n"
7263 "railties"
7264 ];
7265 groups = [ "default" ];
7266 platforms = [ ];
7267 source = {
7268 remotes = [ "https://rubygems.org" ];
7269 sha256 = "1jiiv5ni1jrk15g572wc0l1ansbx6aqqsp2mk0pg9h18mkh1dbpg";
7270 type = "gem";
7271 };
7272 version = "7.0.10";
7273 };
7274 railties = {
7275 dependencies = [
7276 "actionpack"
7277 "activesupport"
7278 "irb"
7279 "rackup"
7280 "rake"
7281 "thor"
7282 "zeitwerk"
7283 ];
7284 groups = [
7285 "default"
7286 "development"
7287 "test"
7288 ];
7289 platforms = [ ];
7290 source = {
7291 remotes = [ "https://rubygems.org" ];
7292 sha256 = "08fnm4bfkmjknnzmi1wkvyw9b2r4c5ammk0jzp4mgfgv1fgwh2mg";
7293 type = "gem";
7294 };
7295 version = "7.1.5.2";
7296 };
7297 rainbow = {
7298 groups = [
7299 "coverage"
7300 "default"
7301 "development"
7302 "test"
7303 ];
7304 platforms = [ ];
7305 source = {
7306 remotes = [ "https://rubygems.org" ];
7307 sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
7308 type = "gem";
7309 };
7310 version = "3.1.1";
7311 };
7312 rake = {
7313 groups = [
7314 "default"
7315 "development"
7316 "test"
7317 ];
7318 platforms = [ ];
7319 source = {
7320 remotes = [ "https://rubygems.org" ];
7321 sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
7322 type = "gem";
7323 };
7324 version = "13.0.6";
7325 };
7326 rake-compiler-dock = {
7327 groups = [ "default" ];
7328 platforms = [ ];
7329 source = {
7330 remotes = [ "https://rubygems.org" ];
7331 sha256 = "0lsdrlj1f5xcgg2phycfv1hvlsggiq6wqfff513i375skai20dz7";
7332 type = "gem";
7333 };
7334 version = "1.9.1";
7335 };
7336 rb-fsevent = {
7337 groups = [
7338 "default"
7339 "development"
7340 "test"
7341 ];
7342 platforms = [ ];
7343 source = {
7344 remotes = [ "https://rubygems.org" ];
7345 sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
7346 type = "gem";
7347 };
7348 version = "0.11.2";
7349 };
7350 rb-inotify = {
7351 dependencies = [ "ffi" ];
7352 groups = [
7353 "default"
7354 "development"
7355 "test"
7356 ];
7357 platforms = [ ];
7358 source = {
7359 remotes = [ "https://rubygems.org" ];
7360 sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
7361 type = "gem";
7362 };
7363 version = "0.10.1";
7364 };
7365 rb_sys = {
7366 dependencies = [ "rake-compiler-dock" ];
7367 groups = [ "default" ];
7368 platforms = [ ];
7369 source = {
7370 remotes = [ "https://rubygems.org" ];
7371 sha256 = "0za20fy8x9yc13jzz3kzcdc58qswzdvxmbwxnjab7xmm94gzv4w9";
7372 type = "gem";
7373 };
7374 version = "0.9.110";
7375 };
7376 rbs = {
7377 dependencies = [ "logger" ];
7378 groups = [
7379 "default"
7380 "development"
7381 ];
7382 platforms = [ ];
7383 source = {
7384 remotes = [ "https://rubygems.org" ];
7385 sha256 = "1h1jal1sv47saxyk33nnjk2ywrsf35aar18p7mc48s2m33876wpd";
7386 type = "gem";
7387 };
7388 version = "3.6.1";
7389 };
7390 rbtrace = {
7391 dependencies = [
7392 "ffi"
7393 "msgpack"
7394 "optimist"
7395 ];
7396 groups = [ "default" ];
7397 platforms = [ ];
7398 source = {
7399 remotes = [ "https://rubygems.org" ];
7400 sha256 = "158qydqnrn1r0gm806j0bn439y0dyzdpscwi1sm3ldl1mcid5mx2";
7401 type = "gem";
7402 };
7403 version = "0.5.2";
7404 };
7405 rchardet = {
7406 groups = [
7407 "default"
7408 "development"
7409 ];
7410 platforms = [ ];
7411 source = {
7412 remotes = [ "https://rubygems.org" ];
7413 sha256 = "1isj1b3ywgg2m1vdlnr41lpvpm3dbyarf1lla4dfibfmad9csfk9";
7414 type = "gem";
7415 };
7416 version = "1.8.0";
7417 };
7418 rdoc = {
7419 dependencies = [ "psych" ];
7420 groups = [
7421 "default"
7422 "development"
7423 "test"
7424 ];
7425 platforms = [ ];
7426 source = {
7427 remotes = [ "https://rubygems.org" ];
7428 sha256 = "0a83bsmd444pbhga3icwh8c7gm917m1fabq38dy1pn9ywjd17hij";
7429 type = "gem";
7430 };
7431 version = "6.13.0";
7432 };
7433 re2 = {
7434 dependencies = [ "mini_portile2" ];
7435 groups = [ "default" ];
7436 platforms = [ ];
7437 source = {
7438 remotes = [ "https://rubygems.org" ];
7439 sha256 = "1rvf0yyff2anyfnmx6csx7fai8dk727b843hzz1bm2nqcmm9asv7";
7440 type = "gem";
7441 };
7442 version = "2.19.0";
7443 };
7444 recaptcha = {
7445 dependencies = [ "json" ];
7446 groups = [ "default" ];
7447 platforms = [ ];
7448 source = {
7449 remotes = [ "https://rubygems.org" ];
7450 sha256 = "1vmpppgdy64qa16bvkss0xyzmyyzxv5hwzvc1i6saw4yvm58kl9p";
7451 type = "gem";
7452 };
7453 version = "5.12.3";
7454 };
7455 recursive-open-struct = {
7456 groups = [ "default" ];
7457 platforms = [ ];
7458 source = {
7459 remotes = [ "https://rubygems.org" ];
7460 sha256 = "0nnyr6qsqrcszf6c10n4zfjs8h9n67zvsmx6mp8brkigamr8llx3";
7461 type = "gem";
7462 };
7463 version = "1.1.3";
7464 };
7465 redcarpet = {
7466 groups = [
7467 "default"
7468 "development"
7469 ];
7470 platforms = [ ];
7471 source = {
7472 remotes = [ "https://rubygems.org" ];
7473 sha256 = "1sg9sbf9pm91l7lac7fs4silabyn0vflxwaa2x3lrzsm0ff8ilca";
7474 type = "gem";
7475 };
7476 version = "3.6.0";
7477 };
7478 RedCloth = {
7479 groups = [ "default" ];
7480 platforms = [ ];
7481 source = {
7482 remotes = [ "https://rubygems.org" ];
7483 sha256 = "15r2h7rfp4bi9i0bfmvgnmvmw0kl3byyac53rcakk4qsv7yv4caj";
7484 type = "gem";
7485 };
7486 version = "4.3.4";
7487 };
7488 redis = {
7489 dependencies = [ "redis-client" ];
7490 groups = [ "default" ];
7491 platforms = [ ];
7492 source = {
7493 remotes = [ "https://rubygems.org" ];
7494 sha256 = "1bpsh5dbvybsa8qnv4dg11a6f2zn4sndarf7pk4iaayjgaspbrmm";
7495 type = "gem";
7496 };
7497 version = "5.4.1";
7498 };
7499 redis-actionpack = {
7500 dependencies = [
7501 "actionpack"
7502 "redis-rack"
7503 "redis-store"
7504 ];
7505 groups = [ "default" ];
7506 platforms = [ ];
7507 source = {
7508 remotes = [ "https://rubygems.org" ];
7509 sha256 = "049kd6480j16d3xmnsayqmmrircffympzf8pbjrn5v0lijvp01fw";
7510 type = "gem";
7511 };
7512 version = "5.5.0";
7513 };
7514 redis-client = {
7515 dependencies = [ "connection_pool" ];
7516 groups = [ "default" ];
7517 platforms = [ ];
7518 source = {
7519 remotes = [ "https://rubygems.org" ];
7520 sha256 = "0l2fsgfzzrspgrg6x3s38hws5clgbn1aaxcmiyz5jz6xd3dpkxdz";
7521 type = "gem";
7522 };
7523 version = "0.25.3";
7524 };
7525 redis-cluster-client = {
7526 dependencies = [ "redis-client" ];
7527 groups = [ "default" ];
7528 platforms = [ ];
7529 source = {
7530 remotes = [ "https://rubygems.org" ];
7531 sha256 = "0k10k2r78dqi00pjl3blrsm48d431g8dcax6n93xpg09h1cwkmhq";
7532 type = "gem";
7533 };
7534 version = "0.13.5";
7535 };
7536 redis-clustering = {
7537 dependencies = [
7538 "redis"
7539 "redis-cluster-client"
7540 ];
7541 groups = [ "default" ];
7542 platforms = [ ];
7543 source = {
7544 remotes = [ "https://rubygems.org" ];
7545 sha256 = "1sj4b3j7i3rb5a276g7yyd95kji4j9sl6wmqfgpz39gx06qlni47";
7546 type = "gem";
7547 };
7548 version = "5.4.1";
7549 };
7550 redis-namespace = {
7551 dependencies = [ "redis" ];
7552 groups = [ "default" ];
7553 platforms = [ ];
7554 source = {
7555 remotes = [ "https://rubygems.org" ];
7556 sha256 = "0f92i9cwlp6xj6fyn7qn4qsaqvxfw4wqvayll7gbd26qnai1l6p9";
7557 type = "gem";
7558 };
7559 version = "1.11.0";
7560 };
7561 redis-rack = {
7562 dependencies = [
7563 "rack-session"
7564 "redis-store"
7565 ];
7566 groups = [ "default" ];
7567 platforms = [ ];
7568 source = {
7569 remotes = [ "https://rubygems.org" ];
7570 sha256 = "10438w0y1jbgr205zndvmz6md0mrqazh2j9fr88lvb8hms10pddb";
7571 type = "gem";
7572 };
7573 version = "3.0.0";
7574 };
7575 redis-store = {
7576 dependencies = [ "redis" ];
7577 groups = [ "default" ];
7578 platforms = [ ];
7579 source = {
7580 remotes = [ "https://rubygems.org" ];
7581 sha256 = "197d1088jw3wl3lfcdj4w4c4da13wsqyd12mj3czvlfw77ig7i7d";
7582 type = "gem";
7583 };
7584 version = "1.11.0";
7585 };
7586 regexp_parser = {
7587 groups = [
7588 "default"
7589 "development"
7590 "test"
7591 ];
7592 platforms = [ ];
7593 source = {
7594 remotes = [ "https://rubygems.org" ];
7595 sha256 = "0qccah61pjvzyyg6mrp27w27dlv6vxlbznzipxjcswl7x3fhsvyb";
7596 type = "gem";
7597 };
7598 version = "2.10.0";
7599 };
7600 regexp_property_values = {
7601 groups = [ "default" ];
7602 platforms = [ ];
7603 source = {
7604 remotes = [ "https://rubygems.org" ];
7605 sha256 = "03q8dn4fg51mfk5d4sfcr0f9hqbs42ghafi76k9nc7ms1gf9j90n";
7606 type = "gem";
7607 };
7608 version = "1.0.0";
7609 };
7610 reline = {
7611 dependencies = [ "io-console" ];
7612 groups = [
7613 "default"
7614 "development"
7615 "test"
7616 ];
7617 platforms = [ ];
7618 source = {
7619 remotes = [ "https://rubygems.org" ];
7620 sha256 = "1lirwlw59apc8m1wjk85y2xidiv0fkxjn6f7p84yqmmyvish6qjp";
7621 type = "gem";
7622 };
7623 version = "0.6.0";
7624 };
7625 representable = {
7626 dependencies = [
7627 "declarative"
7628 "trailblazer-option"
7629 "uber"
7630 ];
7631 groups = [ "default" ];
7632 platforms = [ ];
7633 source = {
7634 remotes = [ "https://rubygems.org" ];
7635 sha256 = "1kms3r6w6pnryysnaqqa9fsn0v73zx1ilds9d1c565n3xdzbyafc";
7636 type = "gem";
7637 };
7638 version = "3.2.0";
7639 };
7640 request_store = {
7641 dependencies = [ "rack" ];
7642 groups = [ "default" ];
7643 platforms = [ ];
7644 source = {
7645 remotes = [ "https://rubygems.org" ];
7646 sha256 = "1jw89j9s5p5cq2k7ffj5p4av4j4fxwvwjs1a4i9g85d38r9mvdz1";
7647 type = "gem";
7648 };
7649 version = "1.7.0";
7650 };
7651 responders = {
7652 dependencies = [
7653 "actionpack"
7654 "railties"
7655 ];
7656 groups = [ "default" ];
7657 platforms = [ ];
7658 source = {
7659 remotes = [ "https://rubygems.org" ];
7660 sha256 = "14kjykc6rpdh24sshg9savqdajya2dislc1jmbzg91w9967f4gv1";
7661 type = "gem";
7662 };
7663 version = "3.0.1";
7664 };
7665 rest-client = {
7666 dependencies = [
7667 "http-accept"
7668 "http-cookie"
7669 "mime-types"
7670 "netrc"
7671 ];
7672 groups = [ "default" ];
7673 platforms = [ ];
7674 source = {
7675 remotes = [ "https://rubygems.org" ];
7676 sha256 = "1qs74yzl58agzx9dgjhcpgmzfn61fqkk33k1js2y5yhlvc5l19im";
7677 type = "gem";
7678 };
7679 version = "2.1.0";
7680 };
7681 retriable = {
7682 groups = [ "default" ];
7683 platforms = [ ];
7684 source = {
7685 remotes = [ "https://rubygems.org" ];
7686 sha256 = "1q48hqws2dy1vws9schc0kmina40gy7sn5qsndpsfqdslh65snha";
7687 type = "gem";
7688 };
7689 version = "3.1.2";
7690 };
7691 reverse_markdown = {
7692 dependencies = [ "nokogiri" ];
7693 groups = [
7694 "default"
7695 "development"
7696 ];
7697 platforms = [ ];
7698 source = {
7699 remotes = [ "https://rubygems.org" ];
7700 sha256 = "195c7yra7amggqj7rir0yr09r4v29c2hgkbkb21mj0jsfs3868mb";
7701 type = "gem";
7702 };
7703 version = "3.0.0";
7704 };
7705 rexml = {
7706 groups = [
7707 "coverage"
7708 "danger"
7709 "default"
7710 "development"
7711 "omnibus"
7712 "test"
7713 ];
7714 platforms = [ ];
7715 source = {
7716 remotes = [ "https://rubygems.org" ];
7717 sha256 = "05y4lwzci16c2xgckmpxkzq4czgkyaiiqhvrabdgaym3aj2jd10k";
7718 type = "gem";
7719 };
7720 version = "3.4.2";
7721 };
7722 rinku = {
7723 groups = [ "default" ];
7724 platforms = [ ];
7725 source = {
7726 remotes = [ "https://rubygems.org" ];
7727 sha256 = "11cakxzp7qi04d41hbqkh92n52mm4z2ba8sqyhxbmfi4kypmls9y";
7728 type = "gem";
7729 };
7730 version = "2.0.0";
7731 };
7732 rotp = {
7733 groups = [ "default" ];
7734 platforms = [ ];
7735 source = {
7736 remotes = [ "https://rubygems.org" ];
7737 sha256 = "0m48hv6wpmmm6cjr6q92q78h1i610riml19k5h1dil2yws3h1m3m";
7738 type = "gem";
7739 };
7740 version = "6.3.0";
7741 };
7742 rouge = {
7743 groups = [
7744 "default"
7745 "development"
7746 "test"
7747 ];
7748 platforms = [ ];
7749 source = {
7750 remotes = [ "https://rubygems.org" ];
7751 sha256 = "0ynxxmvzczn9a6wd87jyh209590nq6f6ls55dmwiky8fvwi8c68h";
7752 type = "gem";
7753 };
7754 version = "4.6.0";
7755 };
7756 rqrcode = {
7757 dependencies = [
7758 "chunky_png"
7759 "rqrcode_core"
7760 ];
7761 groups = [ "default" ];
7762 platforms = [ ];
7763 source = {
7764 remotes = [ "https://rubygems.org" ];
7765 sha256 = "1hggzz8i1l62pkkiybhiqv6ypxw7q844sddrrbbfczjcnj5sivi3";
7766 type = "gem";
7767 };
7768 version = "2.2.0";
7769 };
7770 rqrcode_core = {
7771 groups = [ "default" ];
7772 platforms = [ ];
7773 source = {
7774 remotes = [ "https://rubygems.org" ];
7775 sha256 = "06ld6386hbdhy5h0k09axmgn424kavpc8f27k1vjhknjhbf8jjfg";
7776 type = "gem";
7777 };
7778 version = "1.2.0";
7779 };
7780 rspec = {
7781 dependencies = [
7782 "rspec-core"
7783 "rspec-expectations"
7784 "rspec-mocks"
7785 ];
7786 groups = [
7787 "default"
7788 "development"
7789 "monorepo"
7790 "test"
7791 ];
7792 platforms = [ ];
7793 source = {
7794 remotes = [ "https://rubygems.org" ];
7795 sha256 = "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l";
7796 type = "gem";
7797 };
7798 version = "3.13.0";
7799 };
7800 rspec-benchmark = {
7801 dependencies = [
7802 "benchmark-malloc"
7803 "benchmark-perf"
7804 "benchmark-trend"
7805 "rspec"
7806 ];
7807 groups = [ "test" ];
7808 platforms = [ ];
7809 source = {
7810 remotes = [ "https://rubygems.org" ];
7811 sha256 = "1kyn7p409n75ikb7z9v3dbzjyyinkwi88f66alj9lnf2gssss50h";
7812 type = "gem";
7813 };
7814 version = "0.6.0";
7815 };
7816 rspec-core = {
7817 dependencies = [ "rspec-support" ];
7818 groups = [
7819 "default"
7820 "development"
7821 "monorepo"
7822 "test"
7823 ];
7824 platforms = [ ];
7825 source = {
7826 remotes = [ "https://rubygems.org" ];
7827 sha256 = "0s688wfw77fjldzayvczg8bgwcgh6bh552dw7qcj1rhjk3r4zalx";
7828 type = "gem";
7829 };
7830 version = "3.13.1";
7831 };
7832 rspec-expectations = {
7833 dependencies = [
7834 "diff-lcs"
7835 "rspec-support"
7836 ];
7837 groups = [
7838 "default"
7839 "development"
7840 "monorepo"
7841 "test"
7842 ];
7843 platforms = [ ];
7844 source = {
7845 remotes = [ "https://rubygems.org" ];
7846 sha256 = "0n3cyrhsa75x5wwvskrrqk56jbjgdi2q1zx0irllf0chkgsmlsqf";
7847 type = "gem";
7848 };
7849 version = "3.13.3";
7850 };
7851 rspec-mocks = {
7852 dependencies = [
7853 "diff-lcs"
7854 "rspec-support"
7855 ];
7856 groups = [
7857 "default"
7858 "development"
7859 "monorepo"
7860 "test"
7861 ];
7862 platforms = [ ];
7863 source = {
7864 remotes = [ "https://rubygems.org" ];
7865 sha256 = "1vxxkb2sf2b36d8ca2nq84kjf85fz4x7wqcvb8r6a5hfxxfk69r3";
7866 type = "gem";
7867 };
7868 version = "3.13.2";
7869 };
7870 rspec-parameterized = {
7871 dependencies = [
7872 "rspec-parameterized-core"
7873 "rspec-parameterized-table_syntax"
7874 ];
7875 groups = [ "test" ];
7876 platforms = [ ];
7877 source = {
7878 remotes = [ "https://rubygems.org" ];
7879 sha256 = "1hplygik9p5d92lhb9412lzap8msrmry2qrrq5d1f90r170dwmml";
7880 type = "gem";
7881 };
7882 version = "1.0.2";
7883 };
7884 rspec-parameterized-core = {
7885 dependencies = [
7886 "parser"
7887 "proc_to_ast"
7888 "rspec"
7889 "unparser"
7890 ];
7891 groups = [
7892 "default"
7893 "test"
7894 ];
7895 platforms = [ ];
7896 source = {
7897 remotes = [ "https://rubygems.org" ];
7898 sha256 = "1hfc2q7g8f5s6kdh1chwlalvz3fvj57vlfpn18b23677hm4ljyr8";
7899 type = "gem";
7900 };
7901 version = "1.0.0";
7902 };
7903 rspec-parameterized-table_syntax = {
7904 dependencies = [
7905 "binding_of_caller"
7906 "rspec-parameterized-core"
7907 ];
7908 groups = [
7909 "default"
7910 "test"
7911 ];
7912 platforms = [ ];
7913 source = {
7914 remotes = [ "https://rubygems.org" ];
7915 sha256 = "134q0hki279np9dv7mgr85wspdrvhpj9lpvxr9kx6pcwzwg9bpyp";
7916 type = "gem";
7917 };
7918 version = "1.0.0";
7919 };
7920 rspec-rails = {
7921 dependencies = [
7922 "actionpack"
7923 "activesupport"
7924 "railties"
7925 "rspec-core"
7926 "rspec-expectations"
7927 "rspec-mocks"
7928 "rspec-support"
7929 ];
7930 groups = [
7931 "development"
7932 "test"
7933 ];
7934 platforms = [ ];
7935 source = {
7936 remotes = [ "https://rubygems.org" ];
7937 sha256 = "0cg3ay2jin7jv20carhx3icv3gnwka0hqcr15zcjy7i1xnmwqpg1";
7938 type = "gem";
7939 };
7940 version = "7.1.1";
7941 };
7942 rspec-retry = {
7943 dependencies = [ "rspec-core" ];
7944 groups = [ "test" ];
7945 platforms = [ ];
7946 source = {
7947 remotes = [ "https://rubygems.org" ];
7948 sha256 = "0n6qc0d16h6bgh1xarmc8vc58728mgjcsjj8wcd822c8lcivl0b1";
7949 type = "gem";
7950 };
7951 version = "0.6.2";
7952 };
7953 rspec-support = {
7954 groups = [
7955 "default"
7956 "development"
7957 "monorepo"
7958 "test"
7959 ];
7960 platforms = [ ];
7961 source = {
7962 remotes = [ "https://rubygems.org" ];
7963 sha256 = "03z7gpqz5xkw9rf53835pa8a9vgj4lic54rnix9vfwmp2m7pv1s8";
7964 type = "gem";
7965 };
7966 version = "3.13.1";
7967 };
7968 rspec_junit_formatter = {
7969 dependencies = [ "rspec-core" ];
7970 groups = [ "test" ];
7971 platforms = [ ];
7972 source = {
7973 remotes = [ "https://rubygems.org" ];
7974 sha256 = "059bnq1gcwl9g93cqf13zpz38zk7jxaa43anzz06qkmfwrsfdpa0";
7975 type = "gem";
7976 };
7977 version = "0.6.0";
7978 };
7979 rspec_profiling = {
7980 dependencies = [
7981 "activerecord"
7982 "get_process_mem"
7983 "rails"
7984 ];
7985 groups = [ "test" ];
7986 platforms = [ ];
7987 source = {
7988 remotes = [ "https://rubygems.org" ];
7989 sha256 = "143m9yiawqrjc02wack30k7m5w4d1axlsw0ds71vl55amqnvx6b1";
7990 type = "gem";
7991 };
7992 version = "0.0.9";
7993 };
7994 rubocop = {
7995 dependencies = [
7996 "json"
7997 "language_server-protocol"
7998 "parallel"
7999 "parser"
8000 "rainbow"
8001 "regexp_parser"
8002 "rubocop-ast"
8003 "ruby-progressbar"
8004 "unicode-display_width"
8005 ];
8006 groups = [
8007 "development"
8008 "test"
8009 ];
8010 platforms = [ ];
8011 source = {
8012 remotes = [ "https://rubygems.org" ];
8013 sha256 = "1ypwxjy2cp44278m9ljg3s937n2cd6x4yskcyzf1k9m3hkjd3pyk";
8014 type = "gem";
8015 };
8016 version = "1.71.1";
8017 };
8018 rubocop-ast = {
8019 dependencies = [ "parser" ];
8020 groups = [
8021 "default"
8022 "development"
8023 "test"
8024 ];
8025 platforms = [ ];
8026 source = {
8027 remotes = [ "https://rubygems.org" ];
8028 sha256 = "1bi6pgnii77763dzwhafcp8lrmnh4n1bqbdimhc9lfj4zs96gpsg";
8029 type = "gem";
8030 };
8031 version = "1.38.0";
8032 };
8033 rubocop-capybara = {
8034 dependencies = [ "rubocop" ];
8035 groups = [
8036 "default"
8037 "development"
8038 "test"
8039 ];
8040 platforms = [ ];
8041 source = {
8042 remotes = [ "https://rubygems.org" ];
8043 sha256 = "1aw0n8jwhsr39r9q2k90xjmcz8ai2k7xx2a87ld0iixnv3ylw9jx";
8044 type = "gem";
8045 };
8046 version = "2.21.0";
8047 };
8048 rubocop-factory_bot = {
8049 dependencies = [ "rubocop" ];
8050 groups = [
8051 "default"
8052 "development"
8053 "test"
8054 ];
8055 platforms = [ ];
8056 source = {
8057 remotes = [ "https://rubygems.org" ];
8058 sha256 = "1aljadsjx7affcarzbhz7pydpy6fgqb8hl951y0cmrffxpa3rqcd";
8059 type = "gem";
8060 };
8061 version = "2.26.1";
8062 };
8063 rubocop-graphql = {
8064 dependencies = [ "rubocop" ];
8065 groups = [
8066 "default"
8067 "development"
8068 "test"
8069 ];
8070 platforms = [ ];
8071 source = {
8072 remotes = [ "https://rubygems.org" ];
8073 sha256 = "14j14ld5d3w141r5lgaljcd8q1g3w4xn592cwzqxlxw5n108v21d";
8074 type = "gem";
8075 };
8076 version = "1.5.4";
8077 };
8078 rubocop-performance = {
8079 dependencies = [
8080 "rubocop"
8081 "rubocop-ast"
8082 ];
8083 groups = [
8084 "default"
8085 "development"
8086 "test"
8087 ];
8088 platforms = [ ];
8089 source = {
8090 remotes = [ "https://rubygems.org" ];
8091 sha256 = "0kkkv073c01px27w69g93gbjwajxji5wmawrmbb5l9s4ll101wjw";
8092 type = "gem";
8093 };
8094 version = "1.21.1";
8095 };
8096 rubocop-rails = {
8097 dependencies = [
8098 "activesupport"
8099 "rack"
8100 "rubocop"
8101 "rubocop-ast"
8102 ];
8103 groups = [
8104 "default"
8105 "development"
8106 "test"
8107 ];
8108 platforms = [ ];
8109 source = {
8110 remotes = [ "https://rubygems.org" ];
8111 sha256 = "1bc4xpyx0gldjdmbl9aaqav5bjiqfc2zdw7k2r1zblmgsq4ilmpm";
8112 type = "gem";
8113 };
8114 version = "2.26.2";
8115 };
8116 rubocop-rspec = {
8117 dependencies = [ "rubocop" ];
8118 groups = [
8119 "default"
8120 "development"
8121 "test"
8122 ];
8123 platforms = [ ];
8124 source = {
8125 remotes = [ "https://rubygems.org" ];
8126 sha256 = "03vyjxs5rzrsn5graljffgzy1fgbyn99w5fz69y243dhn6gy5a66";
8127 type = "gem";
8128 };
8129 version = "3.0.5";
8130 };
8131 rubocop-rspec_rails = {
8132 dependencies = [
8133 "rubocop"
8134 "rubocop-rspec"
8135 ];
8136 groups = [
8137 "default"
8138 "development"
8139 "test"
8140 ];
8141 platforms = [ ];
8142 source = {
8143 remotes = [ "https://rubygems.org" ];
8144 sha256 = "0ijc1kw81884k0wjq1sgwaxa854n1fdddscp4fnzfzlx7zl150c8";
8145 type = "gem";
8146 };
8147 version = "2.30.0";
8148 };
8149 ruby-lsp = {
8150 dependencies = [
8151 "language_server-protocol"
8152 "prism"
8153 "rbs"
8154 "sorbet-runtime"
8155 ];
8156 groups = [ "development" ];
8157 platforms = [ ];
8158 source = {
8159 remotes = [ "https://rubygems.org" ];
8160 sha256 = "0s97zck9v2c1awk4lbj5ccsnn6p0jp018mrq12fvh5hp00sn3586";
8161 type = "gem";
8162 };
8163 version = "0.23.20";
8164 };
8165 ruby-lsp-rails = {
8166 dependencies = [ "ruby-lsp" ];
8167 groups = [ "development" ];
8168 platforms = [ ];
8169 source = {
8170 remotes = [ "https://rubygems.org" ];
8171 sha256 = "0xlcpxsz2sk57l0kwla2gj8l9cfqj7dxxf0794p67daldr3fs2k7";
8172 type = "gem";
8173 };
8174 version = "0.3.31";
8175 };
8176 ruby-lsp-rspec = {
8177 dependencies = [ "ruby-lsp" ];
8178 groups = [ "development" ];
8179 platforms = [ ];
8180 source = {
8181 remotes = [ "https://rubygems.org" ];
8182 sha256 = "08m2fw4f784lkbyz5rbzdhj57p0x2pfygk66ls0qsn5avnv7izs1";
8183 type = "gem";
8184 };
8185 version = "0.1.24";
8186 };
8187 ruby-magic = {
8188 dependencies = [ "mini_portile2" ];
8189 groups = [ "default" ];
8190 platforms = [ ];
8191 source = {
8192 remotes = [ "https://rubygems.org" ];
8193 sha256 = "00b15fd74bkrxfqbx1gg2nw78fs7lvmn8mf92bway8vxgf3kh8bv";
8194 type = "gem";
8195 };
8196 version = "0.6.0";
8197 };
8198 ruby-progressbar = {
8199 groups = [
8200 "default"
8201 "development"
8202 "test"
8203 ];
8204 platforms = [ ];
8205 source = {
8206 remotes = [ "https://rubygems.org" ];
8207 sha256 = "02nmaw7yx9kl7rbaan5pl8x5nn0y4j5954mzrkzi9i3dhsrps4nc";
8208 type = "gem";
8209 };
8210 version = "1.11.0";
8211 };
8212 ruby-saml = {
8213 dependencies = [
8214 "nokogiri"
8215 "rexml"
8216 ];
8217 groups = [ "default" ];
8218 platforms = [ ];
8219 source = {
8220 remotes = [ "https://rubygems.org" ];
8221 sha256 = "01wi1csw4kjmlxmd1igx5hj2wrwkslay1xamg4cv8l7imr27l3hv";
8222 type = "gem";
8223 };
8224 version = "1.18.1";
8225 };
8226 ruby-statistics = {
8227 groups = [
8228 "default"
8229 "test"
8230 ];
8231 platforms = [ ];
8232 source = {
8233 remotes = [ "https://rubygems.org" ];
8234 sha256 = "1agj0yspf9haqvqlq5dy3gqn8xc0h9a1dd7c44fi9rn4bnyplsbx";
8235 type = "gem";
8236 };
8237 version = "4.1.0";
8238 };
8239 ruby2_keywords = {
8240 groups = [
8241 "danger"
8242 "default"
8243 "development"
8244 "test"
8245 ];
8246 platforms = [ ];
8247 source = {
8248 remotes = [ "https://rubygems.org" ];
8249 sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz";
8250 type = "gem";
8251 };
8252 version = "0.0.5";
8253 };
8254 rubyntlm = {
8255 groups = [ "default" ];
8256 platforms = [ ];
8257 source = {
8258 remotes = [ "https://rubygems.org" ];
8259 sha256 = "0b8hczk8hysv53ncsqzx4q6kma5gy5lqc7s5yx8h64x3vdb18cjv";
8260 type = "gem";
8261 };
8262 version = "0.6.3";
8263 };
8264 rubypants = {
8265 groups = [ "default" ];
8266 platforms = [ ];
8267 source = {
8268 remotes = [ "https://rubygems.org" ];
8269 sha256 = "1vpdkrc4c8qhrxph41wqwswl28q5h5h994gy4c1mlrckqzm3hzph";
8270 type = "gem";
8271 };
8272 version = "0.2.0";
8273 };
8274 rubyzip = {
8275 groups = [
8276 "default"
8277 "development"
8278 "omnibus"
8279 "test"
8280 ];
8281 platforms = [ ];
8282 source = {
8283 remotes = [ "https://rubygems.org" ];
8284 sha256 = "05an0wz87vkmqwcwyh5rjiaavydfn5f4q1lixcsqkphzvj7chxw5";
8285 type = "gem";
8286 };
8287 version = "2.4.1";
8288 };
8289 rugged = {
8290 groups = [
8291 "coverage"
8292 "default"
8293 "development"
8294 "test"
8295 ];
8296 platforms = [ ];
8297 source = {
8298 remotes = [ "https://rubygems.org" ];
8299 sha256 = "016bawsahkhxx7p8azxirpl7y2y7i8a027pj8910gwf6ipg329in";
8300 type = "gem";
8301 };
8302 version = "1.6.3";
8303 };
8304 safe_yaml = {
8305 groups = [
8306 "default"
8307 "test"
8308 ];
8309 platforms = [ ];
8310 source = {
8311 remotes = [ "https://rubygems.org" ];
8312 sha256 = "1hly915584hyi9q9vgd968x2nsi5yag9jyf5kq60lwzi5scr7094";
8313 type = "gem";
8314 };
8315 version = "1.0.4";
8316 };
8317 safety_net_attestation = {
8318 dependencies = [ "jwt" ];
8319 groups = [ "default" ];
8320 platforms = [ ];
8321 source = {
8322 remotes = [ "https://rubygems.org" ];
8323 sha256 = "1khq0y5w7lf2b9a220298hphf3pakd216jc9a4x4a9pdwxs2vgln";
8324 type = "gem";
8325 };
8326 version = "0.4.0";
8327 };
8328 sanitize = {
8329 dependencies = [
8330 "crass"
8331 "nokogiri"
8332 ];
8333 groups = [ "default" ];
8334 platforms = [ ];
8335 source = {
8336 remotes = [ "https://rubygems.org" ];
8337 sha256 = "1kymrjdpbmn4yaml3aaqyj1dzj8gqmm9h030dc2rj5mvja7fpi28";
8338 type = "gem";
8339 };
8340 version = "6.0.2";
8341 };
8342 sass-embedded = {
8343 dependencies = [
8344 "google-protobuf"
8345 "rake"
8346 ];
8347 groups = [
8348 "default"
8349 "development"
8350 "test"
8351 ];
8352 platforms = [ ];
8353 source = {
8354 remotes = [ "https://rubygems.org" ];
8355 sha256 = "1nmy052pm46781s7ca6x3l4yb5p3glh8sf201xwcwpk9rv2av9m2";
8356 type = "gem";
8357 };
8358 version = "1.77.5";
8359 };
8360 sawyer = {
8361 dependencies = [
8362 "addressable"
8363 "faraday"
8364 ];
8365 groups = [
8366 "danger"
8367 "default"
8368 "development"
8369 "test"
8370 ];
8371 platforms = [ ];
8372 source = {
8373 remotes = [ "https://rubygems.org" ];
8374 sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps";
8375 type = "gem";
8376 };
8377 version = "0.9.2";
8378 };
8379 sd_notify = {
8380 groups = [ "puma" ];
8381 platforms = [ ];
8382 source = {
8383 remotes = [ "https://rubygems.org" ];
8384 sha256 = "0c9imnjbakx25r2n7widfp00s19ndzmmwax761mx5vbwm9nariyb";
8385 type = "gem";
8386 };
8387 version = "0.1.1";
8388 };
8389 securerandom = {
8390 groups = [
8391 "default"
8392 "development"
8393 "monorepo"
8394 "test"
8395 ];
8396 platforms = [ ];
8397 source = {
8398 remotes = [ "https://rubygems.org" ];
8399 sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc";
8400 type = "gem";
8401 };
8402 version = "0.4.1";
8403 };
8404 seed-fu = {
8405 dependencies = [
8406 "activerecord"
8407 "activesupport"
8408 ];
8409 groups = [ "default" ];
8410 platforms = [ ];
8411 source = {
8412 remotes = [ "https://rubygems.org" ];
8413 sha256 = "0y7lzcshsq6i20qn1p8zczir4fivr6nbl1km91ns320vvh92v43d";
8414 type = "gem";
8415 };
8416 version = "2.3.9";
8417 };
8418 selenium-webdriver = {
8419 dependencies = [
8420 "base64"
8421 "logger"
8422 "rexml"
8423 "rubyzip"
8424 "websocket"
8425 ];
8426 groups = [ "test" ];
8427 platforms = [ ];
8428 source = {
8429 remotes = [ "https://rubygems.org" ];
8430 sha256 = "1zlamvlgszczfx2f2v1b34q0lka15cqj46krwb4ymgl6nlkxznr0";
8431 type = "gem";
8432 };
8433 version = "4.32.0";
8434 };
8435 semver_dialects = {
8436 dependencies = [
8437 "deb_version"
8438 "pastel"
8439 "thor"
8440 "tty-command"
8441 ];
8442 groups = [ "default" ];
8443 platforms = [ ];
8444 source = {
8445 remotes = [ "https://rubygems.org" ];
8446 sha256 = "07nx840hc07a1igzw7zbg1c3wp71sfflv7c6jivwxj7pcr9b0431";
8447 type = "gem";
8448 };
8449 version = "3.7.0";
8450 };
8451 sentry-rails = {
8452 dependencies = [
8453 "railties"
8454 "sentry-ruby"
8455 ];
8456 groups = [ "default" ];
8457 platforms = [ ];
8458 source = {
8459 remotes = [ "https://rubygems.org" ];
8460 sha256 = "1i6y53hkif95091m2pq07gx3l30f85fmkj6phblc2hz3hlybqb4d";
8461 type = "gem";
8462 };
8463 version = "5.23.0";
8464 };
8465 sentry-ruby = {
8466 dependencies = [
8467 "bigdecimal"
8468 "concurrent-ruby"
8469 ];
8470 groups = [ "default" ];
8471 platforms = [ ];
8472 source = {
8473 remotes = [ "https://rubygems.org" ];
8474 sha256 = "1k45ydlbl99c9ivbafzw8lpm9diiw4m7z55szi87l9kalpwv52wf";
8475 type = "gem";
8476 };
8477 version = "5.23.0";
8478 };
8479 sentry-sidekiq = {
8480 dependencies = [
8481 "sentry-ruby"
8482 "sidekiq"
8483 ];
8484 groups = [ "default" ];
8485 platforms = [ ];
8486 source = {
8487 remotes = [ "https://rubygems.org" ];
8488 sha256 = "060wbm1xckmlnx3j8mlf7vgmxv6wsh75nq5smj2y2wspl89n9p1l";
8489 type = "gem";
8490 };
8491 version = "5.23.0";
8492 };
8493 shellany = {
8494 groups = [
8495 "default"
8496 "test"
8497 ];
8498 platforms = [ ];
8499 source = {
8500 remotes = [ "https://rubygems.org" ];
8501 sha256 = "1ryyzrj1kxmnpdzhlv4ys3dnl2r5r3d2rs2jwzbnd1v96a8pl4hf";
8502 type = "gem";
8503 };
8504 version = "0.0.1";
8505 };
8506 shoulda-matchers = {
8507 dependencies = [ "activesupport" ];
8508 groups = [ "test" ];
8509 platforms = [ ];
8510 source = {
8511 remotes = [ "https://rubygems.org" ];
8512 sha256 = "1c082vpfdf3865xq6xayxw2hwqswhnc9g030p1gi4hmk9dzvnmch";
8513 type = "gem";
8514 };
8515 version = "6.4.0";
8516 };
8517 sidekiq = {
8518 dependencies = [
8519 "base64"
8520 "connection_pool"
8521 "logger"
8522 "rack"
8523 "redis-client"
8524 ];
8525 groups = [ "default" ];
8526 platforms = [ ];
8527 source = {
8528 remotes = [ "https://rubygems.org" ];
8529 sha256 = "19xm4s49hq0kpfbmvhnjskzmfjjxw5d5sm7350mh12gg3lp7220i";
8530 type = "gem";
8531 };
8532 version = "7.3.9";
8533 };
8534 sidekiq-cron = {
8535 dependencies = [
8536 "fugit"
8537 "globalid"
8538 "sidekiq"
8539 ];
8540 groups = [ "default" ];
8541 platforms = [ ];
8542 source = {
8543 remotes = [ "https://rubygems.org" ];
8544 sha256 = "0v09lg8kza19jmigqv5hx2ibhm75j6pa639sfy4bv2208l50hqv6";
8545 type = "gem";
8546 };
8547 version = "1.12.0";
8548 };
8549 sigdump = {
8550 groups = [
8551 "development"
8552 "test"
8553 ];
8554 platforms = [ ];
8555 source = {
8556 remotes = [ "https://rubygems.org" ];
8557 sha256 = "0hkj8fsl1swjfqvzgrwbyrwwn7403q95fficbll8nibhrqf6qw5v";
8558 type = "gem";
8559 };
8560 version = "0.2.5";
8561 };
8562 signet = {
8563 dependencies = [
8564 "addressable"
8565 "faraday"
8566 "jwt"
8567 "multi_json"
8568 ];
8569 groups = [
8570 "default"
8571 "test"
8572 ];
8573 platforms = [ ];
8574 source = {
8575 remotes = [ "https://rubygems.org" ];
8576 sha256 = "0cfxa11wy1nv9slmnzjczkdgld0gqizajsb03rliy53zylwkjzsk";
8577 type = "gem";
8578 };
8579 version = "0.19.0";
8580 };
8581 simple_po_parser = {
8582 groups = [
8583 "development"
8584 "test"
8585 ];
8586 platforms = [ ];
8587 source = {
8588 remotes = [ "https://rubygems.org" ];
8589 sha256 = "1wybcipkfawg4pragmayiig03xc084x3hbwywsh1dr9x9pa8f9hj";
8590 type = "gem";
8591 };
8592 version = "1.1.6";
8593 };
8594 simplecov = {
8595 dependencies = [
8596 "docile"
8597 "simplecov-html"
8598 "simplecov_json_formatter"
8599 ];
8600 groups = [
8601 "coverage"
8602 "development"
8603 "test"
8604 ];
8605 platforms = [ ];
8606 source = {
8607 remotes = [ "https://rubygems.org" ];
8608 sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py";
8609 type = "gem";
8610 };
8611 version = "0.22.0";
8612 };
8613 simplecov-cobertura = {
8614 dependencies = [
8615 "rexml"
8616 "simplecov"
8617 ];
8618 groups = [
8619 "coverage"
8620 "development"
8621 "test"
8622 ];
8623 platforms = [ ];
8624 source = {
8625 remotes = [ "https://rubygems.org" ];
8626 sha256 = "00izmp202y48qvmvwrh5x56cc5ivbjhgkkkjklvqmqzj9pik4r9c";
8627 type = "gem";
8628 };
8629 version = "2.1.0";
8630 };
8631 simplecov-html = {
8632 groups = [
8633 "coverage"
8634 "default"
8635 "development"
8636 "test"
8637 ];
8638 platforms = [ ];
8639 source = {
8640 remotes = [ "https://rubygems.org" ];
8641 sha256 = "0yx01bxa8pbf9ip4hagqkp5m0mqfnwnw2xk8kjraiywz4lrss6jb";
8642 type = "gem";
8643 };
8644 version = "0.12.3";
8645 };
8646 simplecov-lcov = {
8647 groups = [
8648 "coverage"
8649 "development"
8650 "test"
8651 ];
8652 platforms = [ ];
8653 source = {
8654 remotes = [ "https://rubygems.org" ];
8655 sha256 = "1h8kswnshgb9zidvc88f4zjy4gflgz3854sx9wrw8ppgnwfg6581";
8656 type = "gem";
8657 };
8658 version = "0.8.0";
8659 };
8660 simplecov_json_formatter = {
8661 groups = [
8662 "coverage"
8663 "default"
8664 "development"
8665 "test"
8666 ];
8667 platforms = [ ];
8668 source = {
8669 remotes = [ "https://rubygems.org" ];
8670 sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j";
8671 type = "gem";
8672 };
8673 version = "0.1.4";
8674 };
8675 simpleidn = {
8676 groups = [ "default" ];
8677 platforms = [ ];
8678 source = {
8679 remotes = [ "https://rubygems.org" ];
8680 sha256 = "0a9c1mdy12y81ck7mcn9f9i2s2wwzjh1nr92ps354q517zq9dkh8";
8681 type = "gem";
8682 };
8683 version = "0.2.3";
8684 };
8685 singleton = {
8686 groups = [
8687 "default"
8688 "development"
8689 "test"
8690 ];
8691 platforms = [ ];
8692 source = {
8693 remotes = [ "https://rubygems.org" ];
8694 sha256 = "0y2pc7lr979pab5n5lvk3jhsi99fhskl5f2s6004v8sabz51psl3";
8695 type = "gem";
8696 };
8697 version = "0.3.0";
8698 };
8699 sixarm_ruby_unaccent = {
8700 groups = [ "default" ];
8701 platforms = [ ];
8702 source = {
8703 remotes = [ "https://rubygems.org" ];
8704 sha256 = "11237b8r8p7fc0cpn04v9wa7ggzq0xm6flh10h1lnb6zgc3schq0";
8705 type = "gem";
8706 };
8707 version = "1.2.0";
8708 };
8709 slack-messenger = {
8710 dependencies = [ "re2" ];
8711 groups = [ "default" ];
8712 platforms = [ ];
8713 source = {
8714 remotes = [ "https://rubygems.org" ];
8715 sha256 = "1n367s0wjym1czllgwycgya13r3axgjfpivc6dlvgjzbgmc1wn2q";
8716 type = "gem";
8717 };
8718 version = "2.3.6";
8719 };
8720 snaky_hash = {
8721 dependencies = [
8722 "hashie"
8723 "version_gem"
8724 ];
8725 groups = [ "default" ];
8726 platforms = [ ];
8727 source = {
8728 remotes = [ "https://rubygems.org" ];
8729 sha256 = "1pl70rh92wsn15q4lwzikzi7j5a00vm77bqjg07k4sgzx0wjx2zy";
8730 type = "gem";
8731 };
8732 version = "2.0.0";
8733 };
8734 snowplow-tracker = {
8735 groups = [ "default" ];
8736 platforms = [ ];
8737 source = {
8738 remotes = [ "https://rubygems.org" ];
8739 sha256 = "0f2afcmwbfxfrkf0scc5yi3x5lyrfbd3xri8zm2ri0is8kqz99kv";
8740 type = "gem";
8741 };
8742 version = "0.8.0";
8743 };
8744 solargraph = {
8745 dependencies = [
8746 "backport"
8747 "benchmark"
8748 "diff-lcs"
8749 "jaro_winkler"
8750 "kramdown"
8751 "kramdown-parser-gfm"
8752 "logger"
8753 "observer"
8754 "ostruct"
8755 "parser"
8756 "rbs"
8757 "reverse_markdown"
8758 "rubocop"
8759 "thor"
8760 "tilt"
8761 "yard"
8762 "yard-solargraph"
8763 ];
8764 groups = [ "development" ];
8765 platforms = [ ];
8766 source = {
8767 remotes = [ "https://rubygems.org" ];
8768 sha256 = "1q40v3xrx8zzcpk84mcb4f80zc49vp98pphlffb5w20sa760a9w4";
8769 type = "gem";
8770 };
8771 version = "0.54.4";
8772 };
8773 solargraph-rspec = {
8774 dependencies = [ "solargraph" ];
8775 groups = [ "development" ];
8776 platforms = [ ];
8777 source = {
8778 remotes = [ "https://rubygems.org" ];
8779 sha256 = "1wxzz7580h6k2sghj9p1ss33i6nlmpmwqawi6ilr87si233rwgxc";
8780 type = "gem";
8781 };
8782 version = "0.5.2";
8783 };
8784 sorbet-runtime = {
8785 groups = [
8786 "default"
8787 "development"
8788 ];
8789 platforms = [ ];
8790 source = {
8791 remotes = [ "https://rubygems.org" ];
8792 sha256 = "1dpxyhph8rp0bwiacqjsvsm67gm6v7bw16na20rk59g6y8953dk4";
8793 type = "gem";
8794 };
8795 version = "0.5.11647";
8796 };
8797 spamcheck = {
8798 dependencies = [ "grpc" ];
8799 groups = [ "default" ];
8800 platforms = [ ];
8801 source = {
8802 remotes = [ "https://rubygems.org" ];
8803 sha256 = "1iqfsnz0ls27ml4dyqyp8k7sdq3rgxjqrlslh3c475fmzjfvla9s";
8804 type = "gem";
8805 };
8806 version = "1.3.3";
8807 };
8808 spring = {
8809 groups = [
8810 "development"
8811 "test"
8812 ];
8813 platforms = [ ];
8814 source = {
8815 remotes = [ "https://rubygems.org" ];
8816 sha256 = "08kizsvrb7a19aps7a8rpmndfq16jb8q2j45fn155s1qrsyg7aha";
8817 type = "gem";
8818 };
8819 version = "4.3.0";
8820 };
8821 spring-commands-rspec = {
8822 dependencies = [ "spring" ];
8823 groups = [
8824 "development"
8825 "test"
8826 ];
8827 platforms = [ ];
8828 source = {
8829 remotes = [ "https://rubygems.org" ];
8830 sha256 = "0b0svpq3md1pjz5drpa5pxwg8nk48wrshq8lckim4x3nli7ya0k2";
8831 type = "gem";
8832 };
8833 version = "1.0.4";
8834 };
8835 sprite-factory = {
8836 groups = [ "development" ];
8837 platforms = [ ];
8838 source = {
8839 remotes = [ "https://rubygems.org" ];
8840 sha256 = "18hvn14vz1v3j1gvbqjypa59hgj3c4mqbimby50k407c395551jm";
8841 type = "gem";
8842 };
8843 version = "1.7.1";
8844 };
8845 sprockets = {
8846 dependencies = [
8847 "base64"
8848 "concurrent-ruby"
8849 "rack"
8850 ];
8851 groups = [ "default" ];
8852 platforms = [ ];
8853 source = {
8854 remotes = [ "https://rubygems.org" ];
8855 sha256 = "10ykzsa76cf8kvbfkszlvbyn4ckcx1mxjhfvwxzs7y28cljhzhkj";
8856 type = "gem";
8857 };
8858 version = "3.7.5";
8859 };
8860 sprockets-rails = {
8861 dependencies = [
8862 "actionpack"
8863 "activesupport"
8864 "sprockets"
8865 ];
8866 groups = [ "default" ];
8867 platforms = [ ];
8868 source = {
8869 remotes = [ "https://rubygems.org" ];
8870 sha256 = "17hiqkdpcjyyhlm997mgdcr45v35j5802m5a979i5jgqx5n8xs59";
8871 type = "gem";
8872 };
8873 version = "3.5.2";
8874 };
8875 ssh_data = {
8876 groups = [ "default" ];
8877 platforms = [ ];
8878 source = {
8879 remotes = [ "https://rubygems.org" ];
8880 sha256 = "1h5aiqqlk51z12kgvanhdvd0ajvv2i68z6a7450yxgmflfaiwz7c";
8881 type = "gem";
8882 };
8883 version = "1.3.0";
8884 };
8885 ssrf_filter = {
8886 groups = [ "default" ];
8887 platforms = [ ];
8888 source = {
8889 remotes = [ "https://rubygems.org" ];
8890 sha256 = "1nx0vap3mrh62v37lr45h77ipp4li8x77v4kxr1psh3yhda9zx03";
8891 type = "gem";
8892 };
8893 version = "1.0.8";
8894 };
8895 stackprof = {
8896 groups = [ "default" ];
8897 platforms = [ ];
8898 source = {
8899 remotes = [ "https://rubygems.org" ];
8900 sha256 = "03788mbipmihq2w7rznzvv0ks0s9z1321k1jyr6ffln8as3d5xmg";
8901 type = "gem";
8902 };
8903 version = "0.2.27";
8904 };
8905 state_machines = {
8906 groups = [ "default" ];
8907 platforms = [ ];
8908 source = {
8909 remotes = [ "https://rubygems.org" ];
8910 sha256 = "00mi16hg3rhkxz4y58s173cbnjlba41y9bfcim90p4ja6yfj9ri3";
8911 type = "gem";
8912 };
8913 version = "0.5.0";
8914 };
8915 state_machines-activemodel = {
8916 dependencies = [
8917 "activemodel"
8918 "state_machines"
8919 ];
8920 groups = [ "default" ];
8921 platforms = [ ];
8922 source = {
8923 remotes = [ "https://rubygems.org" ];
8924 sha256 = "0b4dffzlj38adin6gm0ky72r5c507qdb1jprnm7h9gnlj2qxlcp9";
8925 type = "gem";
8926 };
8927 version = "0.8.0";
8928 };
8929 state_machines-activerecord = {
8930 dependencies = [
8931 "activerecord"
8932 "state_machines-activemodel"
8933 ];
8934 groups = [ "default" ];
8935 platforms = [ ];
8936 source = {
8937 remotes = [ "https://rubygems.org" ];
8938 sha256 = "1dmaf4f4cg3gamzgga3gamp0kv9lvianqzr9103dw0xbp00vfbq7";
8939 type = "gem";
8940 };
8941 version = "0.8.0";
8942 };
8943 state_machines-rspec = {
8944 dependencies = [
8945 "activesupport"
8946 "rspec"
8947 "state_machines"
8948 ];
8949 groups = [ "test" ];
8950 platforms = [ ];
8951 source = {
8952 remotes = [ "https://rubygems.org" ];
8953 sha256 = "1gf0wlgkpdwwyxg810p1clpba6gmcl7jwvhlg5zwkl2pvx2pm99b";
8954 type = "gem";
8955 };
8956 version = "0.6.0";
8957 };
8958 stringio = {
8959 groups = [
8960 "default"
8961 "development"
8962 "test"
8963 ];
8964 platforms = [ ];
8965 source = {
8966 remotes = [ "https://rubygems.org" ];
8967 sha256 = "1yh78pg6lm28c3k0pfd2ipskii1fsraq46m6zjs5yc9a4k5vfy2v";
8968 type = "gem";
8969 };
8970 version = "3.1.7";
8971 };
8972 strings = {
8973 dependencies = [
8974 "strings-ansi"
8975 "unicode-display_width"
8976 "unicode_utils"
8977 ];
8978 groups = [
8979 "default"
8980 "development"
8981 "test"
8982 ];
8983 platforms = [ ];
8984 source = {
8985 remotes = [ "https://rubygems.org" ];
8986 sha256 = "1yynb0qhhhplmpzavfrrlwdnd1rh7rkwzcs4xf0mpy2wr6rr6clk";
8987 type = "gem";
8988 };
8989 version = "0.2.1";
8990 };
8991 strings-ansi = {
8992 groups = [
8993 "default"
8994 "development"
8995 "test"
8996 ];
8997 platforms = [ ];
8998 source = {
8999 remotes = [ "https://rubygems.org" ];
9000 sha256 = "120wa6yjc63b84lprglc52f40hx3fx920n4dmv14rad41rv2s9lh";
9001 type = "gem";
9002 };
9003 version = "0.2.0";
9004 };
9005 swd = {
9006 dependencies = [
9007 "activesupport"
9008 "attr_required"
9009 "faraday"
9010 "faraday-follow_redirects"
9011 ];
9012 groups = [ "default" ];
9013 platforms = [ ];
9014 source = {
9015 remotes = [ "https://rubygems.org" ];
9016 sha256 = "0m86fzmwgw0vc8p6fwvnsdbldpgbqdz9cbp2zj9z06bc4jjf5nsc";
9017 type = "gem";
9018 };
9019 version = "2.0.3";
9020 };
9021 sync = {
9022 groups = [
9023 "default"
9024 "development"
9025 "test"
9026 ];
9027 platforms = [ ];
9028 source = {
9029 remotes = [ "https://rubygems.org" ];
9030 sha256 = "1z9qlq4icyiv3hz1znvsq1wz2ccqjb1zwd6gkvnwg6n50z65d0v6";
9031 type = "gem";
9032 };
9033 version = "0.5.0";
9034 };
9035 sys-filesystem = {
9036 dependencies = [ "ffi" ];
9037 groups = [ "default" ];
9038 platforms = [ ];
9039 source = {
9040 remotes = [ "https://rubygems.org" ];
9041 sha256 = "08bln6c3qmylakgpmpswv4zdis8bf96nkbrxpb9xcal2i7g1j29r";
9042 type = "gem";
9043 };
9044 version = "1.4.3";
9045 };
9046 sysexits = {
9047 groups = [
9048 "default"
9049 "development"
9050 "test"
9051 ];
9052 platforms = [ ];
9053 source = {
9054 remotes = [ "https://rubygems.org" ];
9055 sha256 = "0qjng6pllznmprzx8vb0zg0c86hdrkyjs615q41s9fjpmv2430jr";
9056 type = "gem";
9057 };
9058 version = "1.2.0";
9059 };
9060 table_print = {
9061 groups = [
9062 "default"
9063 "test"
9064 ];
9065 platforms = [ ];
9066 source = {
9067 remotes = [ "https://rubygems.org" ];
9068 sha256 = "1jxmd1yg3h0g27wzfpvq1jnkkf7frwb5wy9m4f47nf4k3wl68rj3";
9069 type = "gem";
9070 };
9071 version = "1.5.7";
9072 };
9073 tanuki_emoji = {
9074 dependencies = [ "i18n" ];
9075 groups = [ "default" ];
9076 platforms = [ ];
9077 source = {
9078 remotes = [ "https://rubygems.org" ];
9079 sha256 = "14vdkzrfq3sv9dfzz0sgw89z7a6jic43jkndj7nqhvxdbhm1iqny";
9080 type = "gem";
9081 };
9082 version = "0.13.0";
9083 };
9084 telesign = {
9085 dependencies = [ "net-http-persistent" ];
9086 groups = [ "default" ];
9087 platforms = [ ];
9088 source = {
9089 remotes = [ "https://rubygems.org" ];
9090 sha256 = "17xkgjlakaj1sipxk0d8nxvl6xis6n1a7zsv8w0wjzzv3h47d6h0";
9091 type = "gem";
9092 };
9093 version = "2.4.0";
9094 };
9095 telesignenterprise = {
9096 dependencies = [ "telesign" ];
9097 groups = [ "default" ];
9098 platforms = [ ];
9099 source = {
9100 remotes = [ "https://rubygems.org" ];
9101 sha256 = "1wkxsv85zc7qalxj7gjv6py4chr093n9fx3plbqmfznjcd2sqbhp";
9102 type = "gem";
9103 };
9104 version = "2.6.0";
9105 };
9106 temple = {
9107 groups = [
9108 "default"
9109 "development"
9110 "test"
9111 ];
9112 platforms = [ ];
9113 source = {
9114 remotes = [ "https://rubygems.org" ];
9115 sha256 = "060zzj7c2kicdfk6cpnn40n9yjnhfrr13d0rsbdhdij68chp2861";
9116 type = "gem";
9117 };
9118 version = "0.8.2";
9119 };
9120 term-ansicolor = {
9121 dependencies = [ "tins" ];
9122 groups = [
9123 "default"
9124 "development"
9125 "test"
9126 ];
9127 platforms = [ ];
9128 source = {
9129 remotes = [ "https://rubygems.org" ];
9130 sha256 = "1xq5kci9215skdh27npyd3y55p812v4qb4x2hv3xsjvwqzz9ycwj";
9131 type = "gem";
9132 };
9133 version = "1.7.1";
9134 };
9135 terminal-table = {
9136 dependencies = [ "unicode-display_width" ];
9137 groups = [
9138 "danger"
9139 "default"
9140 "development"
9141 "test"
9142 ];
9143 platforms = [ ];
9144 source = {
9145 remotes = [ "https://rubygems.org" ];
9146 sha256 = "14dfmfjppmng5hwj7c5ka6qdapawm3h6k9lhn8zj001ybypvclgr";
9147 type = "gem";
9148 };
9149 version = "3.0.2";
9150 };
9151 terser = {
9152 dependencies = [ "execjs" ];
9153 groups = [ "default" ];
9154 platforms = [ ];
9155 source = {
9156 remotes = [ "https://rubygems.org" ];
9157 sha256 = "13mj7ds6kwl1z5dp8zg6b9l3vq9012g8yr99hlpf3d1dgsyf1hl0";
9158 type = "gem";
9159 };
9160 version = "1.0.2";
9161 };
9162 test-prof = {
9163 groups = [ "test" ];
9164 platforms = [ ];
9165 source = {
9166 remotes = [ "https://rubygems.org" ];
9167 sha256 = "1vsk2ca9kfrxhyd2xiiyr28hmxkh9vd8j2vwl5f1yfnkv4z52n8s";
9168 type = "gem";
9169 };
9170 version = "1.4.4";
9171 };
9172 test_file_finder = {
9173 dependencies = [ "faraday" ];
9174 groups = [
9175 "development"
9176 "test"
9177 ];
9178 platforms = [ ];
9179 source = {
9180 remotes = [ "https://rubygems.org" ];
9181 sha256 = "16bi2x6n8vwpinlm3n7j666ryq06zndhp4cj32sq89vbl240byw3";
9182 type = "gem";
9183 };
9184 version = "0.3.1";
9185 };
9186 text = {
9187 groups = [
9188 "default"
9189 "development"
9190 ];
9191 platforms = [ ];
9192 source = {
9193 remotes = [ "https://rubygems.org" ];
9194 sha256 = "1x6kkmsr49y3rnrin91rv8mpc3dhrf3ql08kbccw8yffq61brfrg";
9195 type = "gem";
9196 };
9197 version = "1.3.1";
9198 };
9199 thor = {
9200 groups = [
9201 "default"
9202 "development"
9203 "omnibus"
9204 "test"
9205 ];
9206 platforms = [ ];
9207 source = {
9208 remotes = [ "https://rubygems.org" ];
9209 sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps";
9210 type = "gem";
9211 };
9212 version = "1.3.1";
9213 };
9214 thread_safe = {
9215 groups = [
9216 "default"
9217 "test"
9218 ];
9219 platforms = [ ];
9220 source = {
9221 remotes = [ "https://rubygems.org" ];
9222 sha256 = "0nmhcgq6cgz44srylra07bmaw99f5271l0dpsvl5f75m44l0gmwy";
9223 type = "gem";
9224 };
9225 version = "0.3.6";
9226 };
9227 thrift = {
9228 groups = [ "default" ];
9229 platforms = [ ];
9230 source = {
9231 remotes = [ "https://rubygems.org" ];
9232 sha256 = "0y2xpdpj8rm9xgx2w9l8liwb6hqcwqxnmhnhkvw15y4saabs2i3s";
9233 type = "gem";
9234 };
9235 version = "0.22.0";
9236 };
9237 tilt = {
9238 groups = [
9239 "default"
9240 "development"
9241 "test"
9242 ];
9243 platforms = [ ];
9244 source = {
9245 remotes = [ "https://rubygems.org" ];
9246 sha256 = "186nfbcsk0l4l86gvng1fw6jq6p6s7rc0caxr23b3pnbfb20y63v";
9247 type = "gem";
9248 };
9249 version = "2.0.11";
9250 };
9251 timeout = {
9252 groups = [
9253 "default"
9254 "development"
9255 "test"
9256 ];
9257 platforms = [ ];
9258 source = {
9259 remotes = [ "https://rubygems.org" ];
9260 sha256 = "03p31w5ghqfsbz5mcjzvwgkw3h9lbvbknqvrdliy8pxmn9wz02cm";
9261 type = "gem";
9262 };
9263 version = "0.4.3";
9264 };
9265 timfel-krb5-auth = {
9266 groups = [
9267 "default"
9268 "kerberos"
9269 ];
9270 platforms = [ ];
9271 source = {
9272 remotes = [ "https://rubygems.org" ];
9273 sha256 = "105vajc0jkqgcx1wbp0ad262sdry4l1irk7jpaawv8vzfjfqqf5b";
9274 type = "gem";
9275 };
9276 version = "0.8.3";
9277 };
9278 tins = {
9279 dependencies = [ "sync" ];
9280 groups = [
9281 "default"
9282 "development"
9283 "test"
9284 ];
9285 platforms = [ ];
9286 source = {
9287 remotes = [ "https://rubygems.org" ];
9288 sha256 = "1kxykx7ywc0i3y4dwakz4b46dql4zc7h8b5w1hqhsqswq93s7i2i";
9289 type = "gem";
9290 };
9291 version = "1.31.1";
9292 };
9293 toml-rb = {
9294 dependencies = [ "citrus" ];
9295 groups = [ "default" ];
9296 platforms = [ ];
9297 source = {
9298 remotes = [ "https://rubygems.org" ];
9299 sha256 = "19nr4wr5accc6l2y3avn7b02lqmk9035zxq42234k7fcqd5cbqm1";
9300 type = "gem";
9301 };
9302 version = "2.2.0";
9303 };
9304 tomlrb = {
9305 groups = [ "default" ];
9306 platforms = [ ];
9307 source = {
9308 remotes = [ "https://rubygems.org" ];
9309 sha256 = "00x5y9h4fbvrv4xrjk4cqlkm4vq8gv73ax4alj3ac2x77zsnnrk8";
9310 type = "gem";
9311 };
9312 version = "1.3.0";
9313 };
9314 tpm-key_attestation = {
9315 dependencies = [
9316 "bindata"
9317 "openssl"
9318 "openssl-signature_algorithm"
9319 ];
9320 groups = [ "default" ];
9321 platforms = [ ];
9322 source = {
9323 remotes = [ "https://rubygems.org" ];
9324 sha256 = "0v8y5dibsyskv1ncdgszhxwzq0gzmvb0zl7sgmx0xvsgy86dhcz1";
9325 type = "gem";
9326 };
9327 version = "0.12.0";
9328 };
9329 traces = {
9330 groups = [ "default" ];
9331 platforms = [ ];
9332 source = {
9333 remotes = [ "https://rubygems.org" ];
9334 sha256 = "0kn4qn9wzypw5693kza96s52avlzw0ax7x5vq4s4cvm97zx9hd3y";
9335 type = "gem";
9336 };
9337 version = "0.18.1";
9338 };
9339 trailblazer-option = {
9340 groups = [ "default" ];
9341 platforms = [ ];
9342 source = {
9343 remotes = [ "https://rubygems.org" ];
9344 sha256 = "18s48fndi2kfvrfzmq6rxvjfwad347548yby0341ixz1lhpg3r10";
9345 type = "gem";
9346 };
9347 version = "0.1.2";
9348 };
9349 train-core = {
9350 dependencies = [
9351 "addressable"
9352 "ffi"
9353 "json"
9354 "mixlib-shellout"
9355 "net-scp"
9356 "net-ssh"
9357 ];
9358 groups = [ "default" ];
9359 platforms = [ ];
9360 source = {
9361 remotes = [ "https://rubygems.org" ];
9362 sha256 = "0fr2hydxs1rzmi7c1c1wcfi0m2piks3vl8hdhh8rpgjz041dm4w4";
9363 type = "gem";
9364 };
9365 version = "3.10.8";
9366 };
9367 truncato = {
9368 dependencies = [
9369 "htmlentities"
9370 "nokogiri"
9371 ];
9372 groups = [ "default" ];
9373 platforms = [ ];
9374 source = {
9375 remotes = [ "https://rubygems.org" ];
9376 sha256 = "1073j47fypwmc4myqzcd9rbipf1250qx2mnki4iqksv7q11ijqil";
9377 type = "gem";
9378 };
9379 version = "0.7.13";
9380 };
9381 ttfunk = {
9382 dependencies = [ "bigdecimal" ];
9383 groups = [ "default" ];
9384 platforms = [ ];
9385 source = {
9386 remotes = [ "https://rubygems.org" ];
9387 sha256 = "1ji0kn8jkf1rpskv3ijzxvqwixg4p6sk8kg0vmwyjinci7jcgjx7";
9388 type = "gem";
9389 };
9390 version = "1.8.0";
9391 };
9392 tty-color = {
9393 groups = [
9394 "default"
9395 "development"
9396 "test"
9397 ];
9398 platforms = [ ];
9399 source = {
9400 remotes = [ "https://rubygems.org" ];
9401 sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g";
9402 type = "gem";
9403 };
9404 version = "0.6.0";
9405 };
9406 tty-command = {
9407 dependencies = [ "pastel" ];
9408 groups = [ "default" ];
9409 platforms = [ ];
9410 source = {
9411 remotes = [ "https://rubygems.org" ];
9412 sha256 = "14hi8xiahfrrnydw6g3i30lxvvz90wp4xsrlhx8mabckrcglfv0c";
9413 type = "gem";
9414 };
9415 version = "0.10.1";
9416 };
9417 tty-cursor = {
9418 groups = [
9419 "default"
9420 "development"
9421 "test"
9422 ];
9423 platforms = [ ];
9424 source = {
9425 remotes = [ "https://rubygems.org" ];
9426 sha256 = "0j5zw041jgkmn605ya1zc151bxgxl6v192v2i26qhxx7ws2l2lvr";
9427 type = "gem";
9428 };
9429 version = "0.7.1";
9430 };
9431 tty-markdown = {
9432 dependencies = [
9433 "kramdown"
9434 "pastel"
9435 "rouge"
9436 "strings"
9437 "tty-color"
9438 "tty-screen"
9439 ];
9440 groups = [
9441 "default"
9442 "development"
9443 "test"
9444 ];
9445 platforms = [ ];
9446 source = {
9447 remotes = [ "https://rubygems.org" ];
9448 sha256 = "04f599zn5rfndq4d9l0acllfpc041bzdkkz2h6x0dl18f2wivn0y";
9449 type = "gem";
9450 };
9451 version = "0.7.2";
9452 };
9453 tty-prompt = {
9454 dependencies = [
9455 "pastel"
9456 "tty-reader"
9457 ];
9458 groups = [
9459 "default"
9460 "development"
9461 "test"
9462 ];
9463 platforms = [ ];
9464 source = {
9465 remotes = [ "https://rubygems.org" ];
9466 sha256 = "1j4y8ik82azjxshgd4i1v4wwhsv3g9cngpygxqkkz69qaa8cxnzw";
9467 type = "gem";
9468 };
9469 version = "0.23.1";
9470 };
9471 tty-reader = {
9472 dependencies = [
9473 "tty-cursor"
9474 "tty-screen"
9475 "wisper"
9476 ];
9477 groups = [
9478 "default"
9479 "development"
9480 "test"
9481 ];
9482 platforms = [ ];
9483 source = {
9484 remotes = [ "https://rubygems.org" ];
9485 sha256 = "1cf2k7w7d84hshg4kzrjvk9pkyc2g1m3nx2n1rpmdcf0hp4p4af6";
9486 type = "gem";
9487 };
9488 version = "0.9.0";
9489 };
9490 tty-screen = {
9491 groups = [
9492 "default"
9493 "development"
9494 "test"
9495 ];
9496 platforms = [ ];
9497 source = {
9498 remotes = [ "https://rubygems.org" ];
9499 sha256 = "18jr6s1cg8yb26wzkqa6874q0z93rq0y5aw092kdqazk71y6a235";
9500 type = "gem";
9501 };
9502 version = "0.8.1";
9503 };
9504 typhoeus = {
9505 dependencies = [ "ethon" ];
9506 groups = [ "default" ];
9507 platforms = [ ];
9508 source = {
9509 remotes = [ "https://rubygems.org" ];
9510 sha256 = "0z7gamf6s83wy0yqms3bi4srirn3fc0lc7n65lqanidxcj1xn5qw";
9511 type = "gem";
9512 };
9513 version = "1.4.1";
9514 };
9515 tzinfo = {
9516 dependencies = [ "concurrent-ruby" ];
9517 groups = [
9518 "default"
9519 "development"
9520 "test"
9521 ];
9522 platforms = [ ];
9523 source = {
9524 remotes = [ "https://rubygems.org" ];
9525 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
9526 type = "gem";
9527 };
9528 version = "2.0.6";
9529 };
9530 uber = {
9531 groups = [ "default" ];
9532 platforms = [ ];
9533 source = {
9534 remotes = [ "https://rubygems.org" ];
9535 sha256 = "1p1mm7mngg40x05z52md3mbamkng0zpajbzqjjwmsyw0zw3v9vjv";
9536 type = "gem";
9537 };
9538 version = "0.1.0";
9539 };
9540 undercover = {
9541 dependencies = [
9542 "base64"
9543 "bigdecimal"
9544 "imagen"
9545 "rainbow"
9546 "rugged"
9547 "simplecov"
9548 "simplecov_json_formatter"
9549 ];
9550 groups = [
9551 "coverage"
9552 "development"
9553 "test"
9554 ];
9555 platforms = [ ];
9556 source = {
9557 remotes = [ "https://rubygems.org" ];
9558 sha256 = "0wb06pbc6vz5p4p0nm36drqlpl16mqiymv6381f9lz599pb1isjn";
9559 type = "gem";
9560 };
9561 version = "0.7.4";
9562 };
9563 unf = {
9564 dependencies = [ "unf_ext" ];
9565 groups = [ "default" ];
9566 platforms = [ ];
9567 source = {
9568 remotes = [ "https://rubygems.org" ];
9569 sha256 = "0bh2cf73i2ffh4fcpdn9ir4mhq8zi50ik0zqa1braahzadx536a9";
9570 type = "gem";
9571 };
9572 version = "0.1.4";
9573 };
9574 unf_ext = {
9575 groups = [ "default" ];
9576 platforms = [ ];
9577 source = {
9578 remotes = [ "https://rubygems.org" ];
9579 sha256 = "1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch";
9580 type = "gem";
9581 };
9582 version = "0.0.8.2";
9583 };
9584 unicode-display_width = {
9585 groups = [
9586 "danger"
9587 "default"
9588 "development"
9589 "test"
9590 ];
9591 platforms = [ ];
9592 source = {
9593 remotes = [ "https://rubygems.org" ];
9594 sha256 = "1gi82k102q7bkmfi7ggn9ciypn897ylln1jk9q67kjhr39fj043a";
9595 type = "gem";
9596 };
9597 version = "2.4.2";
9598 };
9599 unicode-emoji = {
9600 groups = [ "default" ];
9601 platforms = [ ];
9602 source = {
9603 remotes = [ "https://rubygems.org" ];
9604 sha256 = "0ajk6rngypm3chvl6r0vwv36q1931fjqaqhjjya81rakygvlwb1c";
9605 type = "gem";
9606 };
9607 version = "4.0.4";
9608 };
9609 unicode_utils = {
9610 groups = [ "default" ];
9611 platforms = [ ];
9612 source = {
9613 remotes = [ "https://rubygems.org" ];
9614 sha256 = "0h1a5yvrxzlf0lxxa1ya31jcizslf774arnsd89vgdhk4g7x08mr";
9615 type = "gem";
9616 };
9617 version = "1.4.0";
9618 };
9619 uniform_notifier = {
9620 groups = [
9621 "default"
9622 "development"
9623 "test"
9624 ];
9625 platforms = [ ];
9626 source = {
9627 remotes = [ "https://rubygems.org" ];
9628 sha256 = "1dfvqixshwvm82b9qwdidvnkavdj7s0fbdbmyd4knkl6l3j9xcwr";
9629 type = "gem";
9630 };
9631 version = "1.16.0";
9632 };
9633 unleash = {
9634 dependencies = [ "murmurhash3" ];
9635 groups = [ "default" ];
9636 platforms = [ ];
9637 source = {
9638 remotes = [ "https://rubygems.org" ];
9639 sha256 = "0fxr4q8bs5pbf3y57f3bckg3ls9k76wzzkhvl1kdw879im4mcvhg";
9640 type = "gem";
9641 };
9642 version = "3.2.2";
9643 };
9644 unparser = {
9645 dependencies = [
9646 "diff-lcs"
9647 "parser"
9648 ];
9649 groups = [
9650 "default"
9651 "test"
9652 ];
9653 platforms = [ ];
9654 source = {
9655 remotes = [ "https://rubygems.org" ];
9656 sha256 = "1j6ym6cn43ry4lvcal7cv0n9g9awny7kcrn1crp7cwx2vwzffhmf";
9657 type = "gem";
9658 };
9659 version = "0.6.7";
9660 };
9661 uri = {
9662 groups = [
9663 "danger"
9664 "default"
9665 "development"
9666 "test"
9667 ];
9668 platforms = [ ];
9669 source = {
9670 remotes = [ "https://rubygems.org" ];
9671 sha256 = "0mz4hxi8lxh8rs6aph1mrihczvvz8ag9zlin1gzvq490cmp1jmx5";
9672 type = "gem";
9673 };
9674 version = "0.13.2";
9675 };
9676 valid_email = {
9677 dependencies = [
9678 "activemodel"
9679 "mail"
9680 ];
9681 groups = [ "default" ];
9682 platforms = [ ];
9683 source = {
9684 remotes = [ "https://rubygems.org" ];
9685 sha256 = "0w3587sa7d1a51djyla57pbv9v105jsqvxhkg6vbxi343fsm455q";
9686 type = "gem";
9687 };
9688 version = "0.1.3";
9689 };
9690 validate_url = {
9691 dependencies = [
9692 "activemodel"
9693 "public_suffix"
9694 ];
9695 groups = [ "default" ];
9696 platforms = [ ];
9697 source = {
9698 remotes = [ "https://rubygems.org" ];
9699 sha256 = "0lblym140w5n88ijyfgcvkxvpfj8m6z00rxxf2ckmmhk0x61dzkj";
9700 type = "gem";
9701 };
9702 version = "1.0.15";
9703 };
9704 validates_hostname = {
9705 dependencies = [
9706 "activerecord"
9707 "activesupport"
9708 ];
9709 groups = [ "default" ];
9710 platforms = [ ];
9711 source = {
9712 remotes = [ "https://rubygems.org" ];
9713 sha256 = "06fspma67flsvwl3gfyrv2572l15pjsmqsncz5yp4kqbriw03i7a";
9714 type = "gem";
9715 };
9716 version = "1.0.13";
9717 };
9718 version_gem = {
9719 groups = [ "default" ];
9720 platforms = [ ];
9721 source = {
9722 remotes = [ "https://rubygems.org" ];
9723 sha256 = "0270m29n7mq9yq4xnjzryzr6jxf292ahjn9fzywm2rg3rdz7cr59";
9724 type = "gem";
9725 };
9726 version = "1.1.8";
9727 };
9728 version_sorter = {
9729 groups = [ "default" ];
9730 platforms = [ ];
9731 source = {
9732 remotes = [ "https://rubygems.org" ];
9733 sha256 = "1np1xy15xq5lcp0y5zr7sxnpwwgcq7bvfs6jc27vnkw0lfhz4ir1";
9734 type = "gem";
9735 };
9736 version = "2.3.0";
9737 };
9738 view_component = {
9739 dependencies = [
9740 "activesupport"
9741 "concurrent-ruby"
9742 "method_source"
9743 ];
9744 groups = [
9745 "default"
9746 "development"
9747 ];
9748 platforms = [ ];
9749 source = {
9750 remotes = [ "https://rubygems.org" ];
9751 sha256 = "0aw962shs2x52dy1vhzkw1qc0b5vxmgaab6lld7hggrqkr5ysbrw";
9752 type = "gem";
9753 };
9754 version = "3.23.2";
9755 };
9756 virtus = {
9757 dependencies = [
9758 "axiom-types"
9759 "coercible"
9760 "descendants_tracker"
9761 ];
9762 groups = [
9763 "default"
9764 "test"
9765 ];
9766 platforms = [ ];
9767 source = {
9768 remotes = [ "https://rubygems.org" ];
9769 sha256 = "1hniwgbdsjxa71qy47n6av8faf8qpwbaapms41rhkk3zxgjdlhc8";
9770 type = "gem";
9771 };
9772 version = "2.0.0";
9773 };
9774 vite_rails = {
9775 dependencies = [
9776 "railties"
9777 "vite_ruby"
9778 ];
9779 groups = [
9780 "development"
9781 "test"
9782 ];
9783 platforms = [ ];
9784 source = {
9785 remotes = [ "https://rubygems.org" ];
9786 sha256 = "005mbcprdhjqx27561mb54kssjwxwij157x6wya1yp60gdkl8p0r";
9787 type = "gem";
9788 };
9789 version = "3.0.19";
9790 };
9791 vite_ruby = {
9792 dependencies = [
9793 "dry-cli"
9794 "logger"
9795 "mutex_m"
9796 "rack-proxy"
9797 "zeitwerk"
9798 ];
9799 groups = [
9800 "development"
9801 "test"
9802 ];
9803 platforms = [ ];
9804 source = {
9805 remotes = [ "https://rubygems.org" ];
9806 sha256 = "0wj9ia0s7vywn66pf2jn49pfsy5h5rncjjwhaymwq32r3f2pq2p1";
9807 type = "gem";
9808 };
9809 version = "3.9.2";
9810 };
9811 vmstat = {
9812 groups = [ "default" ];
9813 platforms = [ ];
9814 source = {
9815 remotes = [ "https://rubygems.org" ];
9816 sha256 = "014ingrldwjgsw27af0x9kzv4ca0dayh3p99bi5grnsl191wp1sm";
9817 type = "gem";
9818 };
9819 version = "2.3.1";
9820 };
9821 warden = {
9822 dependencies = [ "rack" ];
9823 groups = [ "default" ];
9824 platforms = [ ];
9825 source = {
9826 remotes = [ "https://rubygems.org" ];
9827 sha256 = "1l7gl7vms023w4clg02pm4ky9j12la2vzsixi2xrv9imbn44ys26";
9828 type = "gem";
9829 };
9830 version = "1.2.9";
9831 };
9832 warning = {
9833 groups = [ "default" ];
9834 platforms = [ ];
9835 source = {
9836 remotes = [ "https://rubygems.org" ];
9837 sha256 = "0lwcf7fsz1sda1fdbqq1i4q9kzg4f5vwrzgfg1vpa1hcxagw84hg";
9838 type = "gem";
9839 };
9840 version = "1.5.0";
9841 };
9842 webauthn = {
9843 dependencies = [
9844 "android_key_attestation"
9845 "awrence"
9846 "bindata"
9847 "cbor"
9848 "cose"
9849 "openssl"
9850 "safety_net_attestation"
9851 "tpm-key_attestation"
9852 ];
9853 groups = [ "default" ];
9854 platforms = [ ];
9855 source = {
9856 remotes = [ "https://rubygems.org" ];
9857 sha256 = "1ri09bf640kkw4v6k2g90q2nw1mx2hsghhngaqgb7958q8id8xrz";
9858 type = "gem";
9859 };
9860 version = "3.0.0";
9861 };
9862 webfinger = {
9863 dependencies = [
9864 "activesupport"
9865 "faraday"
9866 "faraday-follow_redirects"
9867 ];
9868 groups = [ "default" ];
9869 platforms = [ ];
9870 source = {
9871 remotes = [ "https://rubygems.org" ];
9872 sha256 = "0p39802sfnm62r4x5hai8vn6d1wqbxsxnmbynsk8rcvzwyym4yjn";
9873 type = "gem";
9874 };
9875 version = "2.1.3";
9876 };
9877 webmock = {
9878 dependencies = [
9879 "addressable"
9880 "crack"
9881 "hashdiff"
9882 ];
9883 groups = [ "test" ];
9884 platforms = [ ];
9885 source = {
9886 remotes = [ "https://rubygems.org" ];
9887 sha256 = "08v374yrqqhjj3xjzmvwnv3yz21r22kn071yr0i67gmwaf9mv7db";
9888 type = "gem";
9889 };
9890 version = "3.25.1";
9891 };
9892 webrick = {
9893 groups = [
9894 "default"
9895 "development"
9896 "test"
9897 ];
9898 platforms = [ ];
9899 source = {
9900 remotes = [ "https://rubygems.org" ];
9901 sha256 = "12d9n8hll67j737ym2zw4v23cn4vxyfkb6vyv1rzpwv6y6a3qbdl";
9902 type = "gem";
9903 };
9904 version = "1.9.1";
9905 };
9906 websocket = {
9907 groups = [
9908 "default"
9909 "test"
9910 ];
9911 platforms = [ ];
9912 source = {
9913 remotes = [ "https://rubygems.org" ];
9914 sha256 = "1a4zc8d0d91c3xqwapda3j3zgpfwdbj76hkb69xn6qvfkfks9h9c";
9915 type = "gem";
9916 };
9917 version = "1.2.10";
9918 };
9919 websocket-driver = {
9920 dependencies = [ "websocket-extensions" ];
9921 groups = [
9922 "default"
9923 "test"
9924 ];
9925 platforms = [ ];
9926 source = {
9927 remotes = [ "https://rubygems.org" ];
9928 sha256 = "1nyh873w4lvahcl8kzbjfca26656d5c6z3md4sbqg5y1gfz0157n";
9929 type = "gem";
9930 };
9931 version = "0.7.6";
9932 };
9933 websocket-extensions = {
9934 groups = [
9935 "default"
9936 "test"
9937 ];
9938 platforms = [ ];
9939 source = {
9940 remotes = [ "https://rubygems.org" ];
9941 sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
9942 type = "gem";
9943 };
9944 version = "0.1.5";
9945 };
9946 wikicloth = {
9947 dependencies = [
9948 "builder"
9949 "expression_parser"
9950 "rinku"
9951 ];
9952 groups = [ "default" ];
9953 platforms = [ ];
9954 source = {
9955 remotes = [ "https://rubygems.org" ];
9956 sha256 = "1jp6c2yzyqbap8jdiw8yz6l08sradky1llhyhmrg934l1b5akj3s";
9957 type = "gem";
9958 };
9959 version = "0.8.1";
9960 };
9961 wisper = {
9962 groups = [
9963 "default"
9964 "development"
9965 "test"
9966 ];
9967 platforms = [ ];
9968 source = {
9969 remotes = [ "https://rubygems.org" ];
9970 sha256 = "1rpsi0ziy78cj82sbyyywby4d0aw0a5q84v65qd28vqn79fbq5yf";
9971 type = "gem";
9972 };
9973 version = "2.0.1";
9974 };
9975 with_env = {
9976 groups = [
9977 "default"
9978 "development"
9979 "test"
9980 ];
9981 platforms = [ ];
9982 source = {
9983 remotes = [ "https://rubygems.org" ];
9984 sha256 = "1r5ns064mbb99hf1dyxsk9183hznc5i7mn3bi86zka6dlvqf9csh";
9985 type = "gem";
9986 };
9987 version = "1.1.0";
9988 };
9989 wmi-lite = {
9990 groups = [ "default" ];
9991 platforms = [ ];
9992 source = {
9993 remotes = [ "https://rubygems.org" ];
9994 sha256 = "1nnx4xz8g40dpi3ccqk5blj1ck06ydx09f9diksn1ghd8yxzavhi";
9995 type = "gem";
9996 };
9997 version = "1.0.7";
9998 };
9999 xml-simple = {
10000 dependencies = [ "rexml" ];
10001 groups = [
10002 "default"
10003 "development"
10004 "omnibus"
10005 "test"
10006 ];
10007 platforms = [ ];
10008 source = {
10009 remotes = [ "https://rubygems.org" ];
10010 sha256 = "0pb9plyl71mdbjr4kllfy53qx6g68ryxblmnq9dilvy837jk24fj";
10011 type = "gem";
10012 };
10013 version = "1.1.9";
10014 };
10015 xpath = {
10016 dependencies = [ "nokogiri" ];
10017 groups = [
10018 "default"
10019 "development"
10020 "test"
10021 ];
10022 platforms = [ ];
10023 source = {
10024 remotes = [ "https://rubygems.org" ];
10025 sha256 = "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd";
10026 type = "gem";
10027 };
10028 version = "3.2.0";
10029 };
10030 yajl-ruby = {
10031 groups = [ "default" ];
10032 platforms = [ ];
10033 source = {
10034 remotes = [ "https://rubygems.org" ];
10035 sha256 = "1lni4jbyrlph7sz8y49q84pb0sbj82lgwvnjnsiv01xf26f4v5wc";
10036 type = "gem";
10037 };
10038 version = "1.4.3";
10039 };
10040 yard = {
10041 groups = [
10042 "default"
10043 "development"
10044 ];
10045 platforms = [ ];
10046 source = {
10047 remotes = [ "https://rubygems.org" ];
10048 sha256 = "14k9lb9a60r9z2zcqg08by9iljrrgjxdkbd91gw17rkqkqwi1sd6";
10049 type = "gem";
10050 };
10051 version = "0.9.37";
10052 };
10053 yard-solargraph = {
10054 dependencies = [ "yard" ];
10055 groups = [
10056 "default"
10057 "development"
10058 ];
10059 platforms = [ ];
10060 source = {
10061 remotes = [ "https://rubygems.org" ];
10062 sha256 = "03lklm47k6k294ww97x6zpvlqlyjm5q8jidrixhil622r4cld6m1";
10063 type = "gem";
10064 };
10065 version = "0.1.0";
10066 };
10067 zeitwerk = {
10068 groups = [
10069 "default"
10070 "development"
10071 "test"
10072 ];
10073 platforms = [ ];
10074 source = {
10075 remotes = [ "https://rubygems.org" ];
10076 sha256 = "028ld9qmgdllxrl7d0qkl65s58wb1n3gv8yjs28g43a8b1hplxk1";
10077 type = "gem";
10078 };
10079 version = "2.6.7";
10080 };
10081}