1{ 2 activesupport = { 3 dependencies = [ 4 "base64" 5 "benchmark" 6 "bigdecimal" 7 "concurrent-ruby" 8 "connection_pool" 9 "drb" 10 "i18n" 11 "logger" 12 "minitest" 13 "securerandom" 14 "tzinfo" 15 "uri" 16 ]; 17 groups = [ "default" ]; 18 platforms = [ ]; 19 source = { 20 remotes = [ "https://rubygems.org" ]; 21 sha256 = "0drfj44a16r86clrrqz3vqmg93qri6bqghjm21ac6jn2853cfnzx"; 22 type = "gem"; 23 }; 24 version = "8.0.1"; 25 }; 26 addressable = { 27 dependencies = [ "public_suffix" ]; 28 groups = [ "default" ]; 29 platforms = [ ]; 30 source = { 31 remotes = [ "https://rubygems.org" ]; 32 sha256 = "0cl2qpvwiffym62z991ynks7imsm87qmgxf0yfsmlwzkgi9qcaa6"; 33 type = "gem"; 34 }; 35 version = "2.8.7"; 36 }; 37 async = { 38 dependencies = [ 39 "console" 40 "fiber-annotation" 41 "io-event" 42 "metrics" 43 "traces" 44 ]; 45 groups = [ "default" ]; 46 platforms = [ ]; 47 source = { 48 remotes = [ "https://rubygems.org" ]; 49 sha256 = "01jh5b1wh9gvgrkl2bgc93pimc0ncjbi5vsadgxxp9a8d4s9fb31"; 50 type = "gem"; 51 }; 52 version = "2.23.1"; 53 }; 54 async-http = { 55 dependencies = [ 56 "async" 57 "async-pool" 58 "io-endpoint" 59 "io-stream" 60 "metrics" 61 "protocol-http" 62 "protocol-http1" 63 "protocol-http2" 64 "traces" 65 ]; 66 groups = [ "default" ]; 67 platforms = [ ]; 68 source = { 69 remotes = [ "https://rubygems.org" ]; 70 sha256 = "100s02s6cxzccsr5fdvi4yx7fzscps429mnaabiiwyxpggdz0pzv"; 71 type = "gem"; 72 }; 73 version = "0.87.0"; 74 }; 75 async-http-faraday = { 76 dependencies = [ 77 "async-http" 78 "faraday" 79 ]; 80 groups = [ "default" ]; 81 platforms = [ ]; 82 source = { 83 remotes = [ "https://rubygems.org" ]; 84 sha256 = "0z9358n42n6bs8s7cj9hglbb65w145y60c08dlgsx7798xsghlpk"; 85 type = "gem"; 86 }; 87 version = "0.21.0"; 88 }; 89 async-pool = { 90 dependencies = [ "async" ]; 91 groups = [ "default" ]; 92 platforms = [ ]; 93 source = { 94 remotes = [ "https://rubygems.org" ]; 95 sha256 = "12h0cmbw8sjlbfkng94wmb9d5mkrpc468ms40mnkvz9lrkggjhmm"; 96 type = "gem"; 97 }; 98 version = "0.10.3"; 99 }; 100 base64 = { 101 groups = [ "default" ]; 102 platforms = [ ]; 103 source = { 104 remotes = [ "https://rubygems.org" ]; 105 sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g"; 106 type = "gem"; 107 }; 108 version = "0.2.0"; 109 }; 110 benchmark = { 111 groups = [ "default" ]; 112 platforms = [ ]; 113 source = { 114 remotes = [ "https://rubygems.org" ]; 115 sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg"; 116 type = "gem"; 117 }; 118 version = "0.4.0"; 119 }; 120 bigdecimal = { 121 groups = [ "default" ]; 122 platforms = [ ]; 123 source = { 124 remotes = [ "https://rubygems.org" ]; 125 sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g"; 126 type = "gem"; 127 }; 128 version = "3.1.9"; 129 }; 130 concurrent-ruby = { 131 groups = [ "default" ]; 132 platforms = [ ]; 133 source = { 134 remotes = [ "https://rubygems.org" ]; 135 sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1"; 136 type = "gem"; 137 }; 138 version = "1.3.5"; 139 }; 140 connection_pool = { 141 groups = [ "default" ]; 142 platforms = [ ]; 143 source = { 144 remotes = [ "https://rubygems.org" ]; 145 sha256 = "1z7bag6zb2vwi7wp2bkdkmk7swkj6zfnbsnc949qq0wfsgw94fr3"; 146 type = "gem"; 147 }; 148 version = "2.5.0"; 149 }; 150 console = { 151 dependencies = [ 152 "fiber-annotation" 153 "fiber-local" 154 "json" 155 ]; 156 groups = [ "default" ]; 157 platforms = [ ]; 158 source = { 159 remotes = [ "https://rubygems.org" ]; 160 sha256 = "0vgnpqlg419vwvi6xlqm74n2wdngihjj4wqyz42crdcymc0pl776"; 161 type = "gem"; 162 }; 163 version = "1.30.2"; 164 }; 165 drb = { 166 groups = [ "default" ]; 167 platforms = [ ]; 168 source = { 169 remotes = [ "https://rubygems.org" ]; 170 sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79"; 171 type = "gem"; 172 }; 173 version = "2.2.1"; 174 }; 175 faraday = { 176 dependencies = [ 177 "faraday-net_http" 178 "json" 179 "logger" 180 ]; 181 groups = [ "default" ]; 182 platforms = [ ]; 183 source = { 184 remotes = [ "https://rubygems.org" ]; 185 sha256 = "1mls9g490k63rdmjc9shqshqzznfn1y21wawkxrwp2vvbk13jwqm"; 186 type = "gem"; 187 }; 188 version = "2.12.2"; 189 }; 190 faraday-http-cache = { 191 dependencies = [ "faraday" ]; 192 groups = [ "default" ]; 193 platforms = [ ]; 194 source = { 195 remotes = [ "https://rubygems.org" ]; 196 sha256 = "10wld3vk3i8zsr3pa9zyjiyi2zlyyln872812f08bbg1hnd15z6b"; 197 type = "gem"; 198 }; 199 version = "2.5.1"; 200 }; 201 faraday-net_http = { 202 dependencies = [ "net-http" ]; 203 groups = [ "default" ]; 204 platforms = [ ]; 205 source = { 206 remotes = [ "https://rubygems.org" ]; 207 sha256 = "0jp5ci6g40d6i50bsywp35l97nc2fpi9a592r2cibwicdb6y9wd1"; 208 type = "gem"; 209 }; 210 version = "3.4.0"; 211 }; 212 fiber-annotation = { 213 groups = [ "default" ]; 214 platforms = [ ]; 215 source = { 216 remotes = [ "https://rubygems.org" ]; 217 sha256 = "00vcmynyvhny8n4p799rrhcx0m033hivy0s1gn30ix8rs7qsvgvs"; 218 type = "gem"; 219 }; 220 version = "0.2.0"; 221 }; 222 fiber-local = { 223 dependencies = [ "fiber-storage" ]; 224 groups = [ "default" ]; 225 platforms = [ ]; 226 source = { 227 remotes = [ "https://rubygems.org" ]; 228 sha256 = "01lz929qf3xa90vra1ai1kh059kf2c8xarfy6xbv1f8g457zk1f8"; 229 type = "gem"; 230 }; 231 version = "1.1.0"; 232 }; 233 fiber-storage = { 234 groups = [ "default" ]; 235 platforms = [ ]; 236 source = { 237 remotes = [ "https://rubygems.org" ]; 238 sha256 = "0zxblmxwdpj3587wji5325y53gjdcmzxzm6126dyg58b3qzk42mq"; 239 type = "gem"; 240 }; 241 version = "1.0.0"; 242 }; 243 github_changelog_generator = { 244 dependencies = [ 245 "activesupport" 246 "async" 247 "async-http-faraday" 248 "faraday-http-cache" 249 "multi_json" 250 "octokit" 251 "rainbow" 252 "rake" 253 ]; 254 groups = [ "default" ]; 255 platforms = [ ]; 256 source = { 257 remotes = [ "https://rubygems.org" ]; 258 sha256 = "04d6z2ysq3gzvpw91lq8mxmdlqcxkmvp8rw9zrzkmksh3pjdzli1"; 259 type = "gem"; 260 }; 261 version = "1.16.4"; 262 }; 263 i18n = { 264 dependencies = [ "concurrent-ruby" ]; 265 groups = [ "default" ]; 266 platforms = [ ]; 267 source = { 268 remotes = [ "https://rubygems.org" ]; 269 sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf"; 270 type = "gem"; 271 }; 272 version = "1.14.7"; 273 }; 274 io-endpoint = { 275 groups = [ "default" ]; 276 platforms = [ ]; 277 source = { 278 remotes = [ "https://rubygems.org" ]; 279 sha256 = "09cghz7i1hpvz2skc0k0h6i60551mc2wafmlfn02hi9rd2xr0zhy"; 280 type = "gem"; 281 }; 282 version = "0.15.2"; 283 }; 284 io-event = { 285 groups = [ "default" ]; 286 platforms = [ ]; 287 source = { 288 remotes = [ "https://rubygems.org" ]; 289 sha256 = "1hag7zbmsvkbmv0486bxqvnngym4mhsj32aywwmklr5d21k2n9jc"; 290 type = "gem"; 291 }; 292 version = "1.9.0"; 293 }; 294 io-stream = { 295 groups = [ "default" ]; 296 platforms = [ ]; 297 source = { 298 remotes = [ "https://rubygems.org" ]; 299 sha256 = "0vz9sad4kmgby53hn8jh31a462m9mkln7lxhk972dz9d870z0825"; 300 type = "gem"; 301 }; 302 version = "0.6.1"; 303 }; 304 json = { 305 groups = [ "default" ]; 306 platforms = [ ]; 307 source = { 308 remotes = [ "https://rubygems.org" ]; 309 sha256 = "1p4l5ycdxfsr8b51gnvlvhq6s21vmx9z4x617003zbqv3bcqmj6x"; 310 type = "gem"; 311 }; 312 version = "2.10.1"; 313 }; 314 logger = { 315 groups = [ "default" ]; 316 platforms = [ ]; 317 source = { 318 remotes = [ "https://rubygems.org" ]; 319 sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx"; 320 type = "gem"; 321 }; 322 version = "1.6.6"; 323 }; 324 metrics = { 325 groups = [ "default" ]; 326 platforms = [ ]; 327 source = { 328 remotes = [ "https://rubygems.org" ]; 329 sha256 = "0ap1l7ziydzr3kc5aix9rawj6ss2x1j0zq20fjxv7hjx4c4apjkm"; 330 type = "gem"; 331 }; 332 version = "0.12.2"; 333 }; 334 minitest = { 335 groups = [ "default" ]; 336 platforms = [ ]; 337 source = { 338 remotes = [ "https://rubygems.org" ]; 339 sha256 = "0izrg03wn2yj3gd76ck7ifbm9h2kgy8kpg4fk06ckpy4bbicmwlw"; 340 type = "gem"; 341 }; 342 version = "5.25.4"; 343 }; 344 multi_json = { 345 groups = [ "default" ]; 346 platforms = [ ]; 347 source = { 348 remotes = [ "https://rubygems.org" ]; 349 sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z"; 350 type = "gem"; 351 }; 352 version = "1.15.0"; 353 }; 354 net-http = { 355 dependencies = [ "uri" ]; 356 groups = [ "default" ]; 357 platforms = [ ]; 358 source = { 359 remotes = [ "https://rubygems.org" ]; 360 sha256 = "1ysrwaabhf0sn24jrp0nnp51cdv0jf688mh5i6fsz63q2c6b48cn"; 361 type = "gem"; 362 }; 363 version = "0.6.0"; 364 }; 365 octokit = { 366 dependencies = [ 367 "faraday" 368 "sawyer" 369 ]; 370 groups = [ "default" ]; 371 platforms = [ ]; 372 source = { 373 remotes = [ "https://rubygems.org" ]; 374 sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860"; 375 type = "gem"; 376 }; 377 version = "4.25.1"; 378 }; 379 protocol-hpack = { 380 groups = [ "default" ]; 381 platforms = [ ]; 382 source = { 383 remotes = [ "https://rubygems.org" ]; 384 sha256 = "14ddqg5mcs9ysd1hdzkm5pwil0660vrxcxsn576s3387p0wa5v3g"; 385 type = "gem"; 386 }; 387 version = "1.5.1"; 388 }; 389 protocol-http = { 390 groups = [ "default" ]; 391 platforms = [ ]; 392 source = { 393 remotes = [ "https://rubygems.org" ]; 394 sha256 = "1dvpyl26q3zm2ca1sys9r8lp5qryy8i6glaq4vdi4jd71sk9lhdm"; 395 type = "gem"; 396 }; 397 version = "0.49.0"; 398 }; 399 protocol-http1 = { 400 dependencies = [ "protocol-http" ]; 401 groups = [ "default" ]; 402 platforms = [ ]; 403 source = { 404 remotes = [ "https://rubygems.org" ]; 405 sha256 = "0sn3r9rzkwxwix1c8af1njwzxf1nmhn0xmi39pz0jsfa9hd9d4ll"; 406 type = "gem"; 407 }; 408 version = "0.30.0"; 409 }; 410 protocol-http2 = { 411 dependencies = [ 412 "protocol-hpack" 413 "protocol-http" 414 ]; 415 groups = [ "default" ]; 416 platforms = [ ]; 417 source = { 418 remotes = [ "https://rubygems.org" ]; 419 sha256 = "0s575j0xp1xkb37640fgw7ldyy4hln8ji9nm9ysyk4p7hdq6x5li"; 420 type = "gem"; 421 }; 422 version = "0.22.1"; 423 }; 424 public_suffix = { 425 groups = [ "default" ]; 426 platforms = [ ]; 427 source = { 428 remotes = [ "https://rubygems.org" ]; 429 sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31"; 430 type = "gem"; 431 }; 432 version = "6.0.1"; 433 }; 434 rainbow = { 435 groups = [ "default" ]; 436 platforms = [ ]; 437 source = { 438 remotes = [ "https://rubygems.org" ]; 439 sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503"; 440 type = "gem"; 441 }; 442 version = "3.1.1"; 443 }; 444 rake = { 445 groups = [ "default" ]; 446 platforms = [ ]; 447 source = { 448 remotes = [ "https://rubygems.org" ]; 449 sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6"; 450 type = "gem"; 451 }; 452 version = "13.2.1"; 453 }; 454 sawyer = { 455 dependencies = [ 456 "addressable" 457 "faraday" 458 ]; 459 groups = [ "default" ]; 460 platforms = [ ]; 461 source = { 462 remotes = [ "https://rubygems.org" ]; 463 sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps"; 464 type = "gem"; 465 }; 466 version = "0.9.2"; 467 }; 468 securerandom = { 469 groups = [ "default" ]; 470 platforms = [ ]; 471 source = { 472 remotes = [ "https://rubygems.org" ]; 473 sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc"; 474 type = "gem"; 475 }; 476 version = "0.4.1"; 477 }; 478 traces = { 479 groups = [ "default" ]; 480 platforms = [ ]; 481 source = { 482 remotes = [ "https://rubygems.org" ]; 483 sha256 = "109dh1xmsmvkg1pf3306svigh3m8kdmjqlznyk4bi2r4nws7hm6j"; 484 type = "gem"; 485 }; 486 version = "0.15.2"; 487 }; 488 tzinfo = { 489 dependencies = [ "concurrent-ruby" ]; 490 groups = [ "default" ]; 491 platforms = [ ]; 492 source = { 493 remotes = [ "https://rubygems.org" ]; 494 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd"; 495 type = "gem"; 496 }; 497 version = "2.0.6"; 498 }; 499 uri = { 500 groups = [ "default" ]; 501 platforms = [ ]; 502 source = { 503 remotes = [ "https://rubygems.org" ]; 504 sha256 = "04bhfvc25b07jaiaf62yrach7khhr5jlr5bx6nygg8pf11329wp9"; 505 type = "gem"; 506 }; 507 version = "1.0.3"; 508 }; 509}