nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 1191 lines 29 kB view raw
1{ 2 actioncable = { 3 dependencies = [ 4 "actionpack" 5 "activesupport" 6 "nio4r" 7 "websocket-driver" 8 ]; 9 groups = [ "default" ]; 10 platforms = [ ]; 11 source = { 12 remotes = [ "https://rubygems.org" ]; 13 sha256 = "0ms0196bp8gzlghfj32q2qdzszb7hsgg96v3isrv5ysd87w0z2zl"; 14 type = "gem"; 15 }; 16 version = "7.0.8.6"; 17 }; 18 actionmailbox = { 19 dependencies = [ 20 "actionpack" 21 "activejob" 22 "activerecord" 23 "activestorage" 24 "activesupport" 25 "mail" 26 "net-imap" 27 "net-pop" 28 "net-smtp" 29 ]; 30 groups = [ "default" ]; 31 platforms = [ ]; 32 source = { 33 remotes = [ "https://rubygems.org" ]; 34 sha256 = "0mw8casnlqgj3vwqv7qk3d4q3bjszlpmbs9ldpc9gz1qdvafx7cg"; 35 type = "gem"; 36 }; 37 version = "7.0.8.6"; 38 }; 39 actionmailer = { 40 dependencies = [ 41 "actionpack" 42 "actionview" 43 "activejob" 44 "activesupport" 45 "mail" 46 "net-imap" 47 "net-pop" 48 "net-smtp" 49 "rails-dom-testing" 50 ]; 51 groups = [ "default" ]; 52 platforms = [ ]; 53 source = { 54 remotes = [ "https://rubygems.org" ]; 55 sha256 = "07gpm15k5c0y84q99zipnhcdgq93bwralyjpj252prvqwfjmiw73"; 56 type = "gem"; 57 }; 58 version = "7.0.8.6"; 59 }; 60 actionpack = { 61 dependencies = [ 62 "actionview" 63 "activesupport" 64 "rack" 65 "rack-test" 66 "rails-dom-testing" 67 "rails-html-sanitizer" 68 ]; 69 groups = [ "default" ]; 70 platforms = [ ]; 71 source = { 72 remotes = [ "https://rubygems.org" ]; 73 sha256 = "19ywl4jp77b51c01hsyzwia093fnj73pw1ipgyj4pk3h2b9faj5n"; 74 type = "gem"; 75 }; 76 version = "7.0.8.6"; 77 }; 78 actiontext = { 79 dependencies = [ 80 "actionpack" 81 "activerecord" 82 "activestorage" 83 "activesupport" 84 "globalid" 85 "nokogiri" 86 ]; 87 groups = [ "default" ]; 88 platforms = [ ]; 89 source = { 90 remotes = [ "https://rubygems.org" ]; 91 sha256 = "1j8b29764nbiqz6d7ra42j2i6wf070lbms1fhpq3cl9azbgijb16"; 92 type = "gem"; 93 }; 94 version = "7.0.8.6"; 95 }; 96 actionview = { 97 dependencies = [ 98 "activesupport" 99 "builder" 100 "erubi" 101 "rails-dom-testing" 102 "rails-html-sanitizer" 103 ]; 104 groups = [ "default" ]; 105 platforms = [ ]; 106 source = { 107 remotes = [ "https://rubygems.org" ]; 108 sha256 = "0girx71db1aq5b70ln3qq03z9d7xjdyp297v1a8rdal7k89y859c"; 109 type = "gem"; 110 }; 111 version = "7.0.8.6"; 112 }; 113 activejob = { 114 dependencies = [ 115 "activesupport" 116 "globalid" 117 ]; 118 groups = [ "default" ]; 119 platforms = [ ]; 120 source = { 121 remotes = [ "https://rubygems.org" ]; 122 sha256 = "0gbc0wx9xal5bj0pbz8ygkr75wj4cm5i69hpwknf023psgixaybw"; 123 type = "gem"; 124 }; 125 version = "7.0.8.6"; 126 }; 127 activemodel = { 128 dependencies = [ "activesupport" ]; 129 groups = [ "default" ]; 130 platforms = [ ]; 131 source = { 132 remotes = [ "https://rubygems.org" ]; 133 sha256 = "1f6szahjsb4pr2xvlvk4kghk9291xh9c14s8cqwy6wwpm1vcglim"; 134 type = "gem"; 135 }; 136 version = "7.0.8.6"; 137 }; 138 activerecord = { 139 dependencies = [ 140 "activemodel" 141 "activesupport" 142 ]; 143 groups = [ "default" ]; 144 platforms = [ ]; 145 source = { 146 remotes = [ "https://rubygems.org" ]; 147 sha256 = "14qs1jc9hwnsm4dzvnai8b36bcq1d7rcqgjxy0dc6wza670lqapf"; 148 type = "gem"; 149 }; 150 version = "7.0.8.6"; 151 }; 152 activerecord-nulldb-adapter = { 153 dependencies = [ "activerecord" ]; 154 groups = [ "default" ]; 155 platforms = [ ]; 156 source = { 157 remotes = [ "https://rubygems.org" ]; 158 sha256 = "1552py7zlamd5gy2dbkzjixanl9k07y6jqqrr4ic6n52apwd0ijy"; 159 type = "gem"; 160 }; 161 version = "1.0.1"; 162 }; 163 activestorage = { 164 dependencies = [ 165 "actionpack" 166 "activejob" 167 "activerecord" 168 "activesupport" 169 "marcel" 170 "mini_mime" 171 ]; 172 groups = [ "default" ]; 173 platforms = [ ]; 174 source = { 175 remotes = [ "https://rubygems.org" ]; 176 sha256 = "1nnvqnmc7mdhw2w55j4vnx4zmmdmmwmaf6ax2mbj9j5a48fw19vf"; 177 type = "gem"; 178 }; 179 version = "7.0.8.6"; 180 }; 181 activesupport = { 182 dependencies = [ 183 "concurrent-ruby" 184 "i18n" 185 "minitest" 186 "tzinfo" 187 ]; 188 groups = [ "default" ]; 189 platforms = [ ]; 190 source = { 191 remotes = [ "https://rubygems.org" ]; 192 sha256 = "0gj20cysajda05z3r7pl1g9y84nzsqak5dvk9nrz13jpy6297dj1"; 193 type = "gem"; 194 }; 195 version = "7.0.8.6"; 196 }; 197 addressable = { 198 dependencies = [ "public_suffix" ]; 199 groups = [ "default" ]; 200 platforms = [ ]; 201 source = { 202 remotes = [ "https://rubygems.org" ]; 203 sha256 = "0cl2qpvwiffym62z991ynks7imsm87qmgxf0yfsmlwzkgi9qcaa6"; 204 type = "gem"; 205 }; 206 version = "2.8.7"; 207 }; 208 aws-eventstream = { 209 groups = [ "default" ]; 210 platforms = [ ]; 211 source = { 212 remotes = [ "https://rubygems.org" ]; 213 sha256 = "0gvdg4yx4p9av2glmp7vsxhs0n8fj1ga9kq2xdb8f95j7b04qhzi"; 214 type = "gem"; 215 }; 216 version = "1.3.0"; 217 }; 218 aws-partitions = { 219 groups = [ "default" ]; 220 platforms = [ ]; 221 source = { 222 remotes = [ "https://rubygems.org" ]; 223 sha256 = "1f2y7ycq7i3y7p5klsi3gk3p5r5p1vkq6w7dq4zk9grq2hw9f7cv"; 224 type = "gem"; 225 }; 226 version = "1.999.0"; 227 }; 228 aws-sdk-cloudwatch = { 229 dependencies = [ 230 "aws-sdk-core" 231 "aws-sigv4" 232 ]; 233 groups = [ "default" ]; 234 platforms = [ ]; 235 source = { 236 remotes = [ "https://rubygems.org" ]; 237 sha256 = "04fw6v3qbbgdv63l7kmc29p30bjdancg0kfrxbqcmidryj00qi2c"; 238 type = "gem"; 239 }; 240 version = "1.104.0"; 241 }; 242 aws-sdk-core = { 243 dependencies = [ 244 "aws-eventstream" 245 "aws-partitions" 246 "aws-sigv4" 247 "jmespath" 248 ]; 249 groups = [ "default" ]; 250 platforms = [ ]; 251 source = { 252 remotes = [ "https://rubygems.org" ]; 253 sha256 = "16mvscjhxdyhlvk2rpbxdzqmyikcf64xavb35grk4dkh0pg390rk"; 254 type = "gem"; 255 }; 256 version = "3.211.0"; 257 }; 258 aws-sigv4 = { 259 dependencies = [ "aws-eventstream" ]; 260 groups = [ "default" ]; 261 platforms = [ ]; 262 source = { 263 remotes = [ "https://rubygems.org" ]; 264 sha256 = "1fq3lbvkgm1vk5wa8l7vdnq3vjnlmsnyf4bbd0jq3qadyd9hf54a"; 265 type = "gem"; 266 }; 267 version = "1.10.1"; 268 }; 269 azure_mgmt_monitor = { 270 dependencies = [ "ms_rest_azure" ]; 271 groups = [ "default" ]; 272 platforms = [ ]; 273 source = { 274 remotes = [ "https://rubygems.org" ]; 275 sha256 = "13yqhcdqv4lr6bf3ylh2p1k9x4qg9qlr05y9fv7fi8yj5rqrbjhx"; 276 type = "gem"; 277 }; 278 version = "0.19.0"; 279 }; 280 base64 = { 281 groups = [ "default" ]; 282 platforms = [ ]; 283 source = { 284 remotes = [ "https://rubygems.org" ]; 285 sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; 286 type = "gem"; 287 }; 288 version = "0.2.0"; 289 }; 290 bigdecimal = { 291 groups = [ "default" ]; 292 platforms = [ ]; 293 source = { 294 remotes = [ "https://rubygems.org" ]; 295 sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558"; 296 type = "gem"; 297 }; 298 version = "3.1.8"; 299 }; 300 builder = { 301 groups = [ "default" ]; 302 platforms = [ ]; 303 source = { 304 remotes = [ "https://rubygems.org" ]; 305 sha256 = "0pw3r2lyagsxkm71bf44v5b74f7l9r7di22brbyji9fwz791hya9"; 306 type = "gem"; 307 }; 308 version = "3.3.0"; 309 }; 310 concurrent-ruby = { 311 groups = [ "default" ]; 312 platforms = [ ]; 313 source = { 314 remotes = [ "https://rubygems.org" ]; 315 sha256 = "0chwfdq2a6kbj6xz9l6zrdfnyghnh32si82la1dnpa5h75ir5anl"; 316 type = "gem"; 317 }; 318 version = "1.3.4"; 319 }; 320 crass = { 321 groups = [ "default" ]; 322 platforms = [ ]; 323 source = { 324 remotes = [ "https://rubygems.org" ]; 325 sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw"; 326 type = "gem"; 327 }; 328 version = "1.0.6"; 329 }; 330 date = { 331 groups = [ "default" ]; 332 platforms = [ ]; 333 source = { 334 remotes = [ "https://rubygems.org" ]; 335 sha256 = "149jknsq999gnhy865n33fkk22s0r447k76x9pmcnnwldfv2q7wp"; 336 type = "gem"; 337 }; 338 version = "3.3.4"; 339 }; 340 declarative = { 341 groups = [ "default" ]; 342 platforms = [ ]; 343 source = { 344 remotes = [ "https://rubygems.org" ]; 345 sha256 = "1yczgnqrbls7shrg63y88g7wand2yp9h6sf56c9bdcksn5nds8c0"; 346 type = "gem"; 347 }; 348 version = "0.0.20"; 349 }; 350 domain_name = { 351 groups = [ "default" ]; 352 platforms = [ ]; 353 source = { 354 remotes = [ "https://rubygems.org" ]; 355 sha256 = "0cyr2xm576gqhqicsyqnhanni47408w2pgvrfi8pd13h2li3nsaz"; 356 type = "gem"; 357 }; 358 version = "0.6.20240107"; 359 }; 360 erubi = { 361 groups = [ "default" ]; 362 platforms = [ ]; 363 source = { 364 remotes = [ "https://rubygems.org" ]; 365 sha256 = "0qnd6ff4az22ysnmni3730c41b979xinilahzg86bn7gv93ip9pw"; 366 type = "gem"; 367 }; 368 version = "1.13.0"; 369 }; 370 faraday = { 371 dependencies = [ 372 "faraday-em_http" 373 "faraday-em_synchrony" 374 "faraday-excon" 375 "faraday-httpclient" 376 "faraday-multipart" 377 "faraday-net_http" 378 "faraday-net_http_persistent" 379 "faraday-patron" 380 "faraday-rack" 381 "faraday-retry" 382 "ruby2_keywords" 383 ]; 384 groups = [ "default" ]; 385 platforms = [ ]; 386 source = { 387 remotes = [ "https://rubygems.org" ]; 388 sha256 = "069gmdh5j90v06rbwlqvlhzhq45lxhx74mahz25xd276rm0wb153"; 389 type = "gem"; 390 }; 391 version = "1.10.4"; 392 }; 393 faraday-cookie_jar = { 394 dependencies = [ 395 "faraday" 396 "http-cookie" 397 ]; 398 groups = [ "default" ]; 399 platforms = [ ]; 400 source = { 401 remotes = [ "https://rubygems.org" ]; 402 sha256 = "00hligx26w9wdnpgsrf0qdnqld4rdccy8ym6027h5m735mpvxjzk"; 403 type = "gem"; 404 }; 405 version = "0.0.7"; 406 }; 407 faraday-em_http = { 408 groups = [ "default" ]; 409 platforms = [ ]; 410 source = { 411 remotes = [ "https://rubygems.org" ]; 412 sha256 = "12cnqpbak4vhikrh2cdn94assh3yxza8rq2p9w2j34bqg5q4qgbs"; 413 type = "gem"; 414 }; 415 version = "1.0.0"; 416 }; 417 faraday-em_synchrony = { 418 groups = [ "default" ]; 419 platforms = [ ]; 420 source = { 421 remotes = [ "https://rubygems.org" ]; 422 sha256 = "1vgrbhkp83sngv6k4mii9f2s9v5lmp693hylfxp2ssfc60fas3a6"; 423 type = "gem"; 424 }; 425 version = "1.0.0"; 426 }; 427 faraday-excon = { 428 groups = [ "default" ]; 429 platforms = [ ]; 430 source = { 431 remotes = [ "https://rubygems.org" ]; 432 sha256 = "0h09wkb0k0bhm6dqsd47ac601qiaah8qdzjh8gvxfd376x1chmdh"; 433 type = "gem"; 434 }; 435 version = "1.1.0"; 436 }; 437 faraday-httpclient = { 438 groups = [ "default" ]; 439 platforms = [ ]; 440 source = { 441 remotes = [ "https://rubygems.org" ]; 442 sha256 = "0fyk0jd3ks7fdn8nv3spnwjpzx2lmxmg2gh4inz3by1zjzqg33sc"; 443 type = "gem"; 444 }; 445 version = "1.0.1"; 446 }; 447 faraday-multipart = { 448 dependencies = [ "multipart-post" ]; 449 groups = [ "default" ]; 450 platforms = [ ]; 451 source = { 452 remotes = [ "https://rubygems.org" ]; 453 sha256 = "09871c4hd7s5ws1wl4gs7js1k2wlby6v947m2bbzg43pnld044lh"; 454 type = "gem"; 455 }; 456 version = "1.0.4"; 457 }; 458 faraday-net_http = { 459 groups = [ "default" ]; 460 platforms = [ ]; 461 source = { 462 remotes = [ "https://rubygems.org" ]; 463 sha256 = "10n6wikd442mfm15hd6gzm0qb527161w1wwch4h5m4iclkz2x6b3"; 464 type = "gem"; 465 }; 466 version = "1.0.2"; 467 }; 468 faraday-net_http_persistent = { 469 groups = [ "default" ]; 470 platforms = [ ]; 471 source = { 472 remotes = [ "https://rubygems.org" ]; 473 sha256 = "0dc36ih95qw3rlccffcb0vgxjhmipsvxhn6cw71l7ffs0f7vq30b"; 474 type = "gem"; 475 }; 476 version = "1.2.0"; 477 }; 478 faraday-patron = { 479 groups = [ "default" ]; 480 platforms = [ ]; 481 source = { 482 remotes = [ "https://rubygems.org" ]; 483 sha256 = "19wgsgfq0xkski1g7m96snv39la3zxz6x7nbdgiwhg5v82rxfb6w"; 484 type = "gem"; 485 }; 486 version = "1.0.0"; 487 }; 488 faraday-rack = { 489 groups = [ "default" ]; 490 platforms = [ ]; 491 source = { 492 remotes = [ "https://rubygems.org" ]; 493 sha256 = "1h184g4vqql5jv9s9im6igy00jp6mrah2h14py6mpf9bkabfqq7g"; 494 type = "gem"; 495 }; 496 version = "1.0.0"; 497 }; 498 faraday-retry = { 499 groups = [ "default" ]; 500 platforms = [ ]; 501 source = { 502 remotes = [ "https://rubygems.org" ]; 503 sha256 = "153i967yrwnswqgvnnajgwp981k9p50ys1h80yz3q94rygs59ldd"; 504 type = "gem"; 505 }; 506 version = "1.0.3"; 507 }; 508 globalid = { 509 dependencies = [ "activesupport" ]; 510 groups = [ "default" ]; 511 platforms = [ ]; 512 source = { 513 remotes = [ "https://rubygems.org" ]; 514 sha256 = "1sbw6b66r7cwdx3jhs46s4lr991969hvigkjpbdl7y3i31qpdgvh"; 515 type = "gem"; 516 }; 517 version = "1.2.1"; 518 }; 519 google-apis-core = { 520 dependencies = [ 521 "addressable" 522 "googleauth" 523 "httpclient" 524 "mini_mime" 525 "mutex_m" 526 "representable" 527 "retriable" 528 ]; 529 groups = [ "default" ]; 530 platforms = [ ]; 531 source = { 532 remotes = [ "https://rubygems.org" ]; 533 sha256 = "06m775rzhpdz9kalml04sysy5swgfh97jaglsgrv5x8sg4i42j4i"; 534 type = "gem"; 535 }; 536 version = "0.15.1"; 537 }; 538 google-apis-monitoring_v3 = { 539 dependencies = [ "google-apis-core" ]; 540 groups = [ "default" ]; 541 platforms = [ ]; 542 source = { 543 remotes = [ "https://rubygems.org" ]; 544 sha256 = "1qzks40qfdxlgy0w72y75rlji9g225v6shf78k6q4p74f7w2ns0s"; 545 type = "gem"; 546 }; 547 version = "0.71.0"; 548 }; 549 google-cloud-env = { 550 dependencies = [ "faraday" ]; 551 groups = [ "default" ]; 552 platforms = [ ]; 553 source = { 554 remotes = [ "https://rubygems.org" ]; 555 sha256 = "1ks9yv21d8bl9cw0sz5gy6npll1ig3m2bq9w7yw67j5mw2p64q1w"; 556 type = "gem"; 557 }; 558 version = "2.2.1"; 559 }; 560 google-protobuf = { 561 dependencies = [ 562 "bigdecimal" 563 "rake" 564 ]; 565 groups = [ "default" ]; 566 platforms = [ ]; 567 source = { 568 remotes = [ "https://rubygems.org" ]; 569 sha256 = "1d99vyhmyp2n5zd0qmfymzwbcn71dbnwwvc0m4z14msjb7b8dvf0"; 570 type = "gem"; 571 }; 572 version = "4.28.3"; 573 }; 574 googleauth = { 575 dependencies = [ 576 "faraday" 577 "google-cloud-env" 578 "jwt" 579 "multi_json" 580 "os" 581 "signet" 582 ]; 583 groups = [ "default" ]; 584 platforms = [ ]; 585 source = { 586 remotes = [ "https://rubygems.org" ]; 587 sha256 = "07kk8h5f9q62qf1mk7rycgv6m09rd0k8baffdpb3vsksxnpaqsvy"; 588 type = "gem"; 589 }; 590 version = "1.11.2"; 591 }; 592 http-cookie = { 593 dependencies = [ "domain_name" ]; 594 groups = [ "default" ]; 595 platforms = [ ]; 596 source = { 597 remotes = [ "https://rubygems.org" ]; 598 sha256 = "0lr2yk5g5vvf9nzlmkn3p7mhh9mn55gpdc7kl2w21xs46fgkjynb"; 599 type = "gem"; 600 }; 601 version = "1.0.7"; 602 }; 603 httpclient = { 604 groups = [ "default" ]; 605 platforms = [ ]; 606 source = { 607 remotes = [ "https://rubygems.org" ]; 608 sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99"; 609 type = "gem"; 610 }; 611 version = "2.8.3"; 612 }; 613 i18n = { 614 dependencies = [ "concurrent-ruby" ]; 615 groups = [ "default" ]; 616 platforms = [ ]; 617 source = { 618 remotes = [ "https://rubygems.org" ]; 619 sha256 = "0k31wcgnvcvd14snz0pfqj976zv6drfsnq6x8acz10fiyms9l8nw"; 620 type = "gem"; 621 }; 622 version = "1.14.6"; 623 }; 624 jmespath = { 625 groups = [ "default" ]; 626 platforms = [ ]; 627 source = { 628 remotes = [ "https://rubygems.org" ]; 629 sha256 = "1cdw9vw2qly7q7r41s7phnac264rbsdqgj4l0h4nqgbjb157g393"; 630 type = "gem"; 631 }; 632 version = "1.6.2"; 633 }; 634 jwt = { 635 dependencies = [ "base64" ]; 636 groups = [ "default" ]; 637 platforms = [ ]; 638 source = { 639 remotes = [ "https://rubygems.org" ]; 640 sha256 = "0rba9mji57sfa1kjhj0bwff1377vj0i8yx2rd39j5ik4vp60gzam"; 641 type = "gem"; 642 }; 643 version = "2.9.3"; 644 }; 645 loofah = { 646 dependencies = [ 647 "crass" 648 "nokogiri" 649 ]; 650 groups = [ "default" ]; 651 platforms = [ ]; 652 source = { 653 remotes = [ "https://rubygems.org" ]; 654 sha256 = "0ppp2cgli5avzk0z3dwnah6y65ymyr793yja28p2fs9vrci7986h"; 655 type = "gem"; 656 }; 657 version = "2.23.1"; 658 }; 659 mail = { 660 dependencies = [ 661 "mini_mime" 662 "net-imap" 663 "net-pop" 664 "net-smtp" 665 ]; 666 groups = [ "default" ]; 667 platforms = [ ]; 668 source = { 669 remotes = [ "https://rubygems.org" ]; 670 sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc"; 671 type = "gem"; 672 }; 673 version = "2.8.1"; 674 }; 675 marcel = { 676 groups = [ "default" ]; 677 platforms = [ ]; 678 source = { 679 remotes = [ "https://rubygems.org" ]; 680 sha256 = "190n2mk8m1l708kr88fh6mip9sdsh339d2s6sgrik3sbnvz4jmhd"; 681 type = "gem"; 682 }; 683 version = "1.0.4"; 684 }; 685 method_source = { 686 groups = [ "default" ]; 687 platforms = [ ]; 688 source = { 689 remotes = [ "https://rubygems.org" ]; 690 sha256 = "1igmc3sq9ay90f8xjvfnswd1dybj1s3fi0dwd53inwsvqk4h24qq"; 691 type = "gem"; 692 }; 693 version = "1.1.0"; 694 }; 695 mini_mime = { 696 groups = [ "default" ]; 697 platforms = [ ]; 698 source = { 699 remotes = [ "https://rubygems.org" ]; 700 sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6"; 701 type = "gem"; 702 }; 703 version = "1.1.5"; 704 }; 705 mini_portile2 = { 706 groups = [ "default" ]; 707 platforms = [ ]; 708 source = { 709 remotes = [ "https://rubygems.org" ]; 710 sha256 = "1q1f2sdw3y3y9mnym9dhjgsjr72sq975cfg5c4yx7gwv8nmzbvhk"; 711 type = "gem"; 712 }; 713 version = "2.8.7"; 714 }; 715 minitest = { 716 groups = [ "default" ]; 717 platforms = [ ]; 718 source = { 719 remotes = [ "https://rubygems.org" ]; 720 sha256 = "1n1akmc6bibkbxkzm1p1wmfb4n9vv397knkgz0ffykb3h1d7kdix"; 721 type = "gem"; 722 }; 723 version = "5.25.1"; 724 }; 725 ms_rest = { 726 dependencies = [ 727 "concurrent-ruby" 728 "faraday" 729 "timeliness" 730 ]; 731 groups = [ "default" ]; 732 platforms = [ ]; 733 source = { 734 remotes = [ "https://rubygems.org" ]; 735 sha256 = "1jiha1bda5knpjqjymwik6i41n69gb0phcrgvmgc5icl4mcisai7"; 736 type = "gem"; 737 }; 738 version = "0.7.6"; 739 }; 740 ms_rest_azure = { 741 dependencies = [ 742 "concurrent-ruby" 743 "faraday" 744 "faraday-cookie_jar" 745 "ms_rest" 746 ]; 747 groups = [ "default" ]; 748 platforms = [ ]; 749 source = { 750 remotes = [ "https://rubygems.org" ]; 751 sha256 = "06i37b84r2q206kfm5vsi9s1qiiy09091vhvc5pzb7320h0hc1ih"; 752 type = "gem"; 753 }; 754 version = "0.12.0"; 755 }; 756 multi_json = { 757 groups = [ "default" ]; 758 platforms = [ ]; 759 source = { 760 remotes = [ "https://rubygems.org" ]; 761 sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; 762 type = "gem"; 763 }; 764 version = "1.15.0"; 765 }; 766 multipart-post = { 767 groups = [ "default" ]; 768 platforms = [ ]; 769 source = { 770 remotes = [ "https://rubygems.org" ]; 771 sha256 = "1a5lrlvmg2kb2dhw3lxcsv6x276bwgsxpnka1752082miqxd0wlq"; 772 type = "gem"; 773 }; 774 version = "2.4.1"; 775 }; 776 mutex_m = { 777 groups = [ "default" ]; 778 platforms = [ ]; 779 source = { 780 remotes = [ "https://rubygems.org" ]; 781 sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn"; 782 type = "gem"; 783 }; 784 version = "0.2.0"; 785 }; 786 net-imap = { 787 dependencies = [ 788 "date" 789 "net-protocol" 790 ]; 791 groups = [ "default" ]; 792 platforms = [ ]; 793 source = { 794 remotes = [ "https://rubygems.org" ]; 795 sha256 = "182ap7y5ysmr1xqy23ygssz3as1wcy3r5qcdm1whd1n1yfc1aa5q"; 796 type = "gem"; 797 }; 798 version = "0.5.0"; 799 }; 800 net-pop = { 801 dependencies = [ "net-protocol" ]; 802 groups = [ "default" ]; 803 platforms = [ ]; 804 source = { 805 remotes = [ "https://rubygems.org" ]; 806 sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4"; 807 type = "gem"; 808 }; 809 version = "0.1.2"; 810 }; 811 net-protocol = { 812 dependencies = [ "timeout" ]; 813 groups = [ "default" ]; 814 platforms = [ ]; 815 source = { 816 remotes = [ "https://rubygems.org" ]; 817 sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa"; 818 type = "gem"; 819 }; 820 version = "0.2.2"; 821 }; 822 net-smtp = { 823 dependencies = [ "net-protocol" ]; 824 groups = [ "default" ]; 825 platforms = [ ]; 826 source = { 827 remotes = [ "https://rubygems.org" ]; 828 sha256 = "0amlhz8fhnjfmsiqcjajip57ici2xhw089x7zqyhpk51drg43h2z"; 829 type = "gem"; 830 }; 831 version = "0.5.0"; 832 }; 833 nio4r = { 834 groups = [ "default" ]; 835 platforms = [ ]; 836 source = { 837 remotes = [ "https://rubygems.org" ]; 838 sha256 = "1a9www524fl1ykspznz54i0phfqya4x45hqaz67in9dvw1lfwpfr"; 839 type = "gem"; 840 }; 841 version = "2.7.4"; 842 }; 843 nokogiri = { 844 dependencies = [ 845 "mini_portile2" 846 "racc" 847 ]; 848 groups = [ "default" ]; 849 platforms = [ ]; 850 source = { 851 remotes = [ "https://rubygems.org" ]; 852 sha256 = "15gysw8rassqgdq3kwgl4mhqmrgh7nk2qvrcqp4ijyqazgywn6gq"; 853 type = "gem"; 854 }; 855 version = "1.16.7"; 856 }; 857 os = { 858 groups = [ "default" ]; 859 platforms = [ ]; 860 source = { 861 remotes = [ "https://rubygems.org" ]; 862 sha256 = "0gwd20smyhxbm687vdikfh1gpi96h8qb1x28s2pdcysf6dm6v0ap"; 863 type = "gem"; 864 }; 865 version = "1.1.4"; 866 }; 867 pg = { 868 groups = [ "default" ]; 869 platforms = [ ]; 870 source = { 871 remotes = [ "https://rubygems.org" ]; 872 sha256 = "1p2gqqrm895fzr9vi8d118zhql67bm8ydjvgqbq1crdnfggzn7kn"; 873 type = "gem"; 874 }; 875 version = "1.5.9"; 876 }; 877 pg_query = { 878 dependencies = [ "google-protobuf" ]; 879 groups = [ "default" ]; 880 platforms = [ ]; 881 source = { 882 remotes = [ "https://rubygems.org" ]; 883 sha256 = "0p8ljf694qvrf5875ljg6kp7gvmndy8490kasjzcq22ghryg9xxp"; 884 type = "gem"; 885 }; 886 version = "5.1.0"; 887 }; 888 pghero = { 889 dependencies = [ "activerecord" ]; 890 groups = [ "default" ]; 891 platforms = [ ]; 892 source = { 893 remotes = [ "https://rubygems.org" ]; 894 sha256 = "1m4wlwx37n1jsrdzxf824pz7j0p72i1al7ndmy6q5m3r77ngdm76"; 895 type = "gem"; 896 }; 897 version = "3.6.1"; 898 }; 899 propshaft = { 900 dependencies = [ 901 "actionpack" 902 "activesupport" 903 "rack" 904 "railties" 905 ]; 906 groups = [ "default" ]; 907 platforms = [ ]; 908 source = { 909 remotes = [ "https://rubygems.org" ]; 910 sha256 = "0sqg0xf46xd47zdpm8d12kfnwl0y5jb2hj10imzb3bk6mwgkd2fk"; 911 type = "gem"; 912 }; 913 version = "1.1.0"; 914 }; 915 public_suffix = { 916 groups = [ "default" ]; 917 platforms = [ ]; 918 source = { 919 remotes = [ "https://rubygems.org" ]; 920 sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31"; 921 type = "gem"; 922 }; 923 version = "6.0.1"; 924 }; 925 puma = { 926 dependencies = [ "nio4r" ]; 927 groups = [ "default" ]; 928 platforms = [ ]; 929 source = { 930 remotes = [ "https://rubygems.org" ]; 931 sha256 = "0gml1rixrfb0naciq3mrnqkpcvm9ahgps1c04hzxh4b801f69914"; 932 type = "gem"; 933 }; 934 version = "6.4.3"; 935 }; 936 racc = { 937 groups = [ "default" ]; 938 platforms = [ ]; 939 source = { 940 remotes = [ "https://rubygems.org" ]; 941 sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa"; 942 type = "gem"; 943 }; 944 version = "1.8.1"; 945 }; 946 rack = { 947 groups = [ "default" ]; 948 platforms = [ ]; 949 source = { 950 remotes = [ "https://rubygems.org" ]; 951 sha256 = "0ax778fsfvlhj7c11n0d1wdcb8bxvkb190a9lha5d91biwzyx9g4"; 952 type = "gem"; 953 }; 954 version = "2.2.10"; 955 }; 956 rack-test = { 957 dependencies = [ "rack" ]; 958 groups = [ "default" ]; 959 platforms = [ ]; 960 source = { 961 remotes = [ "https://rubygems.org" ]; 962 sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c"; 963 type = "gem"; 964 }; 965 version = "2.1.0"; 966 }; 967 rails = { 968 dependencies = [ 969 "actioncable" 970 "actionmailbox" 971 "actionmailer" 972 "actionpack" 973 "actiontext" 974 "actionview" 975 "activejob" 976 "activemodel" 977 "activerecord" 978 "activestorage" 979 "activesupport" 980 "railties" 981 ]; 982 groups = [ "default" ]; 983 platforms = [ ]; 984 source = { 985 remotes = [ "https://rubygems.org" ]; 986 sha256 = "1s42lyl19h74xlqkb6ffl67h688q0slp1lhnd05g09a46z7wapri"; 987 type = "gem"; 988 }; 989 version = "7.0.8.6"; 990 }; 991 rails-dom-testing = { 992 dependencies = [ 993 "activesupport" 994 "minitest" 995 "nokogiri" 996 ]; 997 groups = [ "default" ]; 998 platforms = [ ]; 999 source = { 1000 remotes = [ "https://rubygems.org" ]; 1001 sha256 = "0fx9dx1ag0s1lr6lfr34lbx5i1bvn3bhyf3w3mx6h7yz90p725g5"; 1002 type = "gem"; 1003 }; 1004 version = "2.2.0"; 1005 }; 1006 rails-html-sanitizer = { 1007 dependencies = [ 1008 "loofah" 1009 "nokogiri" 1010 ]; 1011 groups = [ "default" ]; 1012 platforms = [ ]; 1013 source = { 1014 remotes = [ "https://rubygems.org" ]; 1015 sha256 = "1pm4z853nyz1bhhqr7fzl44alnx4bjachcr6rh6qjj375sfz3sc6"; 1016 type = "gem"; 1017 }; 1018 version = "1.6.0"; 1019 }; 1020 railties = { 1021 dependencies = [ 1022 "actionpack" 1023 "activesupport" 1024 "method_source" 1025 "rake" 1026 "thor" 1027 "zeitwerk" 1028 ]; 1029 groups = [ "default" ]; 1030 platforms = [ ]; 1031 source = { 1032 remotes = [ "https://rubygems.org" ]; 1033 sha256 = "1fcn0ix814074gqicc0k1178f7ahmysiv3pfq8g00phdwj0p3w0g"; 1034 type = "gem"; 1035 }; 1036 version = "7.0.8.6"; 1037 }; 1038 rake = { 1039 groups = [ "default" ]; 1040 platforms = [ ]; 1041 source = { 1042 remotes = [ "https://rubygems.org" ]; 1043 sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6"; 1044 type = "gem"; 1045 }; 1046 version = "13.2.1"; 1047 }; 1048 representable = { 1049 dependencies = [ 1050 "declarative" 1051 "trailblazer-option" 1052 "uber" 1053 ]; 1054 groups = [ "default" ]; 1055 platforms = [ ]; 1056 source = { 1057 remotes = [ "https://rubygems.org" ]; 1058 sha256 = "1kms3r6w6pnryysnaqqa9fsn0v73zx1ilds9d1c565n3xdzbyafc"; 1059 type = "gem"; 1060 }; 1061 version = "3.2.0"; 1062 }; 1063 retriable = { 1064 groups = [ "default" ]; 1065 platforms = [ ]; 1066 source = { 1067 remotes = [ "https://rubygems.org" ]; 1068 sha256 = "1q48hqws2dy1vws9schc0kmina40gy7sn5qsndpsfqdslh65snha"; 1069 type = "gem"; 1070 }; 1071 version = "3.1.2"; 1072 }; 1073 ruby2_keywords = { 1074 groups = [ "default" ]; 1075 platforms = [ ]; 1076 source = { 1077 remotes = [ "https://rubygems.org" ]; 1078 sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz"; 1079 type = "gem"; 1080 }; 1081 version = "0.0.5"; 1082 }; 1083 signet = { 1084 dependencies = [ 1085 "addressable" 1086 "faraday" 1087 "jwt" 1088 "multi_json" 1089 ]; 1090 groups = [ "default" ]; 1091 platforms = [ ]; 1092 source = { 1093 remotes = [ "https://rubygems.org" ]; 1094 sha256 = "0cfxa11wy1nv9slmnzjczkdgld0gqizajsb03rliy53zylwkjzsk"; 1095 type = "gem"; 1096 }; 1097 version = "0.19.0"; 1098 }; 1099 thor = { 1100 groups = [ "default" ]; 1101 platforms = [ ]; 1102 source = { 1103 remotes = [ "https://rubygems.org" ]; 1104 sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f"; 1105 type = "gem"; 1106 }; 1107 version = "1.3.2"; 1108 }; 1109 timeliness = { 1110 groups = [ "default" ]; 1111 platforms = [ ]; 1112 source = { 1113 remotes = [ "https://rubygems.org" ]; 1114 sha256 = "0gvp9b7yn4pykn794cibylc9ys1lw7fzv7djx1433icxw4y26my3"; 1115 type = "gem"; 1116 }; 1117 version = "0.3.10"; 1118 }; 1119 timeout = { 1120 groups = [ "default" ]; 1121 platforms = [ ]; 1122 source = { 1123 remotes = [ "https://rubygems.org" ]; 1124 sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg"; 1125 type = "gem"; 1126 }; 1127 version = "0.4.1"; 1128 }; 1129 trailblazer-option = { 1130 groups = [ "default" ]; 1131 platforms = [ ]; 1132 source = { 1133 remotes = [ "https://rubygems.org" ]; 1134 sha256 = "18s48fndi2kfvrfzmq6rxvjfwad347548yby0341ixz1lhpg3r10"; 1135 type = "gem"; 1136 }; 1137 version = "0.1.2"; 1138 }; 1139 tzinfo = { 1140 dependencies = [ "concurrent-ruby" ]; 1141 groups = [ "default" ]; 1142 platforms = [ ]; 1143 source = { 1144 remotes = [ "https://rubygems.org" ]; 1145 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 1146 type = "gem"; 1147 }; 1148 version = "2.0.6"; 1149 }; 1150 uber = { 1151 groups = [ "default" ]; 1152 platforms = [ ]; 1153 source = { 1154 remotes = [ "https://rubygems.org" ]; 1155 sha256 = "1p1mm7mngg40x05z52md3mbamkng0zpajbzqjjwmsyw0zw3v9vjv"; 1156 type = "gem"; 1157 }; 1158 version = "0.1.0"; 1159 }; 1160 websocket-driver = { 1161 dependencies = [ "websocket-extensions" ]; 1162 groups = [ "default" ]; 1163 platforms = [ ]; 1164 source = { 1165 remotes = [ "https://rubygems.org" ]; 1166 sha256 = "1nyh873w4lvahcl8kzbjfca26656d5c6z3md4sbqg5y1gfz0157n"; 1167 type = "gem"; 1168 }; 1169 version = "0.7.6"; 1170 }; 1171 websocket-extensions = { 1172 groups = [ "default" ]; 1173 platforms = [ ]; 1174 source = { 1175 remotes = [ "https://rubygems.org" ]; 1176 sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw"; 1177 type = "gem"; 1178 }; 1179 version = "0.1.5"; 1180 }; 1181 zeitwerk = { 1182 groups = [ "default" ]; 1183 platforms = [ ]; 1184 source = { 1185 remotes = [ "https://rubygems.org" ]; 1186 sha256 = "0mi7b90hvc6nqv37q27df4i2m27yy56yfy2ki5073474a1h9hi89"; 1187 type = "gem"; 1188 }; 1189 version = "2.7.1"; 1190 }; 1191}