nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 3222 lines 72 kB view raw
1{ 2 actioncable = { 3 dependencies = [ 4 "actionpack" 5 "activesupport" 6 "nio4r" 7 "websocket-driver" 8 "zeitwerk" 9 ]; 10 groups = [ "default" ]; 11 platforms = [ ]; 12 source = { 13 remotes = [ "https://rubygems.org" ]; 14 sha256 = "18nn95z23m7cpfsypfnlvpblj9rbnkddbs396nljiflznc6v473g"; 15 type = "gem"; 16 }; 17 version = "8.0.2.1"; 18 }; 19 actionmailbox = { 20 dependencies = [ 21 "actionpack" 22 "activejob" 23 "activerecord" 24 "activestorage" 25 "activesupport" 26 "mail" 27 ]; 28 groups = [ "default" ]; 29 platforms = [ ]; 30 source = { 31 remotes = [ "https://rubygems.org" ]; 32 sha256 = "1bbc1a2m8zp0ci2js8wz00fgyamkflkjimn1dz0632a43viwda4f"; 33 type = "gem"; 34 }; 35 version = "8.0.2.1"; 36 }; 37 actionmailer = { 38 dependencies = [ 39 "actionpack" 40 "actionview" 41 "activejob" 42 "activesupport" 43 "mail" 44 "rails-dom-testing" 45 ]; 46 groups = [ 47 "default" 48 "development" 49 ]; 50 platforms = [ ]; 51 source = { 52 remotes = [ "https://rubygems.org" ]; 53 sha256 = "176vgl9rhy9xqi5i1qdgw4ny8sr6jw32zjsq109sn7jl0j6lvq8d"; 54 type = "gem"; 55 }; 56 version = "8.0.2.1"; 57 }; 58 actionpack = { 59 dependencies = [ 60 "actionview" 61 "activesupport" 62 "nokogiri" 63 "rack" 64 "rack-session" 65 "rack-test" 66 "rails-dom-testing" 67 "rails-html-sanitizer" 68 "useragent" 69 ]; 70 groups = [ 71 "default" 72 "development" 73 "test" 74 ]; 75 platforms = [ ]; 76 source = { 77 remotes = [ "https://rubygems.org" ]; 78 sha256 = "02ibk3ldqs1xk74b8lycqh1g6bm4vj5ph8bjlln1brfv64df3rv1"; 79 type = "gem"; 80 }; 81 version = "8.0.2.1"; 82 }; 83 actiontext = { 84 dependencies = [ 85 "actionpack" 86 "activerecord" 87 "activestorage" 88 "activesupport" 89 "globalid" 90 "nokogiri" 91 ]; 92 groups = [ "default" ]; 93 platforms = [ ]; 94 source = { 95 remotes = [ "https://rubygems.org" ]; 96 sha256 = "1f6n43v5r9d0nq09g66rfkqfmx6pv89v01bvd731bndrrysv7i0c"; 97 type = "gem"; 98 }; 99 version = "8.0.2.1"; 100 }; 101 actionview = { 102 dependencies = [ 103 "activesupport" 104 "builder" 105 "erubi" 106 "rails-dom-testing" 107 "rails-html-sanitizer" 108 ]; 109 groups = [ 110 "default" 111 "development" 112 "test" 113 ]; 114 platforms = [ ]; 115 source = { 116 remotes = [ "https://rubygems.org" ]; 117 sha256 = "0izkrdg7r7432mw99d7cwhsr5s9whl3aqh5946i88yqbrc6d59if"; 118 type = "gem"; 119 }; 120 version = "8.0.2.1"; 121 }; 122 activejob = { 123 dependencies = [ 124 "activesupport" 125 "globalid" 126 ]; 127 groups = [ 128 "default" 129 "development" 130 ]; 131 platforms = [ ]; 132 source = { 133 remotes = [ "https://rubygems.org" ]; 134 sha256 = "129bldx70vahaargg0spx5sdqw378591gbrq7b0zm3pc0zdg5rfn"; 135 type = "gem"; 136 }; 137 version = "8.0.2.1"; 138 }; 139 activemodel = { 140 dependencies = [ "activesupport" ]; 141 groups = [ 142 "default" 143 "development" 144 ]; 145 platforms = [ ]; 146 source = { 147 remotes = [ "https://rubygems.org" ]; 148 sha256 = "1i3y0ynf16cgc9p28603pxva528a91jgh8nz2d0q8cb5p36vdfhp"; 149 type = "gem"; 150 }; 151 version = "8.0.2.1"; 152 }; 153 activerecord = { 154 dependencies = [ 155 "activemodel" 156 "activesupport" 157 "timeout" 158 ]; 159 groups = [ "default" ]; 160 platforms = [ ]; 161 source = { 162 remotes = [ "https://rubygems.org" ]; 163 sha256 = "1wbdijshd3dqgzwhdpb32ig6rz8my5zkmanj32fqiwskvmxnwmd6"; 164 type = "gem"; 165 }; 166 version = "8.0.2.1"; 167 }; 168 activestorage = { 169 dependencies = [ 170 "actionpack" 171 "activejob" 172 "activerecord" 173 "activesupport" 174 "marcel" 175 ]; 176 groups = [ "default" ]; 177 platforms = [ ]; 178 source = { 179 remotes = [ "https://rubygems.org" ]; 180 sha256 = "1y3nmzzr17fzxxi9vwi1lc3vc58x1j0i6s56wq0y4wal26g3vfs3"; 181 type = "gem"; 182 }; 183 version = "8.0.2.1"; 184 }; 185 activesupport = { 186 dependencies = [ 187 "base64" 188 "benchmark" 189 "bigdecimal" 190 "concurrent-ruby" 191 "connection_pool" 192 "drb" 193 "i18n" 194 "logger" 195 "minitest" 196 "securerandom" 197 "tzinfo" 198 "uri" 199 ]; 200 groups = [ 201 "default" 202 "development" 203 "test" 204 ]; 205 platforms = [ ]; 206 source = { 207 remotes = [ "https://rubygems.org" ]; 208 sha256 = "1ik1sm5sizrsnr3di0klh7rvsy9r9mmd805fv5srk66as5psf184"; 209 type = "gem"; 210 }; 211 version = "8.0.2.1"; 212 }; 213 addressable = { 214 dependencies = [ "public_suffix" ]; 215 groups = [ 216 "default" 217 "development" 218 "test" 219 ]; 220 platforms = [ ]; 221 source = { 222 remotes = [ "https://rubygems.org" ]; 223 sha256 = "0cl2qpvwiffym62z991ynks7imsm87qmgxf0yfsmlwzkgi9qcaa6"; 224 type = "gem"; 225 }; 226 version = "2.8.7"; 227 }; 228 annotaterb = { 229 groups = [ "development" ]; 230 platforms = [ ]; 231 source = { 232 remotes = [ "https://rubygems.org" ]; 233 sha256 = "0x89s0w2mh5vqk9r4fxwlak7a31pp6nb4z409isijsj18f2g4v26"; 234 type = "gem"; 235 }; 236 version = "4.14.0"; 237 }; 238 arabic-letter-connector = { 239 groups = [ "default" ]; 240 platforms = [ ]; 241 source = { 242 remotes = [ "https://rubygems.org" ]; 243 sha256 = "0myhflz0cqn4wz780ar8zdz834n1byvmdvkzp0sfh9yvyy98ngj0"; 244 type = "gem"; 245 }; 246 version = "0.1.1"; 247 }; 248 ast = { 249 groups = [ 250 "default" 251 "development" 252 "test" 253 ]; 254 platforms = [ ]; 255 source = { 256 remotes = [ "https://rubygems.org" ]; 257 sha256 = "10yknjyn0728gjn6b5syynvrvrwm66bhssbxq8mkhshxghaiailm"; 258 type = "gem"; 259 }; 260 version = "2.4.3"; 261 }; 262 aws-eventstream = { 263 groups = [ "default" ]; 264 platforms = [ ]; 265 source = { 266 remotes = [ "https://rubygems.org" ]; 267 sha256 = "0gvdg4yx4p9av2glmp7vsxhs0n8fj1ga9kq2xdb8f95j7b04qhzi"; 268 type = "gem"; 269 }; 270 version = "1.3.0"; 271 }; 272 aws-partitions = { 273 groups = [ "default" ]; 274 platforms = [ ]; 275 source = { 276 remotes = [ "https://rubygems.org" ]; 277 sha256 = "0vyh7a709hj0qmb3yv95s0b57g1pgmsngv8pxxby7w6fi9grpmr1"; 278 type = "gem"; 279 }; 280 version = "1.1027.0"; 281 }; 282 aws-sdk-core = { 283 dependencies = [ 284 "aws-eventstream" 285 "aws-partitions" 286 "aws-sigv4" 287 "jmespath" 288 ]; 289 groups = [ "default" ]; 290 platforms = [ ]; 291 source = { 292 remotes = [ "https://rubygems.org" ]; 293 sha256 = "12s8v199kb3vixl2896axfj4ifkglr0q7zyn73pdkdf3kpra1wi4"; 294 type = "gem"; 295 }; 296 version = "3.214.0"; 297 }; 298 aws-sdk-kms = { 299 dependencies = [ 300 "aws-sdk-core" 301 "aws-sigv4" 302 ]; 303 groups = [ "default" ]; 304 platforms = [ ]; 305 source = { 306 remotes = [ "https://rubygems.org" ]; 307 sha256 = "0xd3ddd9jiapkgv8im4pl9dcdy2ps7qjsssf2nz3q6sd1ca8x0di"; 308 type = "gem"; 309 }; 310 version = "1.96.0"; 311 }; 312 aws-sdk-s3 = { 313 dependencies = [ 314 "aws-sdk-core" 315 "aws-sdk-kms" 316 "aws-sigv4" 317 ]; 318 groups = [ "default" ]; 319 platforms = [ ]; 320 source = { 321 remotes = [ "https://rubygems.org" ]; 322 sha256 = "1smmyhzfkxcin52arlsxi4rcysirvjmshb4zqlb7bgbxainig034"; 323 type = "gem"; 324 }; 325 version = "1.176.1"; 326 }; 327 aws-sdk-secretsmanager = { 328 dependencies = [ 329 "aws-sdk-core" 330 "aws-sigv4" 331 ]; 332 groups = [ "default" ]; 333 platforms = [ ]; 334 source = { 335 remotes = [ "https://rubygems.org" ]; 336 sha256 = "17vj7dnbk2dr5486rhva8x14m84kca716r9n7yczkp91cxbah0v9"; 337 type = "gem"; 338 }; 339 version = "1.110.0"; 340 }; 341 aws-sigv4 = { 342 dependencies = [ "aws-eventstream" ]; 343 groups = [ "default" ]; 344 platforms = [ ]; 345 source = { 346 remotes = [ "https://rubygems.org" ]; 347 sha256 = "1fq3lbvkgm1vk5wa8l7vdnq3vjnlmsnyf4bbd0jq3qadyd9hf54a"; 348 type = "gem"; 349 }; 350 version = "1.10.1"; 351 }; 352 azure-storage-blob = { 353 dependencies = [ 354 "azure-storage-common" 355 "nokogiri" 356 ]; 357 groups = [ "default" ]; 358 platforms = [ ]; 359 source = { 360 remotes = [ "https://rubygems.org" ]; 361 sha256 = "0qq3knsy7nj7a0r8m19spg2bgzns9b3j5vjbs9mpg49whhc63dv1"; 362 type = "gem"; 363 }; 364 version = "2.0.3"; 365 }; 366 azure-storage-common = { 367 dependencies = [ 368 "faraday" 369 "faraday_middleware" 370 "net-http-persistent" 371 "nokogiri" 372 ]; 373 groups = [ "default" ]; 374 platforms = [ ]; 375 source = { 376 remotes = [ "https://rubygems.org" ]; 377 sha256 = "0swmsvvpmy8cdcl305p3dl2pi7m3dqjd7zywfcxmhsz0n2m4v3v0"; 378 type = "gem"; 379 }; 380 version = "2.0.4"; 381 }; 382 base64 = { 383 groups = [ 384 "default" 385 "development" 386 "test" 387 ]; 388 platforms = [ ]; 389 source = { 390 remotes = [ "https://rubygems.org" ]; 391 sha256 = "0yx9yn47a8lkfcjmigk79fykxvr80r4m1i35q82sxzynpbm7lcr7"; 392 type = "gem"; 393 }; 394 version = "0.3.0"; 395 }; 396 bcrypt = { 397 groups = [ "default" ]; 398 platforms = [ ]; 399 source = { 400 remotes = [ "https://rubygems.org" ]; 401 sha256 = "16a0g2q40biv93i1hch3gw8rbmhp77qnnifj1k0a6m7dng3zh444"; 402 type = "gem"; 403 }; 404 version = "3.1.20"; 405 }; 406 benchmark = { 407 groups = [ 408 "default" 409 "development" 410 "test" 411 ]; 412 platforms = [ ]; 413 source = { 414 remotes = [ "https://rubygems.org" ]; 415 sha256 = "1kicilpma5l0lwayqjb5577bm0hbjndj2gh150xz09xsgc1l1vyl"; 416 type = "gem"; 417 }; 418 version = "0.4.1"; 419 }; 420 better_html = { 421 dependencies = [ 422 "actionview" 423 "activesupport" 424 "ast" 425 "erubi" 426 "parser" 427 "smart_properties" 428 ]; 429 groups = [ 430 "development" 431 "test" 432 ]; 433 platforms = [ ]; 434 source = { 435 remotes = [ "https://rubygems.org" ]; 436 sha256 = "0mdgwlc02f43svy92p0k5v1hipibpzxcdjm774lkz2j8s58kav04"; 437 type = "gem"; 438 }; 439 version = "2.1.1"; 440 }; 441 bigdecimal = { 442 groups = [ 443 "default" 444 "development" 445 "test" 446 ]; 447 platforms = [ ]; 448 source = { 449 remotes = [ "https://rubygems.org" ]; 450 sha256 = "1p2szbr4jdvmwaaj2kxlbv1rp0m6ycbgfyp0kjkkkswmniv5y21r"; 451 type = "gem"; 452 }; 453 version = "3.2.2"; 454 }; 455 bindex = { 456 groups = [ 457 "default" 458 "development" 459 ]; 460 platforms = [ ]; 461 source = { 462 remotes = [ "https://rubygems.org" ]; 463 sha256 = "0zmirr3m02p52bzq4xgksq4pn8j641rx5d4czk68pv9rqnfwq7kv"; 464 type = "gem"; 465 }; 466 version = "0.8.1"; 467 }; 468 bootsnap = { 469 dependencies = [ "msgpack" ]; 470 groups = [ "default" ]; 471 platforms = [ ]; 472 source = { 473 remotes = [ "https://rubygems.org" ]; 474 sha256 = "0mdgj9yw1hmx3xh2qxyjc31y8igmxzd9h0c245ay2zkz76pl4k5c"; 475 type = "gem"; 476 }; 477 version = "1.18.4"; 478 }; 479 brakeman = { 480 dependencies = [ "racc" ]; 481 groups = [ "development" ]; 482 platforms = [ ]; 483 source = { 484 remotes = [ "https://rubygems.org" ]; 485 sha256 = "0xw57fqs89g02mg482x17agc3b606aim72jlc6d525qgqyq2408s"; 486 type = "gem"; 487 }; 488 version = "7.0.0"; 489 }; 490 builder = { 491 groups = [ 492 "default" 493 "development" 494 "test" 495 ]; 496 platforms = [ ]; 497 source = { 498 remotes = [ "https://rubygems.org" ]; 499 sha256 = "0pw3r2lyagsxkm71bf44v5b74f7l9r7di22brbyji9fwz791hya9"; 500 type = "gem"; 501 }; 502 version = "3.3.0"; 503 }; 504 bullet = { 505 dependencies = [ 506 "activesupport" 507 "uniform_notifier" 508 ]; 509 groups = [ 510 "development" 511 "test" 512 ]; 513 platforms = [ ]; 514 source = { 515 remotes = [ "https://rubygems.org" ]; 516 sha256 = "0kfyg2j6a4sg94sajnmy0scv9dxjh7jka9dlil1fzpx137g2zw3p"; 517 type = "gem"; 518 }; 519 version = "8.0.0"; 520 }; 521 camertron-eprun = { 522 groups = [ "default" ]; 523 platforms = [ ]; 524 source = { 525 remotes = [ "https://rubygems.org" ]; 526 sha256 = "0jyfz769dqpipy0wi72la16c8brh5793akvaixj64pj42rwk73ls"; 527 type = "gem"; 528 }; 529 version = "1.1.1"; 530 }; 531 cancancan = { 532 groups = [ "default" ]; 533 platforms = [ ]; 534 source = { 535 remotes = [ "https://rubygems.org" ]; 536 sha256 = "0qkbqmj8hnljyl108mw7rl44c99xmrhpyaj5m54dzmaqpxf1sp4p"; 537 type = "gem"; 538 }; 539 version = "3.6.1"; 540 }; 541 capybara = { 542 dependencies = [ 543 "addressable" 544 "matrix" 545 "mini_mime" 546 "nokogiri" 547 "rack" 548 "rack-test" 549 "regexp_parser" 550 "xpath" 551 ]; 552 groups = [ "test" ]; 553 platforms = [ ]; 554 source = { 555 remotes = [ "https://rubygems.org" ]; 556 sha256 = "1vxfah83j6zpw3v5hic0j70h519nvmix2hbszmjwm8cfawhagns2"; 557 type = "gem"; 558 }; 559 version = "3.40.0"; 560 }; 561 childprocess = { 562 dependencies = [ "logger" ]; 563 groups = [ 564 "default" 565 "development" 566 ]; 567 platforms = [ ]; 568 source = { 569 remotes = [ "https://rubygems.org" ]; 570 sha256 = "1v5nalaarxnfdm6rxb7q6fmc6nx097jd630ax6h9ch7xw95li3cs"; 571 type = "gem"; 572 }; 573 version = "5.1.0"; 574 }; 575 chunky_png = { 576 groups = [ "default" ]; 577 platforms = [ ]; 578 source = { 579 remotes = [ "https://rubygems.org" ]; 580 sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9"; 581 type = "gem"; 582 }; 583 version = "1.4.0"; 584 }; 585 cldr-plurals-runtime-rb = { 586 groups = [ "default" ]; 587 platforms = [ ]; 588 source = { 589 remotes = [ "https://rubygems.org" ]; 590 sha256 = "1afzavyzb7rw15s75vzfg6lj8nw2fglr2266970gmscvz1d8flr3"; 591 type = "gem"; 592 }; 593 version = "1.1.0"; 594 }; 595 cmdparse = { 596 groups = [ "default" ]; 597 platforms = [ ]; 598 source = { 599 remotes = [ "https://rubygems.org" ]; 600 sha256 = "0f87jny4zk21iyrkyyw4kpnq8ymrwjay02ipagwapimy237cmigp"; 601 type = "gem"; 602 }; 603 version = "3.0.7"; 604 }; 605 coderay = { 606 groups = [ 607 "default" 608 "development" 609 "test" 610 ]; 611 platforms = [ ]; 612 source = { 613 remotes = [ "https://rubygems.org" ]; 614 sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw"; 615 type = "gem"; 616 }; 617 version = "1.1.3"; 618 }; 619 concurrent-ruby = { 620 groups = [ 621 "default" 622 "development" 623 "test" 624 ]; 625 platforms = [ ]; 626 source = { 627 remotes = [ "https://rubygems.org" ]; 628 sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1"; 629 type = "gem"; 630 }; 631 version = "1.3.5"; 632 }; 633 connection_pool = { 634 groups = [ 635 "default" 636 "development" 637 "test" 638 ]; 639 platforms = [ ]; 640 source = { 641 remotes = [ "https://rubygems.org" ]; 642 sha256 = "0nrhsk7b3sjqbyl1cah6ibf1kvi3v93a7wf4637d355hp614mmyg"; 643 type = "gem"; 644 }; 645 version = "2.5.3"; 646 }; 647 crack = { 648 dependencies = [ 649 "bigdecimal" 650 "rexml" 651 ]; 652 groups = [ 653 "default" 654 "test" 655 ]; 656 platforms = [ ]; 657 source = { 658 remotes = [ "https://rubygems.org" ]; 659 sha256 = "0jaa7is4fw1cxigm8vlyhg05bw4nqy4f91zjqxk7pp4c8bdyyfn8"; 660 type = "gem"; 661 }; 662 version = "1.0.0"; 663 }; 664 crass = { 665 groups = [ 666 "default" 667 "development" 668 "test" 669 ]; 670 platforms = [ ]; 671 source = { 672 remotes = [ "https://rubygems.org" ]; 673 sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw"; 674 type = "gem"; 675 }; 676 version = "1.0.6"; 677 }; 678 css_parser = { 679 dependencies = [ "addressable" ]; 680 groups = [ "default" ]; 681 platforms = [ ]; 682 source = { 683 remotes = [ "https://rubygems.org" ]; 684 sha256 = "0625073hwx41c246v9dvkp0rk0xgh9d0sc0gm73dbmlxnjwgalv7"; 685 type = "gem"; 686 }; 687 version = "1.21.0"; 688 }; 689 csv = { 690 groups = [ "default" ]; 691 platforms = [ ]; 692 source = { 693 remotes = [ "https://rubygems.org" ]; 694 sha256 = "0kmx36jjh2sahd989vcvw74lrlv07dqc3rnxchc5sj2ywqsw3w3g"; 695 type = "gem"; 696 }; 697 version = "3.3.2"; 698 }; 699 csv-safe = { 700 dependencies = [ "csv" ]; 701 groups = [ "default" ]; 702 platforms = [ ]; 703 source = { 704 remotes = [ "https://rubygems.org" ]; 705 sha256 = "0gx7j6976k0hl8nrgy8zw2yw149180djikd5jy0zb2im73649ay2"; 706 type = "gem"; 707 }; 708 version = "3.3.1"; 709 }; 710 cuprite = { 711 dependencies = [ 712 "capybara" 713 "ferrum" 714 ]; 715 groups = [ "test" ]; 716 platforms = [ ]; 717 source = { 718 remotes = [ "https://rubygems.org" ]; 719 sha256 = "0nd2xdbvp7yax7nfsin76wvr27q2gxgbrs5sl3glbcq8wjr2afhb"; 720 type = "gem"; 721 }; 722 version = "0.15.1"; 723 }; 724 date = { 725 groups = [ 726 "default" 727 "development" 728 "test" 729 ]; 730 platforms = [ ]; 731 source = { 732 remotes = [ "https://rubygems.org" ]; 733 sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz"; 734 type = "gem"; 735 }; 736 version = "3.4.1"; 737 }; 738 debug = { 739 dependencies = [ 740 "irb" 741 "reline" 742 ]; 743 groups = [ 744 "development" 745 "test" 746 ]; 747 platforms = [ ]; 748 source = { 749 remotes = [ "https://rubygems.org" ]; 750 sha256 = "1977s95s9ns6mpbhg68pg6ggnpxxf8wly4244ihrx5vm92kqrqhi"; 751 type = "gem"; 752 }; 753 version = "1.10.0"; 754 }; 755 declarative = { 756 groups = [ "default" ]; 757 platforms = [ ]; 758 source = { 759 remotes = [ "https://rubygems.org" ]; 760 sha256 = "1yczgnqrbls7shrg63y88g7wand2yp9h6sf56c9bdcksn5nds8c0"; 761 type = "gem"; 762 }; 763 version = "0.0.20"; 764 }; 765 devise = { 766 dependencies = [ 767 "bcrypt" 768 "orm_adapter" 769 "railties" 770 "responders" 771 "warden" 772 ]; 773 groups = [ "default" ]; 774 platforms = [ ]; 775 source = { 776 remotes = [ "https://rubygems.org" ]; 777 sha256 = "1y57fpcvy1kjd4nb7zk7mvzq62wqcpfynrgblj558k3hbvz4404j"; 778 type = "gem"; 779 }; 780 version = "4.9.4"; 781 }; 782 devise-two-factor = { 783 dependencies = [ 784 "activesupport" 785 "devise" 786 "railties" 787 "rotp" 788 ]; 789 groups = [ "default" ]; 790 platforms = [ ]; 791 source = { 792 remotes = [ "https://rubygems.org" ]; 793 sha256 = "041c6zrwm3za1scr07kdgmnlxj7lnrr1jcb832grkavf1sh9wf4h"; 794 type = "gem"; 795 }; 796 version = "6.1.0"; 797 }; 798 diff-lcs = { 799 groups = [ 800 "default" 801 "development" 802 "test" 803 ]; 804 platforms = [ ]; 805 source = { 806 remotes = [ "https://rubygems.org" ]; 807 sha256 = "1znxccz83m4xgpd239nyqxlifdb7m8rlfayk6s259186nkgj6ci7"; 808 type = "gem"; 809 }; 810 version = "1.5.1"; 811 }; 812 digest-crc = { 813 dependencies = [ "rake" ]; 814 groups = [ "default" ]; 815 platforms = [ ]; 816 source = { 817 remotes = [ "https://rubygems.org" ]; 818 sha256 = "09114ndpnnyamc2q07bmpzw7kp3rbbfv7plmxcbzzi9d6prmd92w"; 819 type = "gem"; 820 }; 821 version = "0.6.5"; 822 }; 823 docile = { 824 groups = [ 825 "default" 826 "development" 827 "test" 828 ]; 829 platforms = [ ]; 830 source = { 831 remotes = [ "https://rubygems.org" ]; 832 sha256 = "07pj4z3h8wk4fgdn6s62vw1lwvhj0ac0x10vfbdkr9xzk7krn5cn"; 833 type = "gem"; 834 }; 835 version = "1.4.1"; 836 }; 837 dotenv = { 838 groups = [ "default" ]; 839 platforms = [ ]; 840 source = { 841 remotes = [ "https://rubygems.org" ]; 842 sha256 = "1wrw6fm0s38cd6h55w79bkvjhcj2zfkargjpws4kilkmhr3xyw66"; 843 type = "gem"; 844 }; 845 version = "3.1.7"; 846 }; 847 drb = { 848 groups = [ 849 "default" 850 "development" 851 "test" 852 ]; 853 platforms = [ ]; 854 source = { 855 remotes = [ "https://rubygems.org" ]; 856 sha256 = "0wrkl7yiix268s2md1h6wh91311w95ikd8fy8m5gx589npyxc00b"; 857 type = "gem"; 858 }; 859 version = "2.2.3"; 860 }; 861 email_typo = { 862 groups = [ "default" ]; 863 platforms = [ ]; 864 source = { 865 remotes = [ "https://rubygems.org" ]; 866 sha256 = "0xwz5dyj4dd4v5rqlk37dkwlkiwnypy7gm4rialmqmmzbmxld5i0"; 867 type = "gem"; 868 }; 869 version = "0.2.3"; 870 }; 871 erb = { 872 groups = [ 873 "default" 874 "development" 875 "test" 876 ]; 877 platforms = [ ]; 878 source = { 879 remotes = [ "https://rubygems.org" ]; 880 sha256 = "03vcq8g8rxdq8njp9j9k9fxwjw19q4m08c7lxjs0yc6l8f0ja3yk"; 881 type = "gem"; 882 }; 883 version = "5.0.2"; 884 }; 885 erb_lint = { 886 dependencies = [ 887 "activesupport" 888 "better_html" 889 "parser" 890 "rainbow" 891 "rubocop" 892 "smart_properties" 893 ]; 894 groups = [ 895 "development" 896 "test" 897 ]; 898 platforms = [ ]; 899 source = { 900 remotes = [ "https://rubygems.org" ]; 901 sha256 = "1vn2ssgid25fknmcla3k3gxym4l5ymn7hvggs33q11frc9zp53ki"; 902 type = "gem"; 903 }; 904 version = "0.7.0"; 905 }; 906 erubi = { 907 groups = [ 908 "default" 909 "development" 910 "test" 911 ]; 912 platforms = [ ]; 913 source = { 914 remotes = [ "https://rubygems.org" ]; 915 sha256 = "1naaxsqkv5b3vklab5sbb9sdpszrjzlfsbqpy7ncbnw510xi10m0"; 916 type = "gem"; 917 }; 918 version = "1.13.1"; 919 }; 920 factory_bot = { 921 dependencies = [ "activesupport" ]; 922 groups = [ 923 "default" 924 "development" 925 "test" 926 ]; 927 platforms = [ ]; 928 source = { 929 remotes = [ "https://rubygems.org" ]; 930 sha256 = "0q927lvgjqj0xaplxhicj5xv8xadx3957mank3p7g01vb6iv6x33"; 931 type = "gem"; 932 }; 933 version = "6.5.0"; 934 }; 935 factory_bot_rails = { 936 dependencies = [ 937 "factory_bot" 938 "railties" 939 ]; 940 groups = [ 941 "development" 942 "test" 943 ]; 944 platforms = [ ]; 945 source = { 946 remotes = [ "https://rubygems.org" ]; 947 sha256 = "122wkrc3d2q1dlca27794hh3arw0kvrf3rgmvn7hj3y5lb51g7hk"; 948 type = "gem"; 949 }; 950 version = "6.4.4"; 951 }; 952 faker = { 953 dependencies = [ "i18n" ]; 954 groups = [ 955 "development" 956 "test" 957 ]; 958 platforms = [ ]; 959 source = { 960 remotes = [ "https://rubygems.org" ]; 961 sha256 = "1z4vhl6lbd0la2j0ab05sz8wq5mqvpikzhjrc142z24x4zmgpl8s"; 962 type = "gem"; 963 }; 964 version = "3.5.1"; 965 }; 966 faraday = { 967 dependencies = [ 968 "faraday-em_http" 969 "faraday-em_synchrony" 970 "faraday-excon" 971 "faraday-httpclient" 972 "faraday-multipart" 973 "faraday-net_http" 974 "faraday-net_http_persistent" 975 "faraday-patron" 976 "faraday-rack" 977 "faraday-retry" 978 "ruby2_keywords" 979 ]; 980 groups = [ "default" ]; 981 platforms = [ ]; 982 source = { 983 remotes = [ "https://rubygems.org" ]; 984 sha256 = "069gmdh5j90v06rbwlqvlhzhq45lxhx74mahz25xd276rm0wb153"; 985 type = "gem"; 986 }; 987 version = "1.10.4"; 988 }; 989 faraday-em_http = { 990 groups = [ "default" ]; 991 platforms = [ ]; 992 source = { 993 remotes = [ "https://rubygems.org" ]; 994 sha256 = "12cnqpbak4vhikrh2cdn94assh3yxza8rq2p9w2j34bqg5q4qgbs"; 995 type = "gem"; 996 }; 997 version = "1.0.0"; 998 }; 999 faraday-em_synchrony = { 1000 groups = [ "default" ]; 1001 platforms = [ ]; 1002 source = { 1003 remotes = [ "https://rubygems.org" ]; 1004 sha256 = "1vgrbhkp83sngv6k4mii9f2s9v5lmp693hylfxp2ssfc60fas3a6"; 1005 type = "gem"; 1006 }; 1007 version = "1.0.0"; 1008 }; 1009 faraday-excon = { 1010 groups = [ "default" ]; 1011 platforms = [ ]; 1012 source = { 1013 remotes = [ "https://rubygems.org" ]; 1014 sha256 = "0h09wkb0k0bhm6dqsd47ac601qiaah8qdzjh8gvxfd376x1chmdh"; 1015 type = "gem"; 1016 }; 1017 version = "1.1.0"; 1018 }; 1019 faraday-follow_redirects = { 1020 dependencies = [ "faraday" ]; 1021 groups = [ "default" ]; 1022 platforms = [ ]; 1023 source = { 1024 remotes = [ "https://rubygems.org" ]; 1025 sha256 = "1y87p3yk15bjbk0z9mf01r50lzxvp7agr56lbm9gxiz26mb9fbfr"; 1026 type = "gem"; 1027 }; 1028 version = "0.3.0"; 1029 }; 1030 faraday-httpclient = { 1031 groups = [ "default" ]; 1032 platforms = [ ]; 1033 source = { 1034 remotes = [ "https://rubygems.org" ]; 1035 sha256 = "0fyk0jd3ks7fdn8nv3spnwjpzx2lmxmg2gh4inz3by1zjzqg33sc"; 1036 type = "gem"; 1037 }; 1038 version = "1.0.1"; 1039 }; 1040 faraday-multipart = { 1041 dependencies = [ "multipart-post" ]; 1042 groups = [ "default" ]; 1043 platforms = [ ]; 1044 source = { 1045 remotes = [ "https://rubygems.org" ]; 1046 sha256 = "0l87r9jg06nsh24gwwd1jdnxb1zq89ffybnxab0dd90nfcf0ysw5"; 1047 type = "gem"; 1048 }; 1049 version = "1.1.0"; 1050 }; 1051 faraday-net_http = { 1052 groups = [ "default" ]; 1053 platforms = [ ]; 1054 source = { 1055 remotes = [ "https://rubygems.org" ]; 1056 sha256 = "10n6wikd442mfm15hd6gzm0qb527161w1wwch4h5m4iclkz2x6b3"; 1057 type = "gem"; 1058 }; 1059 version = "1.0.2"; 1060 }; 1061 faraday-net_http_persistent = { 1062 groups = [ "default" ]; 1063 platforms = [ ]; 1064 source = { 1065 remotes = [ "https://rubygems.org" ]; 1066 sha256 = "0dc36ih95qw3rlccffcb0vgxjhmipsvxhn6cw71l7ffs0f7vq30b"; 1067 type = "gem"; 1068 }; 1069 version = "1.2.0"; 1070 }; 1071 faraday-patron = { 1072 groups = [ "default" ]; 1073 platforms = [ ]; 1074 source = { 1075 remotes = [ "https://rubygems.org" ]; 1076 sha256 = "19wgsgfq0xkski1g7m96snv39la3zxz6x7nbdgiwhg5v82rxfb6w"; 1077 type = "gem"; 1078 }; 1079 version = "1.0.0"; 1080 }; 1081 faraday-rack = { 1082 groups = [ "default" ]; 1083 platforms = [ ]; 1084 source = { 1085 remotes = [ "https://rubygems.org" ]; 1086 sha256 = "1h184g4vqql5jv9s9im6igy00jp6mrah2h14py6mpf9bkabfqq7g"; 1087 type = "gem"; 1088 }; 1089 version = "1.0.0"; 1090 }; 1091 faraday-retry = { 1092 groups = [ "default" ]; 1093 platforms = [ ]; 1094 source = { 1095 remotes = [ "https://rubygems.org" ]; 1096 sha256 = "153i967yrwnswqgvnnajgwp981k9p50ys1h80yz3q94rygs59ldd"; 1097 type = "gem"; 1098 }; 1099 version = "1.0.3"; 1100 }; 1101 faraday_middleware = { 1102 dependencies = [ "faraday" ]; 1103 groups = [ "default" ]; 1104 platforms = [ ]; 1105 source = { 1106 remotes = [ "https://rubygems.org" ]; 1107 sha256 = "1s990pnapb3vci9c00bklqc7jjix4i2zhxn2zf1lfk46xv47hnyl"; 1108 type = "gem"; 1109 }; 1110 version = "1.2.1"; 1111 }; 1112 ferrum = { 1113 dependencies = [ 1114 "addressable" 1115 "concurrent-ruby" 1116 "webrick" 1117 "websocket-driver" 1118 ]; 1119 groups = [ 1120 "default" 1121 "test" 1122 ]; 1123 platforms = [ ]; 1124 source = { 1125 remotes = [ "https://rubygems.org" ]; 1126 sha256 = "07fbv97g2dks2ais2b7f4vhhi8b30y752v4kwljjvv9hkv9cfjv4"; 1127 type = "gem"; 1128 }; 1129 version = "0.15"; 1130 }; 1131 ffi = { 1132 groups = [ "default" ]; 1133 platforms = [ ]; 1134 source = { 1135 remotes = [ "https://rubygems.org" ]; 1136 sha256 = "0fgwn1grxf4zxmyqmb9i4z2hr111585n9jnk17y6y7hhs7dv1xi6"; 1137 type = "gem"; 1138 }; 1139 version = "1.17.1"; 1140 }; 1141 foreman = { 1142 groups = [ "development" ]; 1143 platforms = [ ]; 1144 source = { 1145 remotes = [ "https://rubygems.org" ]; 1146 sha256 = "02m0iq43hrb99hca9ng834sx2p8zfc5xga1xwqn8lckabc925h2r"; 1147 type = "gem"; 1148 }; 1149 version = "0.88.1"; 1150 }; 1151 geom2d = { 1152 groups = [ "default" ]; 1153 platforms = [ ]; 1154 source = { 1155 remotes = [ "https://rubygems.org" ]; 1156 sha256 = "1nafcfznjqycxd062cais64ydgl99xddh4zy4hp7bwn4j3m9h2ga"; 1157 type = "gem"; 1158 }; 1159 version = "0.4.1"; 1160 }; 1161 globalid = { 1162 dependencies = [ "activesupport" ]; 1163 groups = [ 1164 "default" 1165 "development" 1166 ]; 1167 platforms = [ ]; 1168 source = { 1169 remotes = [ "https://rubygems.org" ]; 1170 sha256 = "1sbw6b66r7cwdx3jhs46s4lr991969hvigkjpbdl7y3i31qpdgvh"; 1171 type = "gem"; 1172 }; 1173 version = "1.2.1"; 1174 }; 1175 google-apis-core = { 1176 dependencies = [ 1177 "addressable" 1178 "googleauth" 1179 "httpclient" 1180 "mini_mime" 1181 "mutex_m" 1182 "representable" 1183 "retriable" 1184 ]; 1185 groups = [ "default" ]; 1186 platforms = [ ]; 1187 source = { 1188 remotes = [ "https://rubygems.org" ]; 1189 sha256 = "06m775rzhpdz9kalml04sysy5swgfh97jaglsgrv5x8sg4i42j4i"; 1190 type = "gem"; 1191 }; 1192 version = "0.15.1"; 1193 }; 1194 google-apis-iamcredentials_v1 = { 1195 dependencies = [ "google-apis-core" ]; 1196 groups = [ "default" ]; 1197 platforms = [ ]; 1198 source = { 1199 remotes = [ "https://rubygems.org" ]; 1200 sha256 = "1b9xgbp7wr39aggaxd8r27kvmwcjanxj98a1i0wh462l7n8xxh9q"; 1201 type = "gem"; 1202 }; 1203 version = "0.22.0"; 1204 }; 1205 google-apis-storage_v1 = { 1206 dependencies = [ "google-apis-core" ]; 1207 groups = [ "default" ]; 1208 platforms = [ ]; 1209 source = { 1210 remotes = [ "https://rubygems.org" ]; 1211 sha256 = "18kw32kr2ily8mhacyppm9xan2ahjpn7fjmy72jxvdmzix25xd28"; 1212 type = "gem"; 1213 }; 1214 version = "0.49.0"; 1215 }; 1216 google-cloud-core = { 1217 dependencies = [ 1218 "google-cloud-env" 1219 "google-cloud-errors" 1220 ]; 1221 groups = [ "default" ]; 1222 platforms = [ ]; 1223 source = { 1224 remotes = [ "https://rubygems.org" ]; 1225 sha256 = "0bh1yzv26mqn2qmzkqa0qwzmq4w0dcphjla4w5m2f2qlkj583wjs"; 1226 type = "gem"; 1227 }; 1228 version = "1.7.1"; 1229 }; 1230 google-cloud-env = { 1231 dependencies = [ "faraday" ]; 1232 groups = [ "default" ]; 1233 platforms = [ ]; 1234 source = { 1235 remotes = [ "https://rubygems.org" ]; 1236 sha256 = "1ks9yv21d8bl9cw0sz5gy6npll1ig3m2bq9w7yw67j5mw2p64q1w"; 1237 type = "gem"; 1238 }; 1239 version = "2.2.1"; 1240 }; 1241 google-cloud-errors = { 1242 groups = [ "default" ]; 1243 platforms = [ ]; 1244 source = { 1245 remotes = [ "https://rubygems.org" ]; 1246 sha256 = "056yw9cg771c1xqvw15wpdfdw9lz3m13fh5b6a3p1c9xaq7jwkhb"; 1247 type = "gem"; 1248 }; 1249 version = "1.4.0"; 1250 }; 1251 google-cloud-storage = { 1252 dependencies = [ 1253 "addressable" 1254 "digest-crc" 1255 "google-apis-core" 1256 "google-apis-iamcredentials_v1" 1257 "google-apis-storage_v1" 1258 "google-cloud-core" 1259 "googleauth" 1260 "mini_mime" 1261 ]; 1262 groups = [ "default" ]; 1263 platforms = [ ]; 1264 source = { 1265 remotes = [ "https://rubygems.org" ]; 1266 sha256 = "1kj31s7p0abgh6llknk9rymybnrhxjncma3lwzisyl4k9srx9sa4"; 1267 type = "gem"; 1268 }; 1269 version = "1.54.0"; 1270 }; 1271 google-logging-utils = { 1272 groups = [ "default" ]; 1273 platforms = [ ]; 1274 source = { 1275 remotes = [ "https://rubygems.org" ]; 1276 sha256 = "1mgw0n97prlvgvd81dci8rx93xranr3xnyhn5v7p6hii94g0p5bh"; 1277 type = "gem"; 1278 }; 1279 version = "0.1.0"; 1280 }; 1281 googleauth = { 1282 dependencies = [ 1283 "faraday" 1284 "google-cloud-env" 1285 "google-logging-utils" 1286 "jwt" 1287 "multi_json" 1288 "os" 1289 "signet" 1290 ]; 1291 groups = [ "default" ]; 1292 platforms = [ ]; 1293 source = { 1294 remotes = [ "https://rubygems.org" ]; 1295 sha256 = "0zynv2s6s6i5d8x84p1axin21bfgmgy92ai2jb7a7aaknaqpfc9x"; 1296 type = "gem"; 1297 }; 1298 version = "1.12.2"; 1299 }; 1300 hashdiff = { 1301 groups = [ 1302 "default" 1303 "test" 1304 ]; 1305 platforms = [ ]; 1306 source = { 1307 remotes = [ "https://rubygems.org" ]; 1308 sha256 = "0xqsnx25lm1wwgchvrl5xla5zzk3d6gbkdfj062cwggdsvgfwc1c"; 1309 type = "gem"; 1310 }; 1311 version = "1.1.2"; 1312 }; 1313 hexapdf = { 1314 dependencies = [ 1315 "cmdparse" 1316 "geom2d" 1317 "openssl" 1318 "strscan" 1319 ]; 1320 groups = [ "default" ]; 1321 platforms = [ ]; 1322 source = { 1323 remotes = [ "https://rubygems.org" ]; 1324 sha256 = "1r17nzsh11yg4m4q1qyfwp180gb57rhs2x3bp2l9gh4im38jkw1z"; 1325 type = "gem"; 1326 }; 1327 version = "1.4.0"; 1328 }; 1329 htmlentities = { 1330 groups = [ "default" ]; 1331 platforms = [ ]; 1332 source = { 1333 remotes = [ "https://rubygems.org" ]; 1334 sha256 = "1nkklqsn8ir8wizzlakncfv42i32wc0w9hxp00hvdlgjr7376nhj"; 1335 type = "gem"; 1336 }; 1337 version = "4.3.4"; 1338 }; 1339 httpclient = { 1340 groups = [ "default" ]; 1341 platforms = [ ]; 1342 source = { 1343 remotes = [ "https://rubygems.org" ]; 1344 sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99"; 1345 type = "gem"; 1346 }; 1347 version = "2.8.3"; 1348 }; 1349 i18n = { 1350 dependencies = [ "concurrent-ruby" ]; 1351 groups = [ 1352 "default" 1353 "development" 1354 "test" 1355 ]; 1356 platforms = [ ]; 1357 source = { 1358 remotes = [ "https://rubygems.org" ]; 1359 sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf"; 1360 type = "gem"; 1361 }; 1362 version = "1.14.7"; 1363 }; 1364 image_processing = { 1365 dependencies = [ 1366 "mini_magick" 1367 "ruby-vips" 1368 ]; 1369 groups = [ "default" ]; 1370 platforms = [ ]; 1371 source = { 1372 remotes = [ "https://rubygems.org" ]; 1373 sha256 = "0rfxkhfsqz0bj2p32yb6kv7xibair2fn240bh2j1cfsp0wkzxkvi"; 1374 type = "gem"; 1375 }; 1376 version = "1.13.0"; 1377 }; 1378 io-console = { 1379 groups = [ 1380 "default" 1381 "development" 1382 "test" 1383 ]; 1384 platforms = [ ]; 1385 source = { 1386 remotes = [ "https://rubygems.org" ]; 1387 sha256 = "1jszj95hazqqpnrjjzr326nn1j32xmsc9xvd97mbcrrgdc54858y"; 1388 type = "gem"; 1389 }; 1390 version = "0.8.1"; 1391 }; 1392 irb = { 1393 dependencies = [ 1394 "pp" 1395 "rdoc" 1396 "reline" 1397 ]; 1398 groups = [ 1399 "default" 1400 "development" 1401 "test" 1402 ]; 1403 platforms = [ ]; 1404 source = { 1405 remotes = [ "https://rubygems.org" ]; 1406 sha256 = "1fpxa2m83rb7xlzs57daqwnzqjmz6j35xr7zb15s73975sak4br2"; 1407 type = "gem"; 1408 }; 1409 version = "1.15.2"; 1410 }; 1411 jmespath = { 1412 groups = [ "default" ]; 1413 platforms = [ ]; 1414 source = { 1415 remotes = [ "https://rubygems.org" ]; 1416 sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393"; 1417 type = "gem"; 1418 }; 1419 version = "1.6.2"; 1420 }; 1421 json = { 1422 groups = [ 1423 "default" 1424 "development" 1425 "test" 1426 ]; 1427 platforms = [ ]; 1428 source = { 1429 remotes = [ "https://rubygems.org" ]; 1430 sha256 = "0p5dafxjp6kqkf3yx737gz9lwpaljlkc1raynkvcn6yql68d895w"; 1431 type = "gem"; 1432 }; 1433 version = "2.15.0"; 1434 }; 1435 jwt = { 1436 dependencies = [ "base64" ]; 1437 groups = [ "default" ]; 1438 platforms = [ ]; 1439 source = { 1440 remotes = [ "https://rubygems.org" ]; 1441 sha256 = "0rba9mji57sfa1kjhj0bwff1377vj0i8yx2rd39j5ik4vp60gzam"; 1442 type = "gem"; 1443 }; 1444 version = "2.9.3"; 1445 }; 1446 language_server-protocol = { 1447 groups = [ 1448 "default" 1449 "development" 1450 "test" 1451 ]; 1452 platforms = [ ]; 1453 source = { 1454 remotes = [ "https://rubygems.org" ]; 1455 sha256 = "1k0311vah76kg5m6zr7wmkwyk5p2f9d9hyckjpn3xgr83ajkj7px"; 1456 type = "gem"; 1457 }; 1458 version = "3.17.0.5"; 1459 }; 1460 launchy = { 1461 dependencies = [ 1462 "addressable" 1463 "childprocess" 1464 ]; 1465 groups = [ 1466 "default" 1467 "development" 1468 ]; 1469 platforms = [ ]; 1470 source = { 1471 remotes = [ "https://rubygems.org" ]; 1472 sha256 = "0b3zi9ydbibyyrrkr6l8mcs6l7yam18a4wg22ivgaz0rl2yn1ymp"; 1473 type = "gem"; 1474 }; 1475 version = "3.0.1"; 1476 }; 1477 letter_opener = { 1478 dependencies = [ "launchy" ]; 1479 groups = [ 1480 "default" 1481 "development" 1482 ]; 1483 platforms = [ ]; 1484 source = { 1485 remotes = [ "https://rubygems.org" ]; 1486 sha256 = "1cnv3ggnzyagl50vzs1693aacv08bhwlprcvjp8jcg2w7cp3zwrg"; 1487 type = "gem"; 1488 }; 1489 version = "1.10.0"; 1490 }; 1491 letter_opener_web = { 1492 dependencies = [ 1493 "actionmailer" 1494 "letter_opener" 1495 "railties" 1496 "rexml" 1497 ]; 1498 groups = [ "development" ]; 1499 platforms = [ ]; 1500 source = { 1501 remotes = [ "https://rubygems.org" ]; 1502 sha256 = "0q4qfi5wnn5bv93zjf10agmzap3sn7gkfmdbryz296wb1vz1wf9z"; 1503 type = "gem"; 1504 }; 1505 version = "3.0.0"; 1506 }; 1507 lint_roller = { 1508 groups = [ 1509 "default" 1510 "development" 1511 "test" 1512 ]; 1513 platforms = [ ]; 1514 source = { 1515 remotes = [ "https://rubygems.org" ]; 1516 sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c"; 1517 type = "gem"; 1518 }; 1519 version = "1.1.0"; 1520 }; 1521 logger = { 1522 groups = [ 1523 "default" 1524 "development" 1525 "test" 1526 ]; 1527 platforms = [ ]; 1528 source = { 1529 remotes = [ "https://rubygems.org" ]; 1530 sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr"; 1531 type = "gem"; 1532 }; 1533 version = "1.7.0"; 1534 }; 1535 lograge = { 1536 dependencies = [ 1537 "actionpack" 1538 "activesupport" 1539 "railties" 1540 "request_store" 1541 ]; 1542 groups = [ "default" ]; 1543 platforms = [ ]; 1544 source = { 1545 remotes = [ "https://rubygems.org" ]; 1546 sha256 = "1qcsvh9k4c0cp6agqm9a8m4x2gg7vifryqr7yxkg2x9ph9silds2"; 1547 type = "gem"; 1548 }; 1549 version = "0.14.0"; 1550 }; 1551 loofah = { 1552 dependencies = [ 1553 "crass" 1554 "nokogiri" 1555 ]; 1556 groups = [ 1557 "default" 1558 "development" 1559 "test" 1560 ]; 1561 platforms = [ ]; 1562 source = { 1563 remotes = [ "https://rubygems.org" ]; 1564 sha256 = "0dx316q03x6rpdbl610rdaj2vfd5s8fanixk21j4gv3h5f230nk5"; 1565 type = "gem"; 1566 }; 1567 version = "2.24.1"; 1568 }; 1569 mail = { 1570 dependencies = [ 1571 "mini_mime" 1572 "net-imap" 1573 "net-pop" 1574 "net-smtp" 1575 ]; 1576 groups = [ 1577 "default" 1578 "development" 1579 ]; 1580 platforms = [ ]; 1581 source = { 1582 remotes = [ "https://rubygems.org" ]; 1583 sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"; 1584 type = "gem"; 1585 }; 1586 version = "2.8.1"; 1587 }; 1588 marcel = { 1589 groups = [ "default" ]; 1590 platforms = [ ]; 1591 source = { 1592 remotes = [ "https://rubygems.org" ]; 1593 sha256 = "190n2mk8m1l708kr88fh6mip9sdsh339d2s6sgrik3sbnvz4jmhd"; 1594 type = "gem"; 1595 }; 1596 version = "1.0.4"; 1597 }; 1598 matrix = { 1599 groups = [ 1600 "default" 1601 "test" 1602 ]; 1603 platforms = [ ]; 1604 source = { 1605 remotes = [ "https://rubygems.org" ]; 1606 sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i"; 1607 type = "gem"; 1608 }; 1609 version = "0.4.2"; 1610 }; 1611 method_source = { 1612 groups = [ 1613 "default" 1614 "development" 1615 "test" 1616 ]; 1617 platforms = [ ]; 1618 source = { 1619 remotes = [ "https://rubygems.org" ]; 1620 sha256 = "1igmc3sq9ay90f8xjvfnswd1dybj1s3fi0dwd53inwsvqk4h24qq"; 1621 type = "gem"; 1622 }; 1623 version = "1.1.0"; 1624 }; 1625 mini_magick = { 1626 groups = [ "default" ]; 1627 platforms = [ ]; 1628 source = { 1629 remotes = [ "https://rubygems.org" ]; 1630 sha256 = "1nfxjpmka12ihbwd87d5k2hh7d2pv3aq95x0l2lh8gca1s72bmki"; 1631 type = "gem"; 1632 }; 1633 version = "4.13.2"; 1634 }; 1635 mini_mime = { 1636 groups = [ 1637 "default" 1638 "development" 1639 "test" 1640 ]; 1641 platforms = [ ]; 1642 source = { 1643 remotes = [ "https://rubygems.org" ]; 1644 sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6"; 1645 type = "gem"; 1646 }; 1647 version = "1.1.5"; 1648 }; 1649 mini_portile2 = { 1650 groups = [ 1651 "default" 1652 "development" 1653 "test" 1654 ]; 1655 platforms = [ ]; 1656 source = { 1657 remotes = [ "https://rubygems.org" ]; 1658 sha256 = "12f2830x7pq3kj0v8nz0zjvaw02sv01bqs1zwdrc04704kwcgmqc"; 1659 type = "gem"; 1660 }; 1661 version = "2.8.9"; 1662 }; 1663 minitest = { 1664 groups = [ 1665 "default" 1666 "development" 1667 "test" 1668 ]; 1669 platforms = [ ]; 1670 source = { 1671 remotes = [ "https://rubygems.org" ]; 1672 sha256 = "0mn7q9yzrwinvfvkyjiz548a4rmcwbmz2fn9nyzh4j1snin6q6rr"; 1673 type = "gem"; 1674 }; 1675 version = "5.25.5"; 1676 }; 1677 msgpack = { 1678 groups = [ "default" ]; 1679 platforms = [ ]; 1680 source = { 1681 remotes = [ "https://rubygems.org" ]; 1682 sha256 = "1a5fsgchkpcca4wf3pipbb2jbj523l7fbaq37j10cr0yymwlkc7z"; 1683 type = "gem"; 1684 }; 1685 version = "1.7.5"; 1686 }; 1687 multi_json = { 1688 groups = [ "default" ]; 1689 platforms = [ ]; 1690 source = { 1691 remotes = [ "https://rubygems.org" ]; 1692 sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; 1693 type = "gem"; 1694 }; 1695 version = "1.15.0"; 1696 }; 1697 multipart-post = { 1698 groups = [ "default" ]; 1699 platforms = [ ]; 1700 source = { 1701 remotes = [ "https://rubygems.org" ]; 1702 sha256 = "1a5lrlvmg2kb2dhw3lxcsv6x276bwgsxpnka1752082miqxd0wlq"; 1703 type = "gem"; 1704 }; 1705 version = "2.4.1"; 1706 }; 1707 mutex_m = { 1708 groups = [ "default" ]; 1709 platforms = [ ]; 1710 source = { 1711 remotes = [ "https://rubygems.org" ]; 1712 sha256 = "0l875dw0lk7b2ywa54l0wjcggs94vb7gs8khfw9li75n2sn09jyg"; 1713 type = "gem"; 1714 }; 1715 version = "0.3.0"; 1716 }; 1717 mysql2 = { 1718 groups = [ "default" ]; 1719 platforms = [ ]; 1720 source = { 1721 remotes = [ "https://rubygems.org" ]; 1722 sha256 = "0cysv1wdfdbizwkd0d9s16s832khdwv31pgp01mw2g3bbpa4gx3h"; 1723 type = "gem"; 1724 }; 1725 version = "0.5.6"; 1726 }; 1727 net-http-persistent = { 1728 dependencies = [ "connection_pool" ]; 1729 groups = [ "default" ]; 1730 platforms = [ ]; 1731 source = { 1732 remotes = [ "https://rubygems.org" ]; 1733 sha256 = "13psmr8009wwknainvns5jidhvjsknffb6k7mzz0yrby6h5qhhkf"; 1734 type = "gem"; 1735 }; 1736 version = "4.0.5"; 1737 }; 1738 net-imap = { 1739 dependencies = [ 1740 "date" 1741 "net-protocol" 1742 ]; 1743 groups = [ 1744 "default" 1745 "development" 1746 ]; 1747 platforms = [ ]; 1748 source = { 1749 remotes = [ "https://rubygems.org" ]; 1750 sha256 = "1z1kpshd0r09jv0091bcr4gfx3i1psbqdzy7zyag5n8v3qr0anfr"; 1751 type = "gem"; 1752 }; 1753 version = "0.5.9"; 1754 }; 1755 net-pop = { 1756 dependencies = [ "net-protocol" ]; 1757 groups = [ 1758 "default" 1759 "development" 1760 ]; 1761 platforms = [ ]; 1762 source = { 1763 remotes = [ "https://rubygems.org" ]; 1764 sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4"; 1765 type = "gem"; 1766 }; 1767 version = "0.1.2"; 1768 }; 1769 net-protocol = { 1770 dependencies = [ "timeout" ]; 1771 groups = [ 1772 "default" 1773 "development" 1774 ]; 1775 platforms = [ ]; 1776 source = { 1777 remotes = [ "https://rubygems.org" ]; 1778 sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; 1779 type = "gem"; 1780 }; 1781 version = "0.2.2"; 1782 }; 1783 net-smtp = { 1784 dependencies = [ "net-protocol" ]; 1785 groups = [ 1786 "default" 1787 "development" 1788 ]; 1789 platforms = [ ]; 1790 source = { 1791 remotes = [ "https://rubygems.org" ]; 1792 sha256 = "0dh7nzjp0fiaqq1jz90nv4nxhc2w359d7c199gmzq965cfps15pd"; 1793 type = "gem"; 1794 }; 1795 version = "0.5.1"; 1796 }; 1797 nio4r = { 1798 groups = [ "default" ]; 1799 platforms = [ ]; 1800 source = { 1801 remotes = [ "https://rubygems.org" ]; 1802 sha256 = "1a9www524fl1ykspznz54i0phfqya4x45hqaz67in9dvw1lfwpfr"; 1803 type = "gem"; 1804 }; 1805 version = "2.7.4"; 1806 }; 1807 nokogiri = { 1808 dependencies = [ 1809 "mini_portile2" 1810 "racc" 1811 ]; 1812 groups = [ 1813 "default" 1814 "development" 1815 "test" 1816 ]; 1817 platforms = [ ]; 1818 source = { 1819 remotes = [ "https://rubygems.org" ]; 1820 sha256 = "0czsh9d738kj0bmpkjnczq9j924hg103gc00i0wfyg0fzn9psnmc"; 1821 type = "gem"; 1822 }; 1823 version = "1.18.9"; 1824 }; 1825 numo-narray = { 1826 groups = [ "default" ]; 1827 platforms = [ ]; 1828 source = { 1829 remotes = [ "https://rubygems.org" ]; 1830 sha256 = "1syw9bhkk0bnacadcpdbwvc66j1gi3qqgcvqv3zqh4myxr3npmzf"; 1831 type = "gem"; 1832 }; 1833 version = "0.9.2.1"; 1834 }; 1835 oj = { 1836 dependencies = [ 1837 "bigdecimal" 1838 "ostruct" 1839 ]; 1840 groups = [ "default" ]; 1841 platforms = [ ]; 1842 source = { 1843 remotes = [ "https://rubygems.org" ]; 1844 sha256 = "1cajn3ylwhby1x51d9hbchm964qwb5zp63f7sfdm55n85ffn1ara"; 1845 type = "gem"; 1846 }; 1847 version = "3.16.11"; 1848 }; 1849 onnxruntime = { 1850 dependencies = [ "ffi" ]; 1851 groups = [ "default" ]; 1852 platforms = [ ]; 1853 source = { 1854 remotes = [ "https://rubygems.org" ]; 1855 sha256 = "0c8l82qff7vd6whh0ks1f72734gmghzm0h2hvy2gnnp7y8j7amhq"; 1856 type = "gem"; 1857 }; 1858 version = "0.10.1"; 1859 }; 1860 openssl = { 1861 groups = [ "default" ]; 1862 platforms = [ ]; 1863 source = { 1864 remotes = [ "https://rubygems.org" ]; 1865 sha256 = "0ygfbbs3c61d32ymja2k6sznj5pr540cip9z91lhzcvsr4zmffpz"; 1866 type = "gem"; 1867 }; 1868 version = "3.3.0"; 1869 }; 1870 orm_adapter = { 1871 groups = [ "default" ]; 1872 platforms = [ ]; 1873 source = { 1874 remotes = [ "https://rubygems.org" ]; 1875 sha256 = "1fg9jpjlzf5y49qs9mlpdrgs5rpcyihq1s4k79nv9js0spjhnpda"; 1876 type = "gem"; 1877 }; 1878 version = "0.5.0"; 1879 }; 1880 os = { 1881 groups = [ "default" ]; 1882 platforms = [ ]; 1883 source = { 1884 remotes = [ "https://rubygems.org" ]; 1885 sha256 = "0gwd20smyhxbm687vdikfh1gpi96h8qb1x28s2pdcysf6dm6v0ap"; 1886 type = "gem"; 1887 }; 1888 version = "1.1.4"; 1889 }; 1890 ostruct = { 1891 groups = [ "default" ]; 1892 platforms = [ ]; 1893 source = { 1894 remotes = [ "https://rubygems.org" ]; 1895 sha256 = "04nrir9wdpc4izqwqbysxyly8y7hsfr4fsv69rw91lfi9d5fv8lm"; 1896 type = "gem"; 1897 }; 1898 version = "0.6.3"; 1899 }; 1900 package_json = { 1901 groups = [ "default" ]; 1902 platforms = [ ]; 1903 source = { 1904 remotes = [ "https://rubygems.org" ]; 1905 sha256 = "0mh2fwvldjpsjwdnfrckakkpixa8x4j36nplnr4cvbaxwk09ibr0"; 1906 type = "gem"; 1907 }; 1908 version = "0.1.0"; 1909 }; 1910 pagy = { 1911 groups = [ "default" ]; 1912 platforms = [ ]; 1913 source = { 1914 remotes = [ "https://rubygems.org" ]; 1915 sha256 = "0q5vwaq9vqb53i68vy9nvf3055isricyazd5irjwaz7cnj742ca8"; 1916 type = "gem"; 1917 }; 1918 version = "9.3.3"; 1919 }; 1920 parallel = { 1921 groups = [ 1922 "default" 1923 "development" 1924 "test" 1925 ]; 1926 platforms = [ ]; 1927 source = { 1928 remotes = [ "https://rubygems.org" ]; 1929 sha256 = "0c719bfgcszqvk9z47w2p8j2wkz5y35k48ywwas5yxbbh3hm3haa"; 1930 type = "gem"; 1931 }; 1932 version = "1.27.0"; 1933 }; 1934 parser = { 1935 dependencies = [ 1936 "ast" 1937 "racc" 1938 ]; 1939 groups = [ 1940 "default" 1941 "development" 1942 "test" 1943 ]; 1944 platforms = [ ]; 1945 source = { 1946 remotes = [ "https://rubygems.org" ]; 1947 sha256 = "1wl7frfk68q6gsf6q6j32jl5m3yc0b9x8ycxz3hy79miaj9r5mll"; 1948 type = "gem"; 1949 }; 1950 version = "3.3.9.0"; 1951 }; 1952 pg = { 1953 groups = [ "default" ]; 1954 platforms = [ ]; 1955 source = { 1956 remotes = [ "https://rubygems.org" ]; 1957 sha256 = "1p2gqqrm895fzr9vi8d118zhql67bm8ydjvgqbq1crdnfggzn7kn"; 1958 type = "gem"; 1959 }; 1960 version = "1.5.9"; 1961 }; 1962 pp = { 1963 dependencies = [ "prettyprint" ]; 1964 groups = [ 1965 "default" 1966 "development" 1967 "test" 1968 ]; 1969 platforms = [ ]; 1970 source = { 1971 remotes = [ "https://rubygems.org" ]; 1972 sha256 = "1zxnfxjni0r9l2x42fyq0sqpnaf5nakjbap8irgik4kg1h9c6zll"; 1973 type = "gem"; 1974 }; 1975 version = "0.6.2"; 1976 }; 1977 premailer = { 1978 dependencies = [ 1979 "addressable" 1980 "css_parser" 1981 "htmlentities" 1982 ]; 1983 groups = [ "default" ]; 1984 platforms = [ ]; 1985 source = { 1986 remotes = [ "https://rubygems.org" ]; 1987 sha256 = "1ryivdnij1990hcqqmq4s0x1vjvfl0awjc9b91f8af17v2639qhg"; 1988 type = "gem"; 1989 }; 1990 version = "1.27.0"; 1991 }; 1992 premailer-rails = { 1993 dependencies = [ 1994 "actionmailer" 1995 "net-smtp" 1996 "premailer" 1997 ]; 1998 groups = [ "default" ]; 1999 platforms = [ ]; 2000 source = { 2001 remotes = [ "https://rubygems.org" ]; 2002 sha256 = "0004f73kgrglida336fqkgx906m6n05nnfc17mypzg5rc78iaf61"; 2003 type = "gem"; 2004 }; 2005 version = "1.12.0"; 2006 }; 2007 pretender = { 2008 dependencies = [ "actionpack" ]; 2009 groups = [ "default" ]; 2010 platforms = [ ]; 2011 source = { 2012 remotes = [ "https://rubygems.org" ]; 2013 sha256 = "0xxdizzp7l0cbccmh499rifr6q0khjgfqv0kir39haqwphjhy4h2"; 2014 type = "gem"; 2015 }; 2016 version = "0.5.0"; 2017 }; 2018 prettyprint = { 2019 groups = [ 2020 "default" 2021 "development" 2022 "test" 2023 ]; 2024 platforms = [ ]; 2025 source = { 2026 remotes = [ "https://rubygems.org" ]; 2027 sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b"; 2028 type = "gem"; 2029 }; 2030 version = "0.2.0"; 2031 }; 2032 prism = { 2033 groups = [ 2034 "default" 2035 "development" 2036 "test" 2037 ]; 2038 platforms = [ ]; 2039 source = { 2040 remotes = [ "https://rubygems.org" ]; 2041 sha256 = "0d3i31npmlhmigcs1zlb9lksg7z7lv6nffams71wrz5rriv1n35l"; 2042 type = "gem"; 2043 }; 2044 version = "1.5.1"; 2045 }; 2046 pry = { 2047 dependencies = [ 2048 "coderay" 2049 "method_source" 2050 ]; 2051 groups = [ 2052 "default" 2053 "development" 2054 "test" 2055 ]; 2056 platforms = [ ]; 2057 source = { 2058 remotes = [ "https://rubygems.org" ]; 2059 sha256 = "0c0rxhgjlyq502q88w65bvg1d42jpcwsk8sqn1qyd24clmg95rwi"; 2060 type = "gem"; 2061 }; 2062 version = "0.15.0"; 2063 }; 2064 pry-rails = { 2065 dependencies = [ "pry" ]; 2066 groups = [ 2067 "development" 2068 "test" 2069 ]; 2070 platforms = [ ]; 2071 source = { 2072 remotes = [ "https://rubygems.org" ]; 2073 sha256 = "0garafb0lxbm3sx2r9pqgs7ky9al58cl3wmwc0gmvmrl9bi2i7m6"; 2074 type = "gem"; 2075 }; 2076 version = "0.3.11"; 2077 }; 2078 psych = { 2079 dependencies = [ 2080 "date" 2081 "stringio" 2082 ]; 2083 groups = [ 2084 "default" 2085 "development" 2086 "test" 2087 ]; 2088 platforms = [ ]; 2089 source = { 2090 remotes = [ "https://rubygems.org" ]; 2091 sha256 = "0vii1xc7x81hicdbp7dlllhmbw5w3jy20shj696n0vfbbnm2hhw1"; 2092 type = "gem"; 2093 }; 2094 version = "5.2.6"; 2095 }; 2096 public_suffix = { 2097 groups = [ 2098 "default" 2099 "development" 2100 "test" 2101 ]; 2102 platforms = [ ]; 2103 source = { 2104 remotes = [ "https://rubygems.org" ]; 2105 sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31"; 2106 type = "gem"; 2107 }; 2108 version = "6.0.1"; 2109 }; 2110 puma = { 2111 dependencies = [ "nio4r" ]; 2112 groups = [ "default" ]; 2113 platforms = [ ]; 2114 source = { 2115 remotes = [ "https://rubygems.org" ]; 2116 sha256 = "1wl9q4fl8gvhwdpfxghx6jdqi4508287pcgiwi96sdbzmdfbglcl"; 2117 type = "gem"; 2118 }; 2119 version = "6.5.0"; 2120 }; 2121 racc = { 2122 groups = [ 2123 "default" 2124 "development" 2125 "test" 2126 ]; 2127 platforms = [ ]; 2128 source = { 2129 remotes = [ "https://rubygems.org" ]; 2130 sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa"; 2131 type = "gem"; 2132 }; 2133 version = "1.8.1"; 2134 }; 2135 rack = { 2136 groups = [ 2137 "default" 2138 "development" 2139 "test" 2140 ]; 2141 platforms = [ ]; 2142 source = { 2143 remotes = [ "https://rubygems.org" ]; 2144 sha256 = "0h9xr8ivrfr0i5f2n7czg74r3ri1pba8wb84bzr78iaqlqykg6i3"; 2145 type = "gem"; 2146 }; 2147 version = "3.2.3"; 2148 }; 2149 rack-proxy = { 2150 dependencies = [ "rack" ]; 2151 groups = [ "default" ]; 2152 platforms = [ ]; 2153 source = { 2154 remotes = [ "https://rubygems.org" ]; 2155 sha256 = "12jw7401j543fj8cc83lmw72d8k6bxvkp9rvbifi88hh01blnsj4"; 2156 type = "gem"; 2157 }; 2158 version = "0.7.7"; 2159 }; 2160 rack-session = { 2161 dependencies = [ 2162 "base64" 2163 "rack" 2164 ]; 2165 groups = [ 2166 "default" 2167 "development" 2168 "test" 2169 ]; 2170 platforms = [ ]; 2171 source = { 2172 remotes = [ "https://rubygems.org" ]; 2173 sha256 = "1sg4laz2qmllxh1c5sqlj9n1r7scdn08p3m4b0zmhjvyx9yw0v8b"; 2174 type = "gem"; 2175 }; 2176 version = "2.1.1"; 2177 }; 2178 rack-test = { 2179 dependencies = [ "rack" ]; 2180 groups = [ 2181 "default" 2182 "development" 2183 "test" 2184 ]; 2185 platforms = [ ]; 2186 source = { 2187 remotes = [ "https://rubygems.org" ]; 2188 sha256 = "0qy4ylhcfdn65a5mz2hly7g9vl0g13p5a0rmm6sc0sih5ilkcnh0"; 2189 type = "gem"; 2190 }; 2191 version = "2.2.0"; 2192 }; 2193 rackup = { 2194 dependencies = [ "rack" ]; 2195 groups = [ 2196 "default" 2197 "development" 2198 "test" 2199 ]; 2200 platforms = [ ]; 2201 source = { 2202 remotes = [ "https://rubygems.org" ]; 2203 sha256 = "13brkq5xkj6lcdxj3f0k7v28hgrqhqxjlhd4y2vlicy5slgijdzp"; 2204 type = "gem"; 2205 }; 2206 version = "2.2.1"; 2207 }; 2208 rails = { 2209 dependencies = [ 2210 "actioncable" 2211 "actionmailbox" 2212 "actionmailer" 2213 "actionpack" 2214 "actiontext" 2215 "actionview" 2216 "activejob" 2217 "activemodel" 2218 "activerecord" 2219 "activestorage" 2220 "activesupport" 2221 "railties" 2222 ]; 2223 groups = [ "default" ]; 2224 platforms = [ ]; 2225 source = { 2226 remotes = [ "https://rubygems.org" ]; 2227 sha256 = "1b5k9608wxp8hksyvnc3vvdrairyv2qldcw48cv4xrv9amhrbaqk"; 2228 type = "gem"; 2229 }; 2230 version = "8.0.2.1"; 2231 }; 2232 rails-dom-testing = { 2233 dependencies = [ 2234 "activesupport" 2235 "minitest" 2236 "nokogiri" 2237 ]; 2238 groups = [ 2239 "default" 2240 "development" 2241 "test" 2242 ]; 2243 platforms = [ ]; 2244 source = { 2245 remotes = [ "https://rubygems.org" ]; 2246 sha256 = "07awj8bp7jib54d0khqw391ryw8nphvqgw4bb12cl4drlx9pkk4a"; 2247 type = "gem"; 2248 }; 2249 version = "2.3.0"; 2250 }; 2251 rails-html-sanitizer = { 2252 dependencies = [ 2253 "loofah" 2254 "nokogiri" 2255 ]; 2256 groups = [ 2257 "default" 2258 "development" 2259 "test" 2260 ]; 2261 platforms = [ ]; 2262 source = { 2263 remotes = [ "https://rubygems.org" ]; 2264 sha256 = "0q55i6mpad20m2x1lg5pkqfpbmmapk0sjsrvr1sqgnj2hb5f5z1m"; 2265 type = "gem"; 2266 }; 2267 version = "1.6.2"; 2268 }; 2269 rails-i18n = { 2270 dependencies = [ 2271 "i18n" 2272 "railties" 2273 ]; 2274 groups = [ "default" ]; 2275 platforms = [ ]; 2276 source = { 2277 remotes = [ "https://rubygems.org" ]; 2278 sha256 = "03dy8nmq2gxvkg8zqq6c0wwz98mdwp3i9krn0slcknhb8nak2c0m"; 2279 type = "gem"; 2280 }; 2281 version = "8.0.1"; 2282 }; 2283 rails_autolink = { 2284 dependencies = [ 2285 "actionview" 2286 "activesupport" 2287 "railties" 2288 ]; 2289 groups = [ "default" ]; 2290 platforms = [ ]; 2291 source = { 2292 remotes = [ "https://rubygems.org" ]; 2293 sha256 = "0fpwkc20bi7aynfgp2bqhvb7x6vsdiai4prflcsr9sicbwp9vjzv"; 2294 type = "gem"; 2295 }; 2296 version = "1.1.8"; 2297 }; 2298 railties = { 2299 dependencies = [ 2300 "actionpack" 2301 "activesupport" 2302 "irb" 2303 "rackup" 2304 "rake" 2305 "thor" 2306 "zeitwerk" 2307 ]; 2308 groups = [ 2309 "default" 2310 "development" 2311 "test" 2312 ]; 2313 platforms = [ ]; 2314 source = { 2315 remotes = [ "https://rubygems.org" ]; 2316 sha256 = "0k0x630ipimzv6vzhwflsjl7n1fvrmvf196mfbspha7wf4bhxr2l"; 2317 type = "gem"; 2318 }; 2319 version = "8.0.2.1"; 2320 }; 2321 rainbow = { 2322 groups = [ 2323 "default" 2324 "development" 2325 "test" 2326 ]; 2327 platforms = [ ]; 2328 source = { 2329 remotes = [ "https://rubygems.org" ]; 2330 sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; 2331 type = "gem"; 2332 }; 2333 version = "3.1.1"; 2334 }; 2335 rake = { 2336 groups = [ 2337 "default" 2338 "development" 2339 "test" 2340 ]; 2341 platforms = [ ]; 2342 source = { 2343 remotes = [ "https://rubygems.org" ]; 2344 sha256 = "14s4jdcs1a4saam9qmzbsa2bsh85rj9zfxny5z315x3gg0nhkxcn"; 2345 type = "gem"; 2346 }; 2347 version = "13.3.0"; 2348 }; 2349 rdoc = { 2350 dependencies = [ 2351 "erb" 2352 "psych" 2353 ]; 2354 groups = [ 2355 "default" 2356 "development" 2357 "test" 2358 ]; 2359 platforms = [ ]; 2360 source = { 2361 remotes = [ "https://rubygems.org" ]; 2362 sha256 = "09lj8d16wx5byj0nbcb9wc6v9farsvgn98n91kknm18g2ggl9pcz"; 2363 type = "gem"; 2364 }; 2365 version = "6.14.2"; 2366 }; 2367 redis-client = { 2368 dependencies = [ "connection_pool" ]; 2369 groups = [ "default" ]; 2370 platforms = [ ]; 2371 source = { 2372 remotes = [ "https://rubygems.org" ]; 2373 sha256 = "0k0qbbxxzinffqmsvgw5avqbpzpwip0p2qyh98c872xhl578i0qz"; 2374 type = "gem"; 2375 }; 2376 version = "0.23.0"; 2377 }; 2378 regexp_parser = { 2379 groups = [ 2380 "default" 2381 "development" 2382 "test" 2383 ]; 2384 platforms = [ ]; 2385 source = { 2386 remotes = [ "https://rubygems.org" ]; 2387 sha256 = "192mzi0wgwl024pwpbfa6c2a2xlvbh3mjd75a0sakdvkl60z64ya"; 2388 type = "gem"; 2389 }; 2390 version = "2.11.3"; 2391 }; 2392 reline = { 2393 dependencies = [ "io-console" ]; 2394 groups = [ 2395 "default" 2396 "development" 2397 "test" 2398 ]; 2399 platforms = [ ]; 2400 source = { 2401 remotes = [ "https://rubygems.org" ]; 2402 sha256 = "0ii8l0q5zkang3lxqlsamzfz5ja7jc8ln905isfdawl802k2db8x"; 2403 type = "gem"; 2404 }; 2405 version = "0.6.2"; 2406 }; 2407 representable = { 2408 dependencies = [ 2409 "declarative" 2410 "trailblazer-option" 2411 "uber" 2412 ]; 2413 groups = [ "default" ]; 2414 platforms = [ ]; 2415 source = { 2416 remotes = [ "https://rubygems.org" ]; 2417 sha256 = "1kms3r6w6pnryysnaqqa9fsn0v73zx1ilds9d1c565n3xdzbyafc"; 2418 type = "gem"; 2419 }; 2420 version = "3.2.0"; 2421 }; 2422 request_store = { 2423 dependencies = [ "rack" ]; 2424 groups = [ "default" ]; 2425 platforms = [ ]; 2426 source = { 2427 remotes = [ "https://rubygems.org" ]; 2428 sha256 = "1jw89j9s5p5cq2k7ffj5p4av4j4fxwvwjs1a4i9g85d38r9mvdz1"; 2429 type = "gem"; 2430 }; 2431 version = "1.7.0"; 2432 }; 2433 responders = { 2434 dependencies = [ 2435 "actionpack" 2436 "railties" 2437 ]; 2438 groups = [ "default" ]; 2439 platforms = [ ]; 2440 source = { 2441 remotes = [ "https://rubygems.org" ]; 2442 sha256 = "06ilkbbwvc8d0vppf8ywn1f79ypyymlb9krrhqv4g0q215zaiwlj"; 2443 type = "gem"; 2444 }; 2445 version = "3.1.1"; 2446 }; 2447 retriable = { 2448 groups = [ "default" ]; 2449 platforms = [ ]; 2450 source = { 2451 remotes = [ "https://rubygems.org" ]; 2452 sha256 = "1q48hqws2dy1vws9schc0kmina40gy7sn5qsndpsfqdslh65snha"; 2453 type = "gem"; 2454 }; 2455 version = "3.1.2"; 2456 }; 2457 rexml = { 2458 groups = [ 2459 "default" 2460 "development" 2461 "test" 2462 ]; 2463 platforms = [ ]; 2464 source = { 2465 remotes = [ "https://rubygems.org" ]; 2466 sha256 = "0hninnbvqd2pn40h863lbrn9p11gvdxp928izkag5ysx8b1s5q0r"; 2467 type = "gem"; 2468 }; 2469 version = "3.4.4"; 2470 }; 2471 rotp = { 2472 groups = [ "default" ]; 2473 platforms = [ ]; 2474 source = { 2475 remotes = [ "https://rubygems.org" ]; 2476 sha256 = "0m48hv6wpmmm6cjr6q92q78h1i610riml19k5h1dil2yws3h1m3m"; 2477 type = "gem"; 2478 }; 2479 version = "6.3.0"; 2480 }; 2481 rouge = { 2482 groups = [ "default" ]; 2483 platforms = [ ]; 2484 source = { 2485 remotes = [ "https://rubygems.org" ]; 2486 sha256 = "18v8if3jix029rr3j8iwisv73facw223353n0h7avl39ibxk6hh3"; 2487 type = "gem"; 2488 }; 2489 version = "4.5.2"; 2490 }; 2491 rqrcode = { 2492 dependencies = [ 2493 "chunky_png" 2494 "rqrcode_core" 2495 ]; 2496 groups = [ "default" ]; 2497 platforms = [ ]; 2498 source = { 2499 remotes = [ "https://rubygems.org" ]; 2500 sha256 = "1hggzz8i1l62pkkiybhiqv6ypxw7q844sddrrbbfczjcnj5sivi3"; 2501 type = "gem"; 2502 }; 2503 version = "2.2.0"; 2504 }; 2505 rqrcode_core = { 2506 groups = [ "default" ]; 2507 platforms = [ ]; 2508 source = { 2509 remotes = [ "https://rubygems.org" ]; 2510 sha256 = "06ld6386hbdhy5h0k09axmgn424kavpc8f27k1vjhknjhbf8jjfg"; 2511 type = "gem"; 2512 }; 2513 version = "1.2.0"; 2514 }; 2515 rspec-core = { 2516 dependencies = [ "rspec-support" ]; 2517 groups = [ 2518 "default" 2519 "development" 2520 "test" 2521 ]; 2522 platforms = [ ]; 2523 source = { 2524 remotes = [ "https://rubygems.org" ]; 2525 sha256 = "001kazj244cb6fbkmh7ap74csbr78717qaskqzqpir1q8xpdmywl"; 2526 type = "gem"; 2527 }; 2528 version = "3.13.2"; 2529 }; 2530 rspec-expectations = { 2531 dependencies = [ 2532 "diff-lcs" 2533 "rspec-support" 2534 ]; 2535 groups = [ 2536 "default" 2537 "development" 2538 "test" 2539 ]; 2540 platforms = [ ]; 2541 source = { 2542 remotes = [ "https://rubygems.org" ]; 2543 sha256 = "0n3cyrhsa75x5wwvskrrqk56jbjgdi2q1zx0irllf0chkgsmlsqf"; 2544 type = "gem"; 2545 }; 2546 version = "3.13.3"; 2547 }; 2548 rspec-mocks = { 2549 dependencies = [ 2550 "diff-lcs" 2551 "rspec-support" 2552 ]; 2553 groups = [ 2554 "default" 2555 "development" 2556 "test" 2557 ]; 2558 platforms = [ ]; 2559 source = { 2560 remotes = [ "https://rubygems.org" ]; 2561 sha256 = "1vxxkb2sf2b36d8ca2nq84kjf85fz4x7wqcvb8r6a5hfxxfk69r3"; 2562 type = "gem"; 2563 }; 2564 version = "3.13.2"; 2565 }; 2566 rspec-rails = { 2567 dependencies = [ 2568 "actionpack" 2569 "activesupport" 2570 "railties" 2571 "rspec-core" 2572 "rspec-expectations" 2573 "rspec-mocks" 2574 "rspec-support" 2575 ]; 2576 groups = [ 2577 "development" 2578 "test" 2579 ]; 2580 platforms = [ ]; 2581 source = { 2582 remotes = [ "https://rubygems.org" ]; 2583 sha256 = "0izfwfb9bfb5q3wjgjc85b9nlkribqn8vk75zadafv08qilmnn4l"; 2584 type = "gem"; 2585 }; 2586 version = "7.1.0"; 2587 }; 2588 rspec-support = { 2589 groups = [ 2590 "default" 2591 "development" 2592 "test" 2593 ]; 2594 platforms = [ ]; 2595 source = { 2596 remotes = [ "https://rubygems.org" ]; 2597 sha256 = "1v6v6xvxcpkrrsrv7v1xgf7sl0d71vcfz1cnrjflpf6r7x3a58yf"; 2598 type = "gem"; 2599 }; 2600 version = "3.13.2"; 2601 }; 2602 rubocop = { 2603 dependencies = [ 2604 "json" 2605 "language_server-protocol" 2606 "lint_roller" 2607 "parallel" 2608 "parser" 2609 "rainbow" 2610 "regexp_parser" 2611 "rubocop-ast" 2612 "ruby-progressbar" 2613 "unicode-display_width" 2614 ]; 2615 groups = [ 2616 "development" 2617 "test" 2618 ]; 2619 platforms = [ ]; 2620 source = { 2621 remotes = [ "https://rubygems.org" ]; 2622 sha256 = "0d8n87wx2r8vkva5qi4m3hi4s9b6qhmzgw85qgv14hsa65prlaim"; 2623 type = "gem"; 2624 }; 2625 version = "1.81.1"; 2626 }; 2627 rubocop-ast = { 2628 dependencies = [ 2629 "parser" 2630 "prism" 2631 ]; 2632 groups = [ 2633 "default" 2634 "development" 2635 "test" 2636 ]; 2637 platforms = [ ]; 2638 source = { 2639 remotes = [ "https://rubygems.org" ]; 2640 sha256 = "1bh1kls2cs2j3cmj6f2j2zmfqfknj2a6i441d828nh2mg00q49jr"; 2641 type = "gem"; 2642 }; 2643 version = "1.47.1"; 2644 }; 2645 rubocop-performance = { 2646 dependencies = [ 2647 "rubocop" 2648 "rubocop-ast" 2649 ]; 2650 groups = [ 2651 "development" 2652 "test" 2653 ]; 2654 platforms = [ ]; 2655 source = { 2656 remotes = [ "https://rubygems.org" ]; 2657 sha256 = "0wcilipyh890k0vwx8mgkj5qpjy2xvvgk89l9ars1wf53g5pibil"; 2658 type = "gem"; 2659 }; 2660 version = "1.23.0"; 2661 }; 2662 rubocop-rails = { 2663 dependencies = [ 2664 "activesupport" 2665 "rack" 2666 "rubocop" 2667 "rubocop-ast" 2668 ]; 2669 groups = [ 2670 "development" 2671 "test" 2672 ]; 2673 platforms = [ ]; 2674 source = { 2675 remotes = [ "https://rubygems.org" ]; 2676 sha256 = "1zplyab5n8gh7zzbwrrxrkzb2406afrjm6a3a3zdx72k17swx9n3"; 2677 type = "gem"; 2678 }; 2679 version = "2.27.0"; 2680 }; 2681 rubocop-rspec = { 2682 dependencies = [ "rubocop" ]; 2683 groups = [ 2684 "development" 2685 "test" 2686 ]; 2687 platforms = [ ]; 2688 source = { 2689 remotes = [ "https://rubygems.org" ]; 2690 sha256 = "0zfdf688w6bsdbqfmsr5ghvcs1kc5qpcbyzy2qals149ls0v5qbr"; 2691 type = "gem"; 2692 }; 2693 version = "3.3.0"; 2694 }; 2695 ruby-progressbar = { 2696 groups = [ 2697 "default" 2698 "development" 2699 "test" 2700 ]; 2701 platforms = [ ]; 2702 source = { 2703 remotes = [ "https://rubygems.org" ]; 2704 sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40"; 2705 type = "gem"; 2706 }; 2707 version = "1.13.0"; 2708 }; 2709 ruby-vips = { 2710 dependencies = [ 2711 "ffi" 2712 "logger" 2713 ]; 2714 groups = [ "default" ]; 2715 platforms = [ ]; 2716 source = { 2717 remotes = [ "https://rubygems.org" ]; 2718 sha256 = "0nyxwib3y2fc1lciaac0s03y3i915kyfq1kn9m19hyl5yblyhnxg"; 2719 type = "gem"; 2720 }; 2721 version = "2.2.2"; 2722 }; 2723 ruby2_keywords = { 2724 groups = [ "default" ]; 2725 platforms = [ ]; 2726 source = { 2727 remotes = [ "https://rubygems.org" ]; 2728 sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; 2729 type = "gem"; 2730 }; 2731 version = "0.0.5"; 2732 }; 2733 rubyXL = { 2734 dependencies = [ 2735 "nokogiri" 2736 "rubyzip" 2737 ]; 2738 groups = [ "default" ]; 2739 platforms = [ ]; 2740 source = { 2741 remotes = [ "https://rubygems.org" ]; 2742 sha256 = "0bkd50mpsrkz6agqvvbi8d0l1cic6jrkdsrjjzfkz5jzrzd349yw"; 2743 type = "gem"; 2744 }; 2745 version = "3.4.33"; 2746 }; 2747 rubyzip = { 2748 groups = [ "default" ]; 2749 platforms = [ ]; 2750 source = { 2751 remotes = [ "https://rubygems.org" ]; 2752 sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz"; 2753 type = "gem"; 2754 }; 2755 version = "2.3.2"; 2756 }; 2757 securerandom = { 2758 groups = [ 2759 "default" 2760 "development" 2761 "test" 2762 ]; 2763 platforms = [ ]; 2764 source = { 2765 remotes = [ "https://rubygems.org" ]; 2766 sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc"; 2767 type = "gem"; 2768 }; 2769 version = "0.4.1"; 2770 }; 2771 semantic_range = { 2772 groups = [ "default" ]; 2773 platforms = [ ]; 2774 source = { 2775 remotes = [ "https://rubygems.org" ]; 2776 sha256 = "189l1ajvpy8znkmbalrpc3fpg0b8gy1j3m4m5q282prf1zj1xh4z"; 2777 type = "gem"; 2778 }; 2779 version = "3.1.0"; 2780 }; 2781 shakapacker = { 2782 dependencies = [ 2783 "activesupport" 2784 "package_json" 2785 "rack-proxy" 2786 "railties" 2787 "semantic_range" 2788 ]; 2789 groups = [ "default" ]; 2790 platforms = [ ]; 2791 source = { 2792 remotes = [ "https://rubygems.org" ]; 2793 sha256 = "1r12z3qr5zacak293za3k2cv453p50srg43x682x61ncsx3kddvl"; 2794 type = "gem"; 2795 }; 2796 version = "8.0.2"; 2797 }; 2798 sidekiq = { 2799 dependencies = [ 2800 "connection_pool" 2801 "logger" 2802 "rack" 2803 "redis-client" 2804 ]; 2805 groups = [ "default" ]; 2806 platforms = [ ]; 2807 source = { 2808 remotes = [ "https://rubygems.org" ]; 2809 sha256 = "05navs6f5904mqkrdmfafan448c5sn41aah2hb6rfbsn66a9rcjy"; 2810 type = "gem"; 2811 }; 2812 version = "7.3.7"; 2813 }; 2814 signet = { 2815 dependencies = [ 2816 "addressable" 2817 "faraday" 2818 "jwt" 2819 "multi_json" 2820 ]; 2821 groups = [ "default" ]; 2822 platforms = [ ]; 2823 source = { 2824 remotes = [ "https://rubygems.org" ]; 2825 sha256 = "0cfxa11wy1nv9slmnzjczkdgld0gqizajsb03rliy53zylwkjzsk"; 2826 type = "gem"; 2827 }; 2828 version = "0.19.0"; 2829 }; 2830 simplecov = { 2831 dependencies = [ 2832 "docile" 2833 "simplecov-html" 2834 "simplecov_json_formatter" 2835 ]; 2836 groups = [ 2837 "development" 2838 "test" 2839 ]; 2840 platforms = [ ]; 2841 source = { 2842 remotes = [ "https://rubygems.org" ]; 2843 sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py"; 2844 type = "gem"; 2845 }; 2846 version = "0.22.0"; 2847 }; 2848 simplecov-html = { 2849 groups = [ 2850 "default" 2851 "development" 2852 "test" 2853 ]; 2854 platforms = [ ]; 2855 source = { 2856 remotes = [ "https://rubygems.org" ]; 2857 sha256 = "02zi3rwihp7rlnp9x18c9idnkx7x68w6jmxdhyc0xrhjwrz0pasx"; 2858 type = "gem"; 2859 }; 2860 version = "0.13.1"; 2861 }; 2862 simplecov_json_formatter = { 2863 groups = [ 2864 "default" 2865 "development" 2866 "test" 2867 ]; 2868 platforms = [ ]; 2869 source = { 2870 remotes = [ "https://rubygems.org" ]; 2871 sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j"; 2872 type = "gem"; 2873 }; 2874 version = "0.1.4"; 2875 }; 2876 smart_properties = { 2877 groups = [ 2878 "default" 2879 "development" 2880 "test" 2881 ]; 2882 platforms = [ ]; 2883 source = { 2884 remotes = [ "https://rubygems.org" ]; 2885 sha256 = "0jrqssk9qhwrpq41arm712226vpcr458xv6xaqbk8cp94a0kycpr"; 2886 type = "gem"; 2887 }; 2888 version = "1.17.0"; 2889 }; 2890 sqlite3 = { 2891 dependencies = [ "mini_portile2" ]; 2892 groups = [ "default" ]; 2893 platforms = [ ]; 2894 source = { 2895 remotes = [ "https://rubygems.org" ]; 2896 sha256 = "0sqshkafxa1r34yj4yxisd4kddmjq9jrhx6azqy3z71nwqv01yl7"; 2897 type = "gem"; 2898 }; 2899 version = "2.5.0"; 2900 }; 2901 stringio = { 2902 groups = [ 2903 "default" 2904 "development" 2905 "test" 2906 ]; 2907 platforms = [ ]; 2908 source = { 2909 remotes = [ "https://rubygems.org" ]; 2910 sha256 = "1yh78pg6lm28c3k0pfd2ipskii1fsraq46m6zjs5yc9a4k5vfy2v"; 2911 type = "gem"; 2912 }; 2913 version = "3.1.7"; 2914 }; 2915 strip_attributes = { 2916 dependencies = [ "activemodel" ]; 2917 groups = [ "default" ]; 2918 platforms = [ ]; 2919 source = { 2920 remotes = [ "https://rubygems.org" ]; 2921 sha256 = "09ds8vspql76272yimasyc0mab91plvqy5zlg5k5r78yyawg8k54"; 2922 type = "gem"; 2923 }; 2924 version = "1.14.1"; 2925 }; 2926 strscan = { 2927 groups = [ "default" ]; 2928 platforms = [ ]; 2929 source = { 2930 remotes = [ "https://rubygems.org" ]; 2931 sha256 = "0isr7v4d9z145hkk9qip8fkcs6smi264lhd416bad5ckxa83nhgq"; 2932 type = "gem"; 2933 }; 2934 version = "3.1.5"; 2935 }; 2936 thor = { 2937 groups = [ 2938 "default" 2939 "development" 2940 "test" 2941 ]; 2942 platforms = [ ]; 2943 source = { 2944 remotes = [ "https://rubygems.org" ]; 2945 sha256 = "0gcarlmpfbmqnjvwfz44gdjhcmm634di7plcx2zdgwdhrhifhqw7"; 2946 type = "gem"; 2947 }; 2948 version = "1.4.0"; 2949 }; 2950 timeout = { 2951 groups = [ 2952 "default" 2953 "development" 2954 ]; 2955 platforms = [ ]; 2956 source = { 2957 remotes = [ "https://rubygems.org" ]; 2958 sha256 = "03p31w5ghqfsbz5mcjzvwgkw3h9lbvbknqvrdliy8pxmn9wz02cm"; 2959 type = "gem"; 2960 }; 2961 version = "0.4.3"; 2962 }; 2963 trailblazer-option = { 2964 groups = [ "default" ]; 2965 platforms = [ ]; 2966 source = { 2967 remotes = [ "https://rubygems.org" ]; 2968 sha256 = "18s48fndi2kfvrfzmq6rxvjfwad347548yby0341ixz1lhpg3r10"; 2969 type = "gem"; 2970 }; 2971 version = "0.1.2"; 2972 }; 2973 turbo-rails = { 2974 dependencies = [ 2975 "actionpack" 2976 "railties" 2977 ]; 2978 groups = [ "default" ]; 2979 platforms = [ ]; 2980 source = { 2981 remotes = [ "https://rubygems.org" ]; 2982 sha256 = "1kvz74g2j233zbbpqiba2p5gahpjps20vp54samq09rp6r3nfizw"; 2983 type = "gem"; 2984 }; 2985 version = "2.0.11"; 2986 }; 2987 twitter_cldr = { 2988 dependencies = [ 2989 "camertron-eprun" 2990 "cldr-plurals-runtime-rb" 2991 "tzinfo" 2992 ]; 2993 groups = [ "default" ]; 2994 platforms = [ ]; 2995 source = { 2996 remotes = [ "https://rubygems.org" ]; 2997 sha256 = "00idwd8h5gsm6kbpzsrh1f6w2ncwsb37gd224jj1cilqp5nb3s8g"; 2998 type = "gem"; 2999 }; 3000 version = "6.12.1"; 3001 }; 3002 tzinfo = { 3003 dependencies = [ "concurrent-ruby" ]; 3004 groups = [ 3005 "default" 3006 "development" 3007 "test" 3008 ]; 3009 platforms = [ ]; 3010 source = { 3011 remotes = [ "https://rubygems.org" ]; 3012 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 3013 type = "gem"; 3014 }; 3015 version = "2.0.6"; 3016 }; 3017 tzinfo-data = { 3018 dependencies = [ "tzinfo" ]; 3019 groups = [ "default" ]; 3020 platforms = [ ]; 3021 source = { 3022 remotes = [ "https://rubygems.org" ]; 3023 sha256 = "1cw6xv9a525mcs7202bq9768aic1dwx353prm1bss4fp2nq24a3j"; 3024 type = "gem"; 3025 }; 3026 version = "1.2024.2"; 3027 }; 3028 uber = { 3029 groups = [ "default" ]; 3030 platforms = [ ]; 3031 source = { 3032 remotes = [ "https://rubygems.org" ]; 3033 sha256 = "1p1mm7mngg40x05z52md3mbamkng0zpajbzqjjwmsyw0zw3v9vjv"; 3034 type = "gem"; 3035 }; 3036 version = "0.1.0"; 3037 }; 3038 unicode-display_width = { 3039 dependencies = [ "unicode-emoji" ]; 3040 groups = [ 3041 "default" 3042 "development" 3043 "test" 3044 ]; 3045 platforms = [ ]; 3046 source = { 3047 remotes = [ "https://rubygems.org" ]; 3048 sha256 = "0hiwhnqpq271xqari6mg996fgjps42sffm9cpk6ljn8sd2srdp8c"; 3049 type = "gem"; 3050 }; 3051 version = "3.2.0"; 3052 }; 3053 unicode-emoji = { 3054 groups = [ 3055 "default" 3056 "development" 3057 "test" 3058 ]; 3059 platforms = [ ]; 3060 source = { 3061 remotes = [ "https://rubygems.org" ]; 3062 sha256 = "1995yfjbvjlwrslq48gzzc9j0blkdzlbda9h90pjbm0yvzax55s9"; 3063 type = "gem"; 3064 }; 3065 version = "4.1.0"; 3066 }; 3067 uniform_notifier = { 3068 groups = [ 3069 "default" 3070 "development" 3071 "test" 3072 ]; 3073 platforms = [ ]; 3074 source = { 3075 remotes = [ "https://rubygems.org" ]; 3076 sha256 = "1dfvqixshwvm82b9qwdidvnkavdj7s0fbdbmyd4knkl6l3j9xcwr"; 3077 type = "gem"; 3078 }; 3079 version = "1.16.0"; 3080 }; 3081 uri = { 3082 groups = [ 3083 "default" 3084 "development" 3085 "test" 3086 ]; 3087 platforms = [ ]; 3088 source = { 3089 remotes = [ "https://rubygems.org" ]; 3090 sha256 = "04bhfvc25b07jaiaf62yrach7khhr5jlr5bx6nygg8pf11329wp9"; 3091 type = "gem"; 3092 }; 3093 version = "1.0.3"; 3094 }; 3095 useragent = { 3096 groups = [ 3097 "default" 3098 "development" 3099 "test" 3100 ]; 3101 platforms = [ ]; 3102 source = { 3103 remotes = [ "https://rubygems.org" ]; 3104 sha256 = "0i1q2xdjam4d7gwwc35lfnz0wyyzvnca0zslcfxm9fabml9n83kh"; 3105 type = "gem"; 3106 }; 3107 version = "0.16.11"; 3108 }; 3109 warden = { 3110 dependencies = [ "rack" ]; 3111 groups = [ "default" ]; 3112 platforms = [ ]; 3113 source = { 3114 remotes = [ "https://rubygems.org" ]; 3115 sha256 = "1l7gl7vms023w4clg02pm4ky9j12la2vzsixi2xrv9imbn44ys26"; 3116 type = "gem"; 3117 }; 3118 version = "1.2.9"; 3119 }; 3120 web-console = { 3121 dependencies = [ 3122 "actionview" 3123 "activemodel" 3124 "bindex" 3125 "railties" 3126 ]; 3127 groups = [ "development" ]; 3128 platforms = [ ]; 3129 source = { 3130 remotes = [ "https://rubygems.org" ]; 3131 sha256 = "087y4byl2s3fg0nfhix4s0r25cv1wk7d2j8n5324waza21xg7g77"; 3132 type = "gem"; 3133 }; 3134 version = "4.2.1"; 3135 }; 3136 webmock = { 3137 dependencies = [ 3138 "addressable" 3139 "crack" 3140 "hashdiff" 3141 ]; 3142 groups = [ "test" ]; 3143 platforms = [ ]; 3144 source = { 3145 remotes = [ "https://rubygems.org" ]; 3146 sha256 = "08kixkdp41dw39kqfxf2wp5m4z9b6fxg6yfa6xin0wy7dxzka0dy"; 3147 type = "gem"; 3148 }; 3149 version = "3.24.0"; 3150 }; 3151 webrick = { 3152 groups = [ 3153 "default" 3154 "test" 3155 ]; 3156 platforms = [ ]; 3157 source = { 3158 remotes = [ "https://rubygems.org" ]; 3159 sha256 = "12d9n8hll67j737ym2zw4v23cn4vxyfkb6vyv1rzpwv6y6a3qbdl"; 3160 type = "gem"; 3161 }; 3162 version = "1.9.1"; 3163 }; 3164 websocket-driver = { 3165 dependencies = [ 3166 "base64" 3167 "websocket-extensions" 3168 ]; 3169 groups = [ 3170 "default" 3171 "test" 3172 ]; 3173 platforms = [ ]; 3174 source = { 3175 remotes = [ "https://rubygems.org" ]; 3176 sha256 = "0qj9dmkmgahmadgh88kydb7cv15w13l1fj3kk9zz28iwji5vl3gd"; 3177 type = "gem"; 3178 }; 3179 version = "0.8.0"; 3180 }; 3181 websocket-extensions = { 3182 groups = [ 3183 "default" 3184 "test" 3185 ]; 3186 platforms = [ ]; 3187 source = { 3188 remotes = [ "https://rubygems.org" ]; 3189 sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw"; 3190 type = "gem"; 3191 }; 3192 version = "0.1.5"; 3193 }; 3194 xpath = { 3195 dependencies = [ "nokogiri" ]; 3196 groups = [ 3197 "default" 3198 "test" 3199 ]; 3200 platforms = [ ]; 3201 source = { 3202 remotes = [ "https://rubygems.org" ]; 3203 sha256 = "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd"; 3204 type = "gem"; 3205 }; 3206 version = "3.2.0"; 3207 }; 3208 zeitwerk = { 3209 groups = [ 3210 "default" 3211 "development" 3212 "test" 3213 ]; 3214 platforms = [ ]; 3215 source = { 3216 remotes = [ "https://rubygems.org" ]; 3217 sha256 = "119ypabas886gd0n9kiid3q41w76gz60s8qmiak6pljpkd56ps5j"; 3218 type = "gem"; 3219 }; 3220 version = "2.7.3"; 3221 }; 3222}