nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 1790 lines 40 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 = "1yfl7blz9zlww0al921kmyqsmsx8gdphqjnszp5fgpzi8nr1fpg1"; 15 type = "gem"; 16 }; 17 version = "7.2.3"; 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 = "0pjdrdlv14mzq24qx95hpxhfza0k72qc3qymaa6x1wihqfkz1fqn"; 33 type = "gem"; 34 }; 35 version = "7.2.3"; 36 }; 37 actionmailer = { 38 dependencies = [ 39 "actionpack" 40 "actionview" 41 "activejob" 42 "activesupport" 43 "mail" 44 "rails-dom-testing" 45 ]; 46 groups = [ "default" ]; 47 platforms = [ ]; 48 source = { 49 remotes = [ "https://rubygems.org" ]; 50 sha256 = "1f4axhrdhk9z3hjv6xzxqyj7c3y17mn7kz1li1fv5lm6aaw4dmk8"; 51 type = "gem"; 52 }; 53 version = "7.2.3"; 54 }; 55 actionpack = { 56 dependencies = [ 57 "actionview" 58 "activesupport" 59 "cgi" 60 "nokogiri" 61 "racc" 62 "rack" 63 "rack-session" 64 "rack-test" 65 "rails-dom-testing" 66 "rails-html-sanitizer" 67 "useragent" 68 ]; 69 groups = [ "default" ]; 70 platforms = [ ]; 71 source = { 72 remotes = [ "https://rubygems.org" ]; 73 sha256 = "1kq7fbgb5yfsjd1na2ghc7assk18ca24kbvsx90p0xwm8v3f851a"; 74 type = "gem"; 75 }; 76 version = "7.2.3"; 77 }; 78 actionpack-xml_parser = { 79 dependencies = [ 80 "actionpack" 81 "railties" 82 ]; 83 groups = [ "default" ]; 84 platforms = [ ]; 85 source = { 86 remotes = [ "https://rubygems.org" ]; 87 sha256 = "1rnm6jrw3mzcf2g3q498igmhsn0kfkxq79w0nm532iclx4g4djs0"; 88 type = "gem"; 89 }; 90 version = "2.0.1"; 91 }; 92 actiontext = { 93 dependencies = [ 94 "actionpack" 95 "activerecord" 96 "activestorage" 97 "activesupport" 98 "globalid" 99 "nokogiri" 100 ]; 101 groups = [ "default" ]; 102 platforms = [ ]; 103 source = { 104 remotes = [ "https://rubygems.org" ]; 105 sha256 = "0ds0m7qp55qkprhdkzpxrvbfiam95s58xj7555hf5d5pnzpxkzx6"; 106 type = "gem"; 107 }; 108 version = "7.2.3"; 109 }; 110 actionview = { 111 dependencies = [ 112 "activesupport" 113 "builder" 114 "cgi" 115 "erubi" 116 "rails-dom-testing" 117 "rails-html-sanitizer" 118 ]; 119 groups = [ "default" ]; 120 platforms = [ ]; 121 source = { 122 remotes = [ "https://rubygems.org" ]; 123 sha256 = "1cpc91crvavdgvc3jqj1nqr9q6s581bm64894pbh8f5l85x7shhz"; 124 type = "gem"; 125 }; 126 version = "7.2.3"; 127 }; 128 activejob = { 129 dependencies = [ 130 "activesupport" 131 "globalid" 132 ]; 133 groups = [ "default" ]; 134 platforms = [ ]; 135 source = { 136 remotes = [ "https://rubygems.org" ]; 137 sha256 = "1c7zwmhkg9fpkl2isiggs9b2xbf8jf0hhbvmjfgbcrz25m3n8jg4"; 138 type = "gem"; 139 }; 140 version = "7.2.3"; 141 }; 142 activemodel = { 143 dependencies = [ "activesupport" ]; 144 groups = [ "default" ]; 145 platforms = [ ]; 146 source = { 147 remotes = [ "https://rubygems.org" ]; 148 sha256 = "1nrr8w3hxkssgx13bcph8lb876hg57w01fbapy7fj4ijp6p6dbxv"; 149 type = "gem"; 150 }; 151 version = "7.2.3"; 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 = "1mx087zngip62400z44p969l6fja1fjxliq6kym6npzbii3vgb3g"; 164 type = "gem"; 165 }; 166 version = "7.2.3"; 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 = "0bya6k7i8s6538fa4j2c0a0xrf6kggg8mhrwnkkqj356zaxj452c"; 181 type = "gem"; 182 }; 183 version = "7.2.3"; 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 ]; 199 groups = [ 200 "common_mark" 201 "default" 202 "test" 203 ]; 204 platforms = [ ]; 205 source = { 206 remotes = [ "https://rubygems.org" ]; 207 sha256 = "043vbilaw855c91n5l7g0k0wxj63kngj911685qy74xc1mvwjxan"; 208 type = "gem"; 209 }; 210 version = "7.2.3"; 211 }; 212 addressable = { 213 dependencies = [ "public_suffix" ]; 214 groups = [ 215 "default" 216 "test" 217 ]; 218 platforms = [ ]; 219 source = { 220 remotes = [ "https://rubygems.org" ]; 221 sha256 = "0mxhjgihzsx45l9wh2n0ywl9w0c6k70igm5r0d63dxkcagwvh4vw"; 222 type = "gem"; 223 }; 224 version = "2.8.8"; 225 }; 226 ast = { 227 groups = [ 228 "default" 229 "test" 230 ]; 231 platforms = [ ]; 232 source = { 233 remotes = [ "https://rubygems.org" ]; 234 sha256 = "10yknjyn0728gjn6b5syynvrvrwm66bhssbxq8mkhshxghaiailm"; 235 type = "gem"; 236 }; 237 version = "2.4.3"; 238 }; 239 base64 = { 240 groups = [ 241 "common_mark" 242 "default" 243 "test" 244 ]; 245 platforms = [ ]; 246 source = { 247 remotes = [ "https://rubygems.org" ]; 248 sha256 = "0yx9yn47a8lkfcjmigk79fykxvr80r4m1i35q82sxzynpbm7lcr7"; 249 type = "gem"; 250 }; 251 version = "0.3.0"; 252 }; 253 benchmark = { 254 groups = [ 255 "common_mark" 256 "default" 257 "test" 258 ]; 259 platforms = [ ]; 260 source = { 261 remotes = [ "https://rubygems.org" ]; 262 sha256 = "0v1337j39w1z7x9zs4q7ag0nfv4vs4xlsjx2la0wpv8s6hig2pa6"; 263 type = "gem"; 264 }; 265 version = "0.5.0"; 266 }; 267 bigdecimal = { 268 groups = [ 269 "common_mark" 270 "default" 271 "test" 272 ]; 273 platforms = [ ]; 274 source = { 275 remotes = [ "https://rubygems.org" ]; 276 sha256 = "19y406nx17arzsbc515mjmr6k5p59afprspa1k423yd9cp8d61wb"; 277 type = "gem"; 278 }; 279 version = "4.0.1"; 280 }; 281 builder = { 282 groups = [ "default" ]; 283 platforms = [ ]; 284 source = { 285 remotes = [ "https://rubygems.org" ]; 286 sha256 = "0pw3r2lyagsxkm71bf44v5b74f7l9r7di22brbyji9fwz791hya9"; 287 type = "gem"; 288 }; 289 version = "3.3.0"; 290 }; 291 bundle-audit = { 292 dependencies = [ "bundler-audit" ]; 293 groups = [ "test" ]; 294 platforms = [ ]; 295 source = { 296 remotes = [ "https://rubygems.org" ]; 297 sha256 = "04nafil8b8g5ayvjimnvida5p3sg32hhkawb5qnnvigvyw49fjfb"; 298 type = "gem"; 299 }; 300 version = "0.2.0"; 301 }; 302 bundler-audit = { 303 dependencies = [ "thor" ]; 304 groups = [ 305 "default" 306 "test" 307 ]; 308 platforms = [ ]; 309 source = { 310 remotes = [ "https://rubygems.org" ]; 311 sha256 = "1sdlr4rj7x5nbrl8zkd3dqdg4fc50bnpx37rl0l0szg4f5n7dj41"; 312 type = "gem"; 313 }; 314 version = "0.9.3"; 315 }; 316 capybara = { 317 dependencies = [ 318 "addressable" 319 "matrix" 320 "mini_mime" 321 "nokogiri" 322 "rack" 323 "rack-test" 324 "regexp_parser" 325 "xpath" 326 ]; 327 groups = [ "test" ]; 328 platforms = [ ]; 329 source = { 330 remotes = [ "https://rubygems.org" ]; 331 sha256 = "1vxfah83j6zpw3v5hic0j70h519nvmix2hbszmjwm8cfawhagns2"; 332 type = "gem"; 333 }; 334 version = "3.40.0"; 335 }; 336 cgi = { 337 groups = [ "default" ]; 338 platforms = [ ]; 339 source = { 340 remotes = [ "https://rubygems.org" ]; 341 sha256 = "1s8qdw1nfh3njd47q154njlfyc2llcgi4ik13vz39adqd7yclgz9"; 342 type = "gem"; 343 }; 344 version = "0.5.1"; 345 }; 346 chunky_png = { 347 groups = [ "default" ]; 348 platforms = [ ]; 349 source = { 350 remotes = [ "https://rubygems.org" ]; 351 sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9"; 352 type = "gem"; 353 }; 354 version = "1.4.0"; 355 }; 356 commonmarker = { 357 groups = [ "common_mark" ]; 358 platforms = [ ]; 359 source = { 360 remotes = [ "https://rubygems.org" ]; 361 sha256 = "1k9wa8fnfz08lyn86vpqhdv4jffznlxcx6p6qr11rdf7qy4jybfs"; 362 type = "gem"; 363 }; 364 version = "0.23.12"; 365 }; 366 concurrent-ruby = { 367 groups = [ 368 "common_mark" 369 "default" 370 "test" 371 ]; 372 platforms = [ ]; 373 source = { 374 remotes = [ "https://rubygems.org" ]; 375 sha256 = "1aymcakhzl83k77g2f2krz07bg1cbafbcd2ghvwr4lky3rz86mkb"; 376 type = "gem"; 377 }; 378 version = "1.3.6"; 379 }; 380 connection_pool = { 381 groups = [ 382 "common_mark" 383 "default" 384 "test" 385 ]; 386 platforms = [ ]; 387 source = { 388 remotes = [ "https://rubygems.org" ]; 389 sha256 = "02ifws3c4x7b54fv17sm4cca18d2pfw1saxpdji2lbd1f6xgbzrk"; 390 type = "gem"; 391 }; 392 version = "3.0.2"; 393 }; 394 crass = { 395 groups = [ "default" ]; 396 platforms = [ ]; 397 source = { 398 remotes = [ "https://rubygems.org" ]; 399 sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw"; 400 type = "gem"; 401 }; 402 version = "1.0.6"; 403 }; 404 css_parser = { 405 dependencies = [ "addressable" ]; 406 groups = [ "default" ]; 407 platforms = [ ]; 408 source = { 409 remotes = [ "https://rubygems.org" ]; 410 sha256 = "1izp5vna86s7xivqzml4nviy01bv76arrd5is8wkncwp1by3zzbc"; 411 type = "gem"; 412 }; 413 version = "1.21.1"; 414 }; 415 csv = { 416 groups = [ "default" ]; 417 platforms = [ ]; 418 source = { 419 remotes = [ "https://rubygems.org" ]; 420 sha256 = "1fp986v5xfpzcj9v3dyvdd26fcnmbbzjwcp66pz34hv6g86z66a9"; 421 type = "gem"; 422 }; 423 version = "3.2.9"; 424 }; 425 date = { 426 groups = [ 427 "default" 428 "development" 429 "test" 430 ]; 431 platforms = [ ]; 432 source = { 433 remotes = [ "https://rubygems.org" ]; 434 sha256 = "1h0db8r2v5llxdbzkzyllkfniqw9gm092qn7cbaib73v9lw0c3bm"; 435 type = "gem"; 436 }; 437 version = "3.5.1"; 438 }; 439 debug = { 440 dependencies = [ 441 "irb" 442 "reline" 443 ]; 444 groups = [ 445 "development" 446 "test" 447 ]; 448 platforms = [ ]; 449 source = { 450 remotes = [ "https://rubygems.org" ]; 451 sha256 = "1djjx5332d1hdh9s782dyr0f9d4fr9rllzdcz2k0f8lz2730l2rf"; 452 type = "gem"; 453 }; 454 version = "1.11.1"; 455 }; 456 deckar01-task_list = { 457 dependencies = [ "html-pipeline" ]; 458 groups = [ "common_mark" ]; 459 platforms = [ ]; 460 source = { 461 remotes = [ "https://rubygems.org" ]; 462 sha256 = "01c8vv0xwbhlyhiagj93b1hlm2n0rmj4sw62nbc0jhyj90jhj6as"; 463 type = "gem"; 464 }; 465 version = "2.3.2"; 466 }; 467 docile = { 468 groups = [ 469 "default" 470 "test" 471 ]; 472 platforms = [ ]; 473 source = { 474 remotes = [ "https://rubygems.org" ]; 475 sha256 = "07pj4z3h8wk4fgdn6s62vw1lwvhj0ac0x10vfbdkr9xzk7krn5cn"; 476 type = "gem"; 477 }; 478 version = "1.4.1"; 479 }; 480 drb = { 481 groups = [ 482 "common_mark" 483 "default" 484 "test" 485 ]; 486 platforms = [ ]; 487 source = { 488 remotes = [ "https://rubygems.org" ]; 489 sha256 = "0wrkl7yiix268s2md1h6wh91311w95ikd8fy8m5gx589npyxc00b"; 490 type = "gem"; 491 }; 492 version = "2.2.3"; 493 }; 494 erb = { 495 groups = [ 496 "default" 497 "development" 498 "test" 499 ]; 500 platforms = [ ]; 501 source = { 502 remotes = [ "https://rubygems.org" ]; 503 sha256 = "1rcpq49pyaiclpjp3c3qjl25r95hqvin2q2dczaynaj7qncxvv18"; 504 type = "gem"; 505 }; 506 version = "6.0.1"; 507 }; 508 erubi = { 509 groups = [ "default" ]; 510 platforms = [ ]; 511 source = { 512 remotes = [ "https://rubygems.org" ]; 513 sha256 = "1naaxsqkv5b3vklab5sbb9sdpszrjzlfsbqpy7ncbnw510xi10m0"; 514 type = "gem"; 515 }; 516 version = "1.13.1"; 517 }; 518 ffi = { 519 groups = [ 520 "default" 521 "development" 522 "test" 523 ]; 524 platforms = [ 525 { 526 engine = "maglev"; 527 } 528 { 529 engine = "mingw"; 530 } 531 { 532 engine = "mingw"; 533 } 534 { 535 engine = "mswin"; 536 } 537 { 538 engine = "ruby"; 539 } 540 ]; 541 source = { 542 remotes = [ "https://rubygems.org" ]; 543 sha256 = "0k1xaqw2jk13q3ss7cnyvkp8fzp75dk4kazysrxgfd1rpgvkk7qf"; 544 type = "gem"; 545 }; 546 version = "1.17.3"; 547 }; 548 globalid = { 549 dependencies = [ "activesupport" ]; 550 groups = [ "default" ]; 551 platforms = [ ]; 552 source = { 553 remotes = [ "https://rubygems.org" ]; 554 sha256 = "04gzhqvsm4z4l12r9dkac9a75ah45w186ydhl0i4andldsnkkih5"; 555 type = "gem"; 556 }; 557 version = "1.3.0"; 558 }; 559 html-pipeline = { 560 dependencies = [ 561 "activesupport" 562 "nokogiri" 563 ]; 564 groups = [ 565 "common_mark" 566 "default" 567 ]; 568 platforms = [ ]; 569 source = { 570 remotes = [ "https://rubygems.org" ]; 571 sha256 = "00xqmlny1b4ixff8sk0rkl4wcgwqc6v93qv8l3rn8d1dppvq7pm1"; 572 type = "gem"; 573 }; 574 version = "2.13.2"; 575 }; 576 htmlentities = { 577 groups = [ "default" ]; 578 platforms = [ ]; 579 source = { 580 remotes = [ "https://rubygems.org" ]; 581 sha256 = "1hy5jvzd4wagk0k0yq7bjm6fa7ba7vjggzjfpri95jifkzvbvbxv"; 582 type = "gem"; 583 }; 584 version = "4.4.2"; 585 }; 586 i18n = { 587 dependencies = [ "concurrent-ruby" ]; 588 groups = [ 589 "common_mark" 590 "default" 591 "test" 592 ]; 593 platforms = [ ]; 594 source = { 595 remotes = [ "https://rubygems.org" ]; 596 sha256 = "1994i044vdmzzkyr76g8rpl1fq1532wf0sb21xg5r1ilj5iphmr8"; 597 type = "gem"; 598 }; 599 version = "1.14.8"; 600 }; 601 io-console = { 602 groups = [ 603 "default" 604 "development" 605 "test" 606 ]; 607 platforms = [ ]; 608 source = { 609 remotes = [ "https://rubygems.org" ]; 610 sha256 = "1k0lk3pwadm2myvpg893n8jshmrf2sigrd4ki15lymy7gixaxqyn"; 611 type = "gem"; 612 }; 613 version = "0.8.2"; 614 }; 615 irb = { 616 dependencies = [ 617 "pp" 618 "rdoc" 619 "reline" 620 ]; 621 groups = [ 622 "default" 623 "development" 624 "test" 625 ]; 626 platforms = [ ]; 627 source = { 628 remotes = [ "https://rubygems.org" ]; 629 sha256 = "01h8bdksg0cr8bw5dhlhr29ix33rp822jmshy6rdqz4lmk4mdgia"; 630 type = "gem"; 631 }; 632 version = "1.16.0"; 633 }; 634 json = { 635 groups = [ 636 "default" 637 "test" 638 ]; 639 platforms = [ ]; 640 source = { 641 remotes = [ "https://rubygems.org" ]; 642 sha256 = "01fmiz052cvnxgdnhb3qwcy88xbv7l3liz0fkvs5qgqqwjp0c1di"; 643 type = "gem"; 644 }; 645 version = "2.18.0"; 646 }; 647 language_server-protocol = { 648 groups = [ 649 "default" 650 "test" 651 ]; 652 platforms = [ ]; 653 source = { 654 remotes = [ "https://rubygems.org" ]; 655 sha256 = "1k0311vah76kg5m6zr7wmkwyk5p2f9d9hyckjpn3xgr83ajkj7px"; 656 type = "gem"; 657 }; 658 version = "3.17.0.5"; 659 }; 660 listen = { 661 dependencies = [ 662 "rb-fsevent" 663 "rb-inotify" 664 ]; 665 groups = [ "development" ]; 666 platforms = [ ]; 667 source = { 668 remotes = [ "https://rubygems.org" ]; 669 sha256 = "0rwwsmvq79qwzl6324yc53py02kbrcww35si720490z5w0j497nv"; 670 type = "gem"; 671 }; 672 version = "3.9.0"; 673 }; 674 logger = { 675 groups = [ 676 "common_mark" 677 "default" 678 "test" 679 ]; 680 platforms = [ ]; 681 source = { 682 remotes = [ "https://rubygems.org" ]; 683 sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr"; 684 type = "gem"; 685 }; 686 version = "1.7.0"; 687 }; 688 loofah = { 689 dependencies = [ 690 "crass" 691 "nokogiri" 692 ]; 693 groups = [ "default" ]; 694 platforms = [ ]; 695 source = { 696 remotes = [ "https://rubygems.org" ]; 697 sha256 = "1rk0n13c9nmk8di2x5gqk5r04vf8bkp7ff6z0b44wsmc7fndfpnz"; 698 type = "gem"; 699 }; 700 version = "2.25.0"; 701 }; 702 mail = { 703 dependencies = [ 704 "mini_mime" 705 "net-imap" 706 "net-pop" 707 "net-smtp" 708 ]; 709 groups = [ "default" ]; 710 platforms = [ ]; 711 source = { 712 remotes = [ "https://rubygems.org" ]; 713 sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"; 714 type = "gem"; 715 }; 716 version = "2.8.1"; 717 }; 718 marcel = { 719 groups = [ "default" ]; 720 platforms = [ ]; 721 source = { 722 remotes = [ "https://rubygems.org" ]; 723 sha256 = "1vhb1sbzlq42k2pzd9v0w5ws4kjx184y8h4d63296bn57jiwzkzx"; 724 type = "gem"; 725 }; 726 version = "1.1.0"; 727 }; 728 matrix = { 729 groups = [ 730 "default" 731 "test" 732 ]; 733 platforms = [ ]; 734 source = { 735 remotes = [ "https://rubygems.org" ]; 736 sha256 = "0nscas3a4mmrp1rc07cdjlbbpb2rydkindmbj3v3z5y1viyspmd0"; 737 type = "gem"; 738 }; 739 version = "0.4.3"; 740 }; 741 mini_magick = { 742 groups = [ "minimagick" ]; 743 platforms = [ ]; 744 source = { 745 remotes = [ "https://rubygems.org" ]; 746 sha256 = "1ig7gl9q0qf5c54f9gvg8mqzi15dy6p71q25j80mb4bdnj9v6sz6"; 747 type = "gem"; 748 }; 749 version = "5.0.1"; 750 }; 751 mini_mime = { 752 groups = [ 753 "default" 754 "test" 755 ]; 756 platforms = [ ]; 757 source = { 758 remotes = [ "https://rubygems.org" ]; 759 sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6"; 760 type = "gem"; 761 }; 762 version = "1.1.5"; 763 }; 764 mini_portile2 = { 765 groups = [ 766 "common_mark" 767 "default" 768 "development" 769 "test" 770 ]; 771 platforms = [ ]; 772 source = { 773 remotes = [ "https://rubygems.org" ]; 774 sha256 = "12f2830x7pq3kj0v8nz0zjvaw02sv01bqs1zwdrc04704kwcgmqc"; 775 type = "gem"; 776 }; 777 version = "2.8.9"; 778 }; 779 minitest = { 780 groups = [ 781 "common_mark" 782 "default" 783 "test" 784 ]; 785 platforms = [ ]; 786 source = { 787 remotes = [ "https://rubygems.org" ]; 788 sha256 = "1mbpz92ml19rcxxfjrj91gmkif9khb1xpzyw38f81rvglgw1ffrd"; 789 type = "gem"; 790 }; 791 version = "5.27.0"; 792 }; 793 mocha = { 794 dependencies = [ "ruby2_keywords" ]; 795 groups = [ "test" ]; 796 platforms = [ ]; 797 source = { 798 remotes = [ "https://rubygems.org" ]; 799 sha256 = "0sblxmlf7m0wpz71vdjygjn53cfw42j0mmjp4zx6rpz3b5cjry3l"; 800 type = "gem"; 801 }; 802 version = "3.0.1"; 803 }; 804 mysql2 = { 805 dependencies = [ "bigdecimal" ]; 806 groups = [ "default" ]; 807 platforms = [ ]; 808 source = { 809 remotes = [ "https://rubygems.org" ]; 810 sha256 = "0ywxbvx2blswi6zfjxsqz8jz1c0giivin2h4j9qqmbm02pjys2ds"; 811 type = "gem"; 812 }; 813 version = "0.5.7"; 814 }; 815 net-imap = { 816 dependencies = [ 817 "date" 818 "net-protocol" 819 ]; 820 groups = [ "default" ]; 821 platforms = [ ]; 822 source = { 823 remotes = [ "https://rubygems.org" ]; 824 sha256 = "0lw9yv95w55k5rb3bdifm6b1g0c2g0a1ly11wwviyyx4829wjv5q"; 825 type = "gem"; 826 }; 827 version = "0.4.23"; 828 }; 829 net-ldap = { 830 groups = [ "ldap" ]; 831 platforms = [ ]; 832 source = { 833 remotes = [ "https://rubygems.org" ]; 834 sha256 = "1ycw0qsw3hap8svakl0i30jkj0ffd4lpyrn17a1j0w8mz5ainmsj"; 835 type = "gem"; 836 }; 837 version = "0.17.1"; 838 }; 839 net-pop = { 840 dependencies = [ "net-protocol" ]; 841 groups = [ "default" ]; 842 platforms = [ ]; 843 source = { 844 remotes = [ "https://rubygems.org" ]; 845 sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4"; 846 type = "gem"; 847 }; 848 version = "0.1.2"; 849 }; 850 net-protocol = { 851 dependencies = [ "timeout" ]; 852 groups = [ "default" ]; 853 platforms = [ ]; 854 source = { 855 remotes = [ "https://rubygems.org" ]; 856 sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; 857 type = "gem"; 858 }; 859 version = "0.2.2"; 860 }; 861 net-smtp = { 862 dependencies = [ "net-protocol" ]; 863 groups = [ "default" ]; 864 platforms = [ ]; 865 source = { 866 remotes = [ "https://rubygems.org" ]; 867 sha256 = "0csspzqrg7s2v2wdp6vqqs1rra6w5ilpgnps5h52ig6rp7x2i389"; 868 type = "gem"; 869 }; 870 version = "0.4.0.1"; 871 }; 872 nio4r = { 873 groups = [ 874 "default" 875 "test" 876 ]; 877 platforms = [ ]; 878 source = { 879 remotes = [ "https://rubygems.org" ]; 880 sha256 = "18fwy5yqnvgixq3cn0h63lm8jaxsjjxkmj8rhiv8wpzv9271d43c"; 881 type = "gem"; 882 }; 883 version = "2.7.5"; 884 }; 885 nokogiri = { 886 dependencies = [ 887 "mini_portile2" 888 "racc" 889 ]; 890 groups = [ 891 "common_mark" 892 "default" 893 "development" 894 "test" 895 ]; 896 platforms = [ ]; 897 source = { 898 remotes = [ "https://rubygems.org" ]; 899 sha256 = "1hcwwr2h8jnqqxmf8mfb52b0dchr7pm064ingflb78wa00qhgk6m"; 900 type = "gem"; 901 }; 902 version = "1.18.10"; 903 }; 904 parallel = { 905 groups = [ 906 "default" 907 "test" 908 ]; 909 platforms = [ ]; 910 source = { 911 remotes = [ "https://rubygems.org" ]; 912 sha256 = "0c719bfgcszqvk9z47w2p8j2wkz5y35k48ywwas5yxbbh3hm3haa"; 913 type = "gem"; 914 }; 915 version = "1.27.0"; 916 }; 917 parser = { 918 dependencies = [ 919 "ast" 920 "racc" 921 ]; 922 groups = [ 923 "default" 924 "test" 925 ]; 926 platforms = [ ]; 927 source = { 928 remotes = [ "https://rubygems.org" ]; 929 sha256 = "1mmb59323ldv6vxfmy98azgsla9k3di3fasvpb28hnn5bkx8fdff"; 930 type = "gem"; 931 }; 932 version = "3.3.10.0"; 933 }; 934 pg = { 935 groups = [ "default" ]; 936 platforms = [ ]; 937 source = { 938 remotes = [ "https://rubygems.org" ]; 939 sha256 = "1p2gqqrm895fzr9vi8d118zhql67bm8ydjvgqbq1crdnfggzn7kn"; 940 type = "gem"; 941 }; 942 version = "1.5.9"; 943 }; 944 pp = { 945 dependencies = [ "prettyprint" ]; 946 groups = [ 947 "default" 948 "development" 949 "test" 950 ]; 951 platforms = [ ]; 952 source = { 953 remotes = [ "https://rubygems.org" ]; 954 sha256 = "1xlxmg86k5kifci1xvlmgw56x88dmqf04zfzn7zcr4qb8ladal99"; 955 type = "gem"; 956 }; 957 version = "0.6.3"; 958 }; 959 prettyprint = { 960 groups = [ 961 "default" 962 "development" 963 "test" 964 ]; 965 platforms = [ ]; 966 source = { 967 remotes = [ "https://rubygems.org" ]; 968 sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b"; 969 type = "gem"; 970 }; 971 version = "0.2.0"; 972 }; 973 propshaft = { 974 dependencies = [ 975 "actionpack" 976 "activesupport" 977 "rack" 978 "railties" 979 ]; 980 groups = [ "default" ]; 981 platforms = [ ]; 982 source = { 983 remotes = [ "https://rubygems.org" ]; 984 sha256 = "0sqg0xf46xd47zdpm8d12kfnwl0y5jb2hj10imzb3bk6mwgkd2fk"; 985 type = "gem"; 986 }; 987 version = "1.1.0"; 988 }; 989 psych = { 990 dependencies = [ 991 "date" 992 "stringio" 993 ]; 994 groups = [ 995 "default" 996 "development" 997 "test" 998 ]; 999 platforms = [ ]; 1000 source = { 1001 remotes = [ "https://rubygems.org" ]; 1002 sha256 = "0x0r3gc66abv8i4dw0x0370b5hrshjfp6kpp7wbp178cy775fypb"; 1003 type = "gem"; 1004 }; 1005 version = "5.3.1"; 1006 }; 1007 public_suffix = { 1008 groups = [ 1009 "default" 1010 "test" 1011 ]; 1012 platforms = [ ]; 1013 source = { 1014 remotes = [ "https://rubygems.org" ]; 1015 sha256 = "0mx84s7gn3xabb320hw8060v7amg6gmcyyhfzp0kawafiq60j54i"; 1016 type = "gem"; 1017 }; 1018 version = "7.0.2"; 1019 }; 1020 puma = { 1021 dependencies = [ "nio4r" ]; 1022 groups = [ "test" ]; 1023 platforms = [ ]; 1024 source = { 1025 remotes = [ "https://rubygems.org" ]; 1026 sha256 = "1pa9zpr51kqnsq549p6apvnr95s9flx6bnwqii24s8jg2b5i0p74"; 1027 type = "gem"; 1028 }; 1029 version = "7.1.0"; 1030 }; 1031 racc = { 1032 groups = [ 1033 "common_mark" 1034 "default" 1035 "development" 1036 "test" 1037 ]; 1038 platforms = [ ]; 1039 source = { 1040 remotes = [ "https://rubygems.org" ]; 1041 sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa"; 1042 type = "gem"; 1043 }; 1044 version = "1.8.1"; 1045 }; 1046 rack = { 1047 groups = [ 1048 "default" 1049 "test" 1050 ]; 1051 platforms = [ ]; 1052 source = { 1053 remotes = [ "https://rubygems.org" ]; 1054 sha256 = "1xmnrk076sqymilydqgyzhkma3hgqhcv8xhy7ks479l2a3vvcx2x"; 1055 type = "gem"; 1056 }; 1057 version = "3.2.4"; 1058 }; 1059 rack-session = { 1060 dependencies = [ 1061 "base64" 1062 "rack" 1063 ]; 1064 groups = [ "default" ]; 1065 platforms = [ ]; 1066 source = { 1067 remotes = [ "https://rubygems.org" ]; 1068 sha256 = "1sg4laz2qmllxh1c5sqlj9n1r7scdn08p3m4b0zmhjvyx9yw0v8b"; 1069 type = "gem"; 1070 }; 1071 version = "2.1.1"; 1072 }; 1073 rack-test = { 1074 dependencies = [ "rack" ]; 1075 groups = [ 1076 "default" 1077 "test" 1078 ]; 1079 platforms = [ ]; 1080 source = { 1081 remotes = [ "https://rubygems.org" ]; 1082 sha256 = "0qy4ylhcfdn65a5mz2hly7g9vl0g13p5a0rmm6sc0sih5ilkcnh0"; 1083 type = "gem"; 1084 }; 1085 version = "2.2.0"; 1086 }; 1087 rackup = { 1088 dependencies = [ "rack" ]; 1089 groups = [ "default" ]; 1090 platforms = [ ]; 1091 source = { 1092 remotes = [ "https://rubygems.org" ]; 1093 sha256 = "0s48d2a0z5f0cg4npvzznf933vipi6j7gmk16yc913kpadkw4ybc"; 1094 type = "gem"; 1095 }; 1096 version = "2.3.1"; 1097 }; 1098 rails = { 1099 dependencies = [ 1100 "actioncable" 1101 "actionmailbox" 1102 "actionmailer" 1103 "actionpack" 1104 "actiontext" 1105 "actionview" 1106 "activejob" 1107 "activemodel" 1108 "activerecord" 1109 "activestorage" 1110 "activesupport" 1111 "railties" 1112 ]; 1113 groups = [ "default" ]; 1114 platforms = [ ]; 1115 source = { 1116 remotes = [ "https://rubygems.org" ]; 1117 sha256 = "1zwvc2fa0hm27ygfz1yc2bs52h4wzj1nhpv6cip6g28i2gmi564s"; 1118 type = "gem"; 1119 }; 1120 version = "7.2.3"; 1121 }; 1122 rails-dom-testing = { 1123 dependencies = [ 1124 "activesupport" 1125 "minitest" 1126 "nokogiri" 1127 ]; 1128 groups = [ "test" ]; 1129 platforms = [ ]; 1130 source = { 1131 remotes = [ "https://rubygems.org" ]; 1132 sha256 = "07awj8bp7jib54d0khqw391ryw8nphvqgw4bb12cl4drlx9pkk4a"; 1133 type = "gem"; 1134 }; 1135 version = "2.3.0"; 1136 }; 1137 rails-html-sanitizer = { 1138 dependencies = [ 1139 "loofah" 1140 "nokogiri" 1141 ]; 1142 groups = [ "default" ]; 1143 platforms = [ ]; 1144 source = { 1145 remotes = [ "https://rubygems.org" ]; 1146 sha256 = "0q55i6mpad20m2x1lg5pkqfpbmmapk0sjsrvr1sqgnj2hb5f5z1m"; 1147 type = "gem"; 1148 }; 1149 version = "1.6.2"; 1150 }; 1151 railties = { 1152 dependencies = [ 1153 "actionpack" 1154 "activesupport" 1155 "cgi" 1156 "irb" 1157 "rackup" 1158 "rake" 1159 "thor" 1160 "tsort" 1161 "zeitwerk" 1162 ]; 1163 groups = [ "default" ]; 1164 platforms = [ ]; 1165 source = { 1166 remotes = [ "https://rubygems.org" ]; 1167 sha256 = "08h44mkf91861agp7xw778gqpf5mppydsfgphgkj7wp6pyk11c3f"; 1168 type = "gem"; 1169 }; 1170 version = "7.2.3"; 1171 }; 1172 rainbow = { 1173 groups = [ 1174 "default" 1175 "test" 1176 ]; 1177 platforms = [ ]; 1178 source = { 1179 remotes = [ "https://rubygems.org" ]; 1180 sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; 1181 type = "gem"; 1182 }; 1183 version = "3.1.1"; 1184 }; 1185 rake = { 1186 groups = [ "default" ]; 1187 platforms = [ ]; 1188 source = { 1189 remotes = [ "https://rubygems.org" ]; 1190 sha256 = "175iisqb211n0qbfyqd8jz2g01q6xj038zjf4q0nm8k6kz88k7lc"; 1191 type = "gem"; 1192 }; 1193 version = "13.3.1"; 1194 }; 1195 rb-fsevent = { 1196 groups = [ 1197 "default" 1198 "development" 1199 ]; 1200 platforms = [ ]; 1201 source = { 1202 remotes = [ "https://rubygems.org" ]; 1203 sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423"; 1204 type = "gem"; 1205 }; 1206 version = "0.11.2"; 1207 }; 1208 rb-inotify = { 1209 dependencies = [ "ffi" ]; 1210 groups = [ 1211 "default" 1212 "development" 1213 ]; 1214 platforms = [ ]; 1215 source = { 1216 remotes = [ "https://rubygems.org" ]; 1217 sha256 = "0vmy8xgahixcz6hzwy4zdcyn2y6d6ri8dqv5xccgzc1r292019x0"; 1218 type = "gem"; 1219 }; 1220 version = "0.11.1"; 1221 }; 1222 rbpdf = { 1223 dependencies = [ 1224 "htmlentities" 1225 "rbpdf-font" 1226 ]; 1227 groups = [ "default" ]; 1228 platforms = [ ]; 1229 source = { 1230 remotes = [ "https://rubygems.org" ]; 1231 sha256 = "1ig0gn6h9rfrdgz0xphjzxb7qjghpxiynphnz9hx0wacs01isa4g"; 1232 type = "gem"; 1233 }; 1234 version = "1.21.4"; 1235 }; 1236 rbpdf-font = { 1237 groups = [ "default" ]; 1238 platforms = [ ]; 1239 source = { 1240 remotes = [ "https://rubygems.org" ]; 1241 sha256 = "0pxlr0l4vf785qpy55m439dyii63a26l0sd0yyhbwwcy9zm9hd1v"; 1242 type = "gem"; 1243 }; 1244 version = "1.19.1"; 1245 }; 1246 rdoc = { 1247 dependencies = [ 1248 "erb" 1249 "psych" 1250 "tsort" 1251 ]; 1252 groups = [ 1253 "default" 1254 "development" 1255 "test" 1256 ]; 1257 platforms = [ ]; 1258 source = { 1259 remotes = [ "https://rubygems.org" ]; 1260 sha256 = "1yc1xa3wckwwan518qii22jagqzlr5bypflx3nkvpdqr3ncd1qyz"; 1261 type = "gem"; 1262 }; 1263 version = "7.0.3"; 1264 }; 1265 regexp_parser = { 1266 groups = [ 1267 "default" 1268 "test" 1269 ]; 1270 platforms = [ ]; 1271 source = { 1272 remotes = [ "https://rubygems.org" ]; 1273 sha256 = "192mzi0wgwl024pwpbfa6c2a2xlvbh3mjd75a0sakdvkl60z64ya"; 1274 type = "gem"; 1275 }; 1276 version = "2.11.3"; 1277 }; 1278 reline = { 1279 dependencies = [ "io-console" ]; 1280 groups = [ 1281 "default" 1282 "development" 1283 "test" 1284 ]; 1285 platforms = [ ]; 1286 source = { 1287 remotes = [ "https://rubygems.org" ]; 1288 sha256 = "0d8q5c4nh2g9pp758kizh8sfrvngynrjlm0i1zn3cnsnfd4v160i"; 1289 type = "gem"; 1290 }; 1291 version = "0.6.3"; 1292 }; 1293 rexml = { 1294 groups = [ 1295 "default" 1296 "test" 1297 ]; 1298 platforms = [ ]; 1299 source = { 1300 remotes = [ "https://rubygems.org" ]; 1301 sha256 = "0hninnbvqd2pn40h863lbrn9p11gvdxp928izkag5ysx8b1s5q0r"; 1302 type = "gem"; 1303 }; 1304 version = "3.4.4"; 1305 }; 1306 roadie = { 1307 dependencies = [ 1308 "css_parser" 1309 "nokogiri" 1310 ]; 1311 groups = [ "default" ]; 1312 platforms = [ ]; 1313 source = { 1314 remotes = [ "https://rubygems.org" ]; 1315 sha256 = "1mh1a0m0i0xrm20nry4d3gf0q5kbmm5lp15n52r93gcjwwfgd974"; 1316 type = "gem"; 1317 }; 1318 version = "5.2.1"; 1319 }; 1320 roadie-rails = { 1321 dependencies = [ 1322 "railties" 1323 "roadie" 1324 ]; 1325 groups = [ "default" ]; 1326 platforms = [ ]; 1327 source = { 1328 remotes = [ "https://rubygems.org" ]; 1329 sha256 = "0gs3axi7nsmsh3y7ix1n9wn4ccsxgv2dpgwy9yzgvsfggy2k99ch"; 1330 type = "gem"; 1331 }; 1332 version = "3.2.0"; 1333 }; 1334 rotp = { 1335 groups = [ "default" ]; 1336 platforms = [ ]; 1337 source = { 1338 remotes = [ "https://rubygems.org" ]; 1339 sha256 = "0m48hv6wpmmm6cjr6q92q78h1i610riml19k5h1dil2yws3h1m3m"; 1340 type = "gem"; 1341 }; 1342 version = "6.3.0"; 1343 }; 1344 rouge = { 1345 groups = [ "default" ]; 1346 platforms = [ ]; 1347 source = { 1348 remotes = [ "https://rubygems.org" ]; 1349 sha256 = "0fd77qcz603mli4lyi97cjzkv02hsfk60m495qv5qcn02mkqk9fv"; 1350 type = "gem"; 1351 }; 1352 version = "4.7.0"; 1353 }; 1354 rqrcode = { 1355 dependencies = [ 1356 "chunky_png" 1357 "rqrcode_core" 1358 ]; 1359 groups = [ "default" ]; 1360 platforms = [ ]; 1361 source = { 1362 remotes = [ "https://rubygems.org" ]; 1363 sha256 = "0hlm1cfqs891irh4pl6wynsfm7nh7w7baf0g6cqxfrxvlr64khb4"; 1364 type = "gem"; 1365 }; 1366 version = "3.2.0"; 1367 }; 1368 rqrcode_core = { 1369 groups = [ "default" ]; 1370 platforms = [ ]; 1371 source = { 1372 remotes = [ "https://rubygems.org" ]; 1373 sha256 = "0l9hl5nb7jx8sjchsrlv6bk30hywr449ihcdxv2qy6wwz1fvh0zk"; 1374 type = "gem"; 1375 }; 1376 version = "2.1.0"; 1377 }; 1378 rubocop = { 1379 dependencies = [ 1380 "json" 1381 "language_server-protocol" 1382 "parallel" 1383 "parser" 1384 "rainbow" 1385 "regexp_parser" 1386 "rubocop-ast" 1387 "ruby-progressbar" 1388 "unicode-display_width" 1389 ]; 1390 groups = [ "test" ]; 1391 platforms = [ ]; 1392 source = { 1393 remotes = [ "https://rubygems.org" ]; 1394 sha256 = "0ay1lrz3ffrznjfr65c6xvkinb6m4l7h68cd9qbrf7nq0j2m1pq7"; 1395 type = "gem"; 1396 }; 1397 version = "1.68.0"; 1398 }; 1399 rubocop-ast = { 1400 dependencies = [ "parser" ]; 1401 groups = [ "test" ]; 1402 platforms = [ ]; 1403 source = { 1404 remotes = [ "https://rubygems.org" ]; 1405 sha256 = "1rdjvc8jz05svc017akwsf2n91bmyj016m5qsg2dyz2i115hxyhp"; 1406 type = "gem"; 1407 }; 1408 version = "1.40.0"; 1409 }; 1410 rubocop-performance = { 1411 dependencies = [ 1412 "rubocop" 1413 "rubocop-ast" 1414 ]; 1415 groups = [ "test" ]; 1416 platforms = [ ]; 1417 source = { 1418 remotes = [ "https://rubygems.org" ]; 1419 sha256 = "0yd616imfjvlpwsk7lw5kq9h4iz6qkmf10xlaib6b47fy5x77ncy"; 1420 type = "gem"; 1421 }; 1422 version = "1.22.1"; 1423 }; 1424 rubocop-rails = { 1425 dependencies = [ 1426 "activesupport" 1427 "rack" 1428 "rubocop" 1429 "rubocop-ast" 1430 ]; 1431 groups = [ "test" ]; 1432 platforms = [ ]; 1433 source = { 1434 remotes = [ "https://rubygems.org" ]; 1435 sha256 = "1zplyab5n8gh7zzbwrrxrkzb2406afrjm6a3a3zdx72k17swx9n3"; 1436 type = "gem"; 1437 }; 1438 version = "2.27.0"; 1439 }; 1440 ruby-progressbar = { 1441 groups = [ 1442 "default" 1443 "test" 1444 ]; 1445 platforms = [ ]; 1446 source = { 1447 remotes = [ "https://rubygems.org" ]; 1448 sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40"; 1449 type = "gem"; 1450 }; 1451 version = "1.13.0"; 1452 }; 1453 ruby2_keywords = { 1454 groups = [ 1455 "default" 1456 "test" 1457 ]; 1458 platforms = [ ]; 1459 source = { 1460 remotes = [ "https://rubygems.org" ]; 1461 sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; 1462 type = "gem"; 1463 }; 1464 version = "0.0.5"; 1465 }; 1466 rubyzip = { 1467 groups = [ 1468 "default" 1469 "test" 1470 ]; 1471 platforms = [ ]; 1472 source = { 1473 remotes = [ "https://rubygems.org" ]; 1474 sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz"; 1475 type = "gem"; 1476 }; 1477 version = "2.3.2"; 1478 }; 1479 sanitize = { 1480 dependencies = [ 1481 "crass" 1482 "nokogiri" 1483 ]; 1484 groups = [ "default" ]; 1485 platforms = [ ]; 1486 source = { 1487 remotes = [ "https://rubygems.org" ]; 1488 sha256 = "0lj1jjxn1znxmaf6jnngfrz26rw85smxb69m4jl6a9yq6gwyab54"; 1489 type = "gem"; 1490 }; 1491 version = "6.1.3"; 1492 }; 1493 securerandom = { 1494 groups = [ 1495 "common_mark" 1496 "default" 1497 "test" 1498 ]; 1499 platforms = [ ]; 1500 source = { 1501 remotes = [ "https://rubygems.org" ]; 1502 sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc"; 1503 type = "gem"; 1504 }; 1505 version = "0.4.1"; 1506 }; 1507 selenium-webdriver = { 1508 dependencies = [ 1509 "base64" 1510 "logger" 1511 "rexml" 1512 "rubyzip" 1513 "websocket" 1514 ]; 1515 groups = [ "test" ]; 1516 platforms = [ ]; 1517 source = { 1518 remotes = [ "https://rubygems.org" ]; 1519 sha256 = "09m8gd0wafvvrrk7mh6rxskfx9rghbqwdhxshvrflwllsdiiwjlq"; 1520 type = "gem"; 1521 }; 1522 version = "4.39.0"; 1523 }; 1524 simplecov = { 1525 dependencies = [ 1526 "docile" 1527 "simplecov-html" 1528 "simplecov_json_formatter" 1529 ]; 1530 groups = [ "test" ]; 1531 platforms = [ ]; 1532 source = { 1533 remotes = [ "https://rubygems.org" ]; 1534 sha256 = "198kcbrjxhhzca19yrdcd6jjj9sb51aaic3b0sc3pwjghg3j49py"; 1535 type = "gem"; 1536 }; 1537 version = "0.22.0"; 1538 }; 1539 simplecov-html = { 1540 groups = [ 1541 "default" 1542 "test" 1543 ]; 1544 platforms = [ ]; 1545 source = { 1546 remotes = [ "https://rubygems.org" ]; 1547 sha256 = "0ikjfwydgs08nm3xzc4cn4b6z6rmcrj2imp84xcnimy2wxa8w2xx"; 1548 type = "gem"; 1549 }; 1550 version = "0.13.2"; 1551 }; 1552 simplecov_json_formatter = { 1553 groups = [ 1554 "default" 1555 "test" 1556 ]; 1557 platforms = [ ]; 1558 source = { 1559 remotes = [ "https://rubygems.org" ]; 1560 sha256 = "0a5l0733hj7sk51j81ykfmlk2vd5vaijlq9d5fn165yyx3xii52j"; 1561 type = "gem"; 1562 }; 1563 version = "0.1.4"; 1564 }; 1565 sqlite3 = { 1566 dependencies = [ "mini_portile2" ]; 1567 groups = [ "default" ]; 1568 platforms = [ ]; 1569 source = { 1570 remotes = [ "https://rubygems.org" ]; 1571 sha256 = "073hd24qwx9j26cqbk0jma0kiajjv9fb8swv9rnz8j4mf0ygcxzs"; 1572 type = "gem"; 1573 }; 1574 version = "1.7.3"; 1575 }; 1576 stringio = { 1577 groups = [ 1578 "default" 1579 "development" 1580 "test" 1581 ]; 1582 platforms = [ ]; 1583 source = { 1584 remotes = [ "https://rubygems.org" ]; 1585 sha256 = "1q92y9627yisykyscv0bdsrrgyaajc2qr56dwlzx7ysgigjv4z63"; 1586 type = "gem"; 1587 }; 1588 version = "3.2.0"; 1589 }; 1590 svg_optimizer = { 1591 dependencies = [ "nokogiri" ]; 1592 groups = [ 1593 "default" 1594 "development" 1595 ]; 1596 platforms = [ ]; 1597 source = { 1598 remotes = [ "https://rubygems.org" ]; 1599 sha256 = "0v0i24l0aphc9rcpnz40hyxd8a68jlki74xpncxcyrlr80fnsx6q"; 1600 type = "gem"; 1601 }; 1602 version = "0.3.0"; 1603 }; 1604 svg_sprite = { 1605 dependencies = [ 1606 "nokogiri" 1607 "svg_optimizer" 1608 "thor" 1609 ]; 1610 groups = [ "development" ]; 1611 platforms = [ ]; 1612 source = { 1613 remotes = [ "https://rubygems.org" ]; 1614 sha256 = "1jdf1nq6z3c3fwkq45hsjkwhr1b5lfqs9378zswlg6l5ry9vzpn6"; 1615 type = "gem"; 1616 }; 1617 version = "1.0.3"; 1618 }; 1619 thor = { 1620 groups = [ 1621 "default" 1622 "development" 1623 "test" 1624 ]; 1625 platforms = [ ]; 1626 source = { 1627 remotes = [ "https://rubygems.org" ]; 1628 sha256 = "0wsy88vg2mazl039392hqrcwvs5nb9kq8jhhrrclir2px1gybag3"; 1629 type = "gem"; 1630 }; 1631 version = "1.5.0"; 1632 }; 1633 timeout = { 1634 groups = [ "default" ]; 1635 platforms = [ ]; 1636 source = { 1637 remotes = [ "https://rubygems.org" ]; 1638 sha256 = "1bz11pq7n1g51f50jqmgyf5b1v64p1pfqmy5l21y6vpr37b2lwkd"; 1639 type = "gem"; 1640 }; 1641 version = "0.6.0"; 1642 }; 1643 tsort = { 1644 groups = [ 1645 "default" 1646 "development" 1647 "test" 1648 ]; 1649 platforms = [ ]; 1650 source = { 1651 remotes = [ "https://rubygems.org" ]; 1652 sha256 = "17q8h020dw73wjmql50lqw5ddsngg67jfw8ncjv476l5ys9sfl4n"; 1653 type = "gem"; 1654 }; 1655 version = "0.2.0"; 1656 }; 1657 tzinfo = { 1658 dependencies = [ "concurrent-ruby" ]; 1659 groups = [ 1660 "common_mark" 1661 "default" 1662 "test" 1663 ]; 1664 platforms = [ ]; 1665 source = { 1666 remotes = [ "https://rubygems.org" ]; 1667 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 1668 type = "gem"; 1669 }; 1670 version = "2.0.6"; 1671 }; 1672 unicode-display_width = { 1673 groups = [ 1674 "default" 1675 "test" 1676 ]; 1677 platforms = [ ]; 1678 source = { 1679 remotes = [ "https://rubygems.org" ]; 1680 sha256 = "0nkz7fadlrdbkf37m0x7sw8bnz8r355q3vwcfb9f9md6pds9h9qj"; 1681 type = "gem"; 1682 }; 1683 version = "2.6.0"; 1684 }; 1685 useragent = { 1686 groups = [ "default" ]; 1687 platforms = [ ]; 1688 source = { 1689 remotes = [ "https://rubygems.org" ]; 1690 sha256 = "0i1q2xdjam4d7gwwc35lfnz0wyyzvnca0zslcfxm9fabml9n83kh"; 1691 type = "gem"; 1692 }; 1693 version = "0.16.11"; 1694 }; 1695 webrick = { 1696 groups = [ "default" ]; 1697 platforms = [ ]; 1698 source = { 1699 remotes = [ "https://rubygems.org" ]; 1700 sha256 = "0ca1hr2rxrfw7s613rp4r4bxb454i3ylzniv9b9gxpklqigs3d5y"; 1701 type = "gem"; 1702 }; 1703 version = "1.9.2"; 1704 }; 1705 websocket = { 1706 groups = [ 1707 "default" 1708 "test" 1709 ]; 1710 platforms = [ ]; 1711 source = { 1712 remotes = [ "https://rubygems.org" ]; 1713 sha256 = "0dr78vh3ag0d1q5gfd8960g1ca9g6arjd2w54mffid8h4i7agrxp"; 1714 type = "gem"; 1715 }; 1716 version = "1.2.11"; 1717 }; 1718 websocket-driver = { 1719 dependencies = [ 1720 "base64" 1721 "websocket-extensions" 1722 ]; 1723 groups = [ "default" ]; 1724 platforms = [ ]; 1725 source = { 1726 remotes = [ "https://rubygems.org" ]; 1727 sha256 = "0qj9dmkmgahmadgh88kydb7cv15w13l1fj3kk9zz28iwji5vl3gd"; 1728 type = "gem"; 1729 }; 1730 version = "0.8.0"; 1731 }; 1732 websocket-extensions = { 1733 groups = [ "default" ]; 1734 platforms = [ ]; 1735 source = { 1736 remotes = [ "https://rubygems.org" ]; 1737 sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw"; 1738 type = "gem"; 1739 }; 1740 version = "0.1.5"; 1741 }; 1742 with_advisory_lock = { 1743 dependencies = [ 1744 "activerecord" 1745 "zeitwerk" 1746 ]; 1747 groups = [ "default" ]; 1748 platforms = [ ]; 1749 source = { 1750 remotes = [ "https://rubygems.org" ]; 1751 sha256 = "001sswk3d1n8nf4pzxxc4rvxw47q05m0harl50ys25b18nxqai6z"; 1752 type = "gem"; 1753 }; 1754 version = "7.0.2"; 1755 }; 1756 xpath = { 1757 dependencies = [ "nokogiri" ]; 1758 groups = [ 1759 "default" 1760 "test" 1761 ]; 1762 platforms = [ ]; 1763 source = { 1764 remotes = [ "https://rubygems.org" ]; 1765 sha256 = "0bh8lk9hvlpn7vmi6h4hkcwjzvs2y0cmkk3yjjdr8fxvj6fsgzbd"; 1766 type = "gem"; 1767 }; 1768 version = "3.2.0"; 1769 }; 1770 yard = { 1771 groups = [ "development" ]; 1772 platforms = [ ]; 1773 source = { 1774 remotes = [ "https://rubygems.org" ]; 1775 sha256 = "03q1hf12csqy5q2inafzi44179zaq9n5yrb0k2j2llqhzcmbh7vj"; 1776 type = "gem"; 1777 }; 1778 version = "0.9.38"; 1779 }; 1780 zeitwerk = { 1781 groups = [ "default" ]; 1782 platforms = [ ]; 1783 source = { 1784 remotes = [ "https://rubygems.org" ]; 1785 sha256 = "12zcvhzfnlghzw03czy2ifdlyfpq0kcbqcmxqakfkbxxavrr1vrb"; 1786 type = "gem"; 1787 }; 1788 version = "2.7.4"; 1789 }; 1790}