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