Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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 ];
16 groups = [ "default" ];
17 platforms = [ ];
18 source = {
19 remotes = [ "https://rubygems.org" ];
20 sha256 = "1xa7hr4gp2p86ly6n1j2skyx8pfg6yi621kmnh7zhxr9m7wcnaw4";
21 type = "gem";
22 };
23 version = "7.2.2.1";
24 };
25 base64 = {
26 groups = [ "default" ];
27 platforms = [ ];
28 source = {
29 remotes = [ "https://rubygems.org" ];
30 sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
31 type = "gem";
32 };
33 version = "0.2.0";
34 };
35 benchmark = {
36 groups = [ "default" ];
37 platforms = [ ];
38 source = {
39 remotes = [ "https://rubygems.org" ];
40 sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg";
41 type = "gem";
42 };
43 version = "0.4.0";
44 };
45 bigdecimal = {
46 groups = [ "default" ];
47 platforms = [ ];
48 source = {
49 remotes = [ "https://rubygems.org" ];
50 sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g";
51 type = "gem";
52 };
53 version = "3.1.9";
54 };
55 concurrent-ruby = {
56 groups = [ "default" ];
57 platforms = [ ];
58 source = {
59 remotes = [ "https://rubygems.org" ];
60 sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1";
61 type = "gem";
62 };
63 version = "1.3.5";
64 };
65 connection_pool = {
66 groups = [ "default" ];
67 platforms = [ ];
68 source = {
69 remotes = [ "https://rubygems.org" ];
70 sha256 = "1z7bag6zb2vwi7wp2bkdkmk7swkj6zfnbsnc949qq0wfsgw94fr3";
71 type = "gem";
72 };
73 version = "2.5.0";
74 };
75 dalli = {
76 groups = [ "default" ];
77 platforms = [ ];
78 source = {
79 remotes = [ "https://rubygems.org" ];
80 sha256 = "19daxf5n5gr3pr57k4wqg701c3zwsk2h4jjialkaw7yrhi85jqrf";
81 type = "gem";
82 };
83 version = "3.2.8";
84 };
85 date = {
86 groups = [ "default" ];
87 platforms = [ ];
88 source = {
89 remotes = [ "https://rubygems.org" ];
90 sha256 = "0kz6mc4b9m49iaans6cbx031j9y7ldghpi5fzsdh0n3ixwa8w9mz";
91 type = "gem";
92 };
93 version = "3.4.1";
94 };
95 drb = {
96 groups = [ "default" ];
97 platforms = [ ];
98 source = {
99 remotes = [ "https://rubygems.org" ];
100 sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
101 type = "gem";
102 };
103 version = "2.2.1";
104 };
105 faraday = {
106 dependencies = [
107 "faraday-em_http"
108 "faraday-em_synchrony"
109 "faraday-excon"
110 "faraday-httpclient"
111 "faraday-multipart"
112 "faraday-net_http"
113 "faraday-net_http_persistent"
114 "faraday-patron"
115 "faraday-rack"
116 "faraday-retry"
117 "ruby2_keywords"
118 ];
119 groups = [ "default" ];
120 platforms = [ ];
121 source = {
122 remotes = [ "https://rubygems.org" ];
123 sha256 = "069gmdh5j90v06rbwlqvlhzhq45lxhx74mahz25xd276rm0wb153";
124 type = "gem";
125 };
126 version = "1.10.4";
127 };
128 faraday-em_http = {
129 groups = [ "default" ];
130 platforms = [ ];
131 source = {
132 remotes = [ "https://rubygems.org" ];
133 sha256 = "12cnqpbak4vhikrh2cdn94assh3yxza8rq2p9w2j34bqg5q4qgbs";
134 type = "gem";
135 };
136 version = "1.0.0";
137 };
138 faraday-em_synchrony = {
139 groups = [ "default" ];
140 platforms = [ ];
141 source = {
142 remotes = [ "https://rubygems.org" ];
143 sha256 = "1vgrbhkp83sngv6k4mii9f2s9v5lmp693hylfxp2ssfc60fas3a6";
144 type = "gem";
145 };
146 version = "1.0.0";
147 };
148 faraday-excon = {
149 groups = [ "default" ];
150 platforms = [ ];
151 source = {
152 remotes = [ "https://rubygems.org" ];
153 sha256 = "0h09wkb0k0bhm6dqsd47ac601qiaah8qdzjh8gvxfd376x1chmdh";
154 type = "gem";
155 };
156 version = "1.1.0";
157 };
158 faraday-httpclient = {
159 groups = [ "default" ];
160 platforms = [ ];
161 source = {
162 remotes = [ "https://rubygems.org" ];
163 sha256 = "0fyk0jd3ks7fdn8nv3spnwjpzx2lmxmg2gh4inz3by1zjzqg33sc";
164 type = "gem";
165 };
166 version = "1.0.1";
167 };
168 faraday-multipart = {
169 dependencies = [ "multipart-post" ];
170 groups = [ "default" ];
171 platforms = [ ];
172 source = {
173 remotes = [ "https://rubygems.org" ];
174 sha256 = "0l87r9jg06nsh24gwwd1jdnxb1zq89ffybnxab0dd90nfcf0ysw5";
175 type = "gem";
176 };
177 version = "1.1.0";
178 };
179 faraday-net_http = {
180 groups = [ "default" ];
181 platforms = [ ];
182 source = {
183 remotes = [ "https://rubygems.org" ];
184 sha256 = "10n6wikd442mfm15hd6gzm0qb527161w1wwch4h5m4iclkz2x6b3";
185 type = "gem";
186 };
187 version = "1.0.2";
188 };
189 faraday-net_http_persistent = {
190 groups = [ "default" ];
191 platforms = [ ];
192 source = {
193 remotes = [ "https://rubygems.org" ];
194 sha256 = "0dc36ih95qw3rlccffcb0vgxjhmipsvxhn6cw71l7ffs0f7vq30b";
195 type = "gem";
196 };
197 version = "1.2.0";
198 };
199 faraday-patron = {
200 groups = [ "default" ];
201 platforms = [ ];
202 source = {
203 remotes = [ "https://rubygems.org" ];
204 sha256 = "19wgsgfq0xkski1g7m96snv39la3zxz6x7nbdgiwhg5v82rxfb6w";
205 type = "gem";
206 };
207 version = "1.0.0";
208 };
209 faraday-rack = {
210 groups = [ "default" ];
211 platforms = [ ];
212 source = {
213 remotes = [ "https://rubygems.org" ];
214 sha256 = "1h184g4vqql5jv9s9im6igy00jp6mrah2h14py6mpf9bkabfqq7g";
215 type = "gem";
216 };
217 version = "1.0.0";
218 };
219 faraday-retry = {
220 groups = [ "default" ];
221 platforms = [ ];
222 source = {
223 remotes = [ "https://rubygems.org" ];
224 sha256 = "153i967yrwnswqgvnnajgwp981k9p50ys1h80yz3q94rygs59ldd";
225 type = "gem";
226 };
227 version = "1.0.3";
228 };
229 faraday_middleware = {
230 dependencies = [ "faraday" ];
231 groups = [ "default" ];
232 platforms = [ ];
233 source = {
234 remotes = [ "https://rubygems.org" ];
235 sha256 = "1s990pnapb3vci9c00bklqc7jjix4i2zhxn2zf1lfk46xv47hnyl";
236 type = "gem";
237 };
238 version = "1.2.1";
239 };
240 gemstash = {
241 dependencies = [
242 "activesupport"
243 "dalli"
244 "faraday"
245 "faraday_middleware"
246 "lru_redux"
247 "psych"
248 "puma"
249 "sequel"
250 "server_health_check-rack"
251 "sinatra"
252 "sqlite3"
253 "terminal-table"
254 "thor"
255 ];
256 groups = [ "default" ];
257 platforms = [ ];
258 source = {
259 remotes = [ "https://rubygems.org" ];
260 sha256 = "0sysgn3gxxdyqm08b9ldsbzmp3yhdwgala9dfv5yspw5nkksprpj";
261 type = "gem";
262 };
263 version = "2.7.1";
264 };
265 i18n = {
266 dependencies = [ "concurrent-ruby" ];
267 groups = [ "default" ];
268 platforms = [ ];
269 source = {
270 remotes = [ "https://rubygems.org" ];
271 sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf";
272 type = "gem";
273 };
274 version = "1.14.7";
275 };
276 logger = {
277 groups = [ "default" ];
278 platforms = [ ];
279 source = {
280 remotes = [ "https://rubygems.org" ];
281 sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx";
282 type = "gem";
283 };
284 version = "1.6.6";
285 };
286 lru_redux = {
287 groups = [ "default" ];
288 platforms = [ ];
289 source = {
290 remotes = [ "https://rubygems.org" ];
291 sha256 = "1yxghzg7476sivz8yyr9nkak2dlbls0b89vc2kg52k0nmg6d0wgf";
292 type = "gem";
293 };
294 version = "1.1.0";
295 };
296 mini_portile2 = {
297 groups = [ "default" ];
298 platforms = [ ];
299 source = {
300 remotes = [ "https://rubygems.org" ];
301 sha256 = "0x8asxl83msn815lwmb2d7q5p29p7drhjv5va0byhk60v9n16iwf";
302 type = "gem";
303 };
304 version = "2.8.8";
305 };
306 minitest = {
307 groups = [ "default" ];
308 platforms = [ ];
309 source = {
310 remotes = [ "https://rubygems.org" ];
311 sha256 = "0mn7q9yzrwinvfvkyjiz548a4rmcwbmz2fn9nyzh4j1snin6q6rr";
312 type = "gem";
313 };
314 version = "5.25.5";
315 };
316 multipart-post = {
317 groups = [ "default" ];
318 platforms = [ ];
319 source = {
320 remotes = [ "https://rubygems.org" ];
321 sha256 = "1a5lrlvmg2kb2dhw3lxcsv6x276bwgsxpnka1752082miqxd0wlq";
322 type = "gem";
323 };
324 version = "2.4.1";
325 };
326 mustermann = {
327 dependencies = [ "ruby2_keywords" ];
328 groups = [ "default" ];
329 platforms = [ ];
330 source = {
331 remotes = [ "https://rubygems.org" ];
332 sha256 = "123ycmq6pkivv29bqbv79jv2cs04xakzd0fz1lalgvfs5nxfky6i";
333 type = "gem";
334 };
335 version = "3.0.3";
336 };
337 nio4r = {
338 groups = [ "default" ];
339 platforms = [ ];
340 source = {
341 remotes = [ "https://rubygems.org" ];
342 sha256 = "1a9www524fl1ykspznz54i0phfqya4x45hqaz67in9dvw1lfwpfr";
343 type = "gem";
344 };
345 version = "2.7.4";
346 };
347 psych = {
348 dependencies = [
349 "date"
350 "stringio"
351 ];
352 groups = [ "default" ];
353 platforms = [ ];
354 source = {
355 remotes = [ "https://rubygems.org" ];
356 sha256 = "1vjrx3yd596zzi42dcaq5xw7hil1921r769dlbz08iniaawlp9c4";
357 type = "gem";
358 };
359 version = "5.2.3";
360 };
361 puma = {
362 dependencies = [ "nio4r" ];
363 groups = [ "default" ];
364 platforms = [ ];
365 source = {
366 remotes = [ "https://rubygems.org" ];
367 sha256 = "11xd3207k5rl6bz0qxhcb3zcr941rhx7ig2f19gxxmdk7s3hcp7j";
368 type = "gem";
369 };
370 version = "6.6.0";
371 };
372 rack = {
373 groups = [ "default" ];
374 platforms = [ ];
375 source = {
376 remotes = [ "https://rubygems.org" ];
377 sha256 = "1yzhcwvfkrlb8l79w24yjclv636jn6rnznp95shmssk934bi1vnc";
378 type = "gem";
379 };
380 version = "2.2.13";
381 };
382 rack-protection = {
383 dependencies = [
384 "base64"
385 "rack"
386 ];
387 groups = [ "default" ];
388 platforms = [ ];
389 source = {
390 remotes = [ "https://rubygems.org" ];
391 sha256 = "1zzvivmdb4dkscc58i3gmcyrnypynsjwp6xgc4ylarlhqmzvlx1w";
392 type = "gem";
393 };
394 version = "3.2.0";
395 };
396 ruby2_keywords = {
397 groups = [ "default" ];
398 platforms = [ ];
399 source = {
400 remotes = [ "https://rubygems.org" ];
401 sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz";
402 type = "gem";
403 };
404 version = "0.0.5";
405 };
406 securerandom = {
407 groups = [ "default" ];
408 platforms = [ ];
409 source = {
410 remotes = [ "https://rubygems.org" ];
411 sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc";
412 type = "gem";
413 };
414 version = "0.4.1";
415 };
416 sequel = {
417 dependencies = [ "bigdecimal" ];
418 groups = [ "default" ];
419 platforms = [ ];
420 source = {
421 remotes = [ "https://rubygems.org" ];
422 sha256 = "1s5qhylirrmfbjhdjdfqaiksjlaqmgixl25sxd8znq8dqwqlrydz";
423 type = "gem";
424 };
425 version = "5.90.0";
426 };
427 server_health_check = {
428 groups = [ "default" ];
429 platforms = [ ];
430 source = {
431 remotes = [ "https://rubygems.org" ];
432 sha256 = "06chz92parchhj1457lf5lbj3hrmvqpq6mfskxcnj5f4qa14n5wd";
433 type = "gem";
434 };
435 version = "1.0.2";
436 };
437 server_health_check-rack = {
438 dependencies = [ "server_health_check" ];
439 groups = [ "default" ];
440 platforms = [ ];
441 source = {
442 remotes = [ "https://rubygems.org" ];
443 sha256 = "0cgqr94x18f60n27sk9lgg471c6vk6qy132z7i1ppp32kvmjfphs";
444 type = "gem";
445 };
446 version = "0.1.0";
447 };
448 sinatra = {
449 dependencies = [
450 "mustermann"
451 "rack"
452 "rack-protection"
453 "tilt"
454 ];
455 groups = [ "default" ];
456 platforms = [ ];
457 source = {
458 remotes = [ "https://rubygems.org" ];
459 sha256 = "01wq20aqk5kfggq3wagx5xr1cz0x08lg6dxbk9yhd1sf0d6pywkf";
460 type = "gem";
461 };
462 version = "3.2.0";
463 };
464 sqlite3 = {
465 dependencies = [ "mini_portile2" ];
466 groups = [ "default" ];
467 platforms = [ ];
468 source = {
469 remotes = [ "https://rubygems.org" ];
470 sha256 = "073hd24qwx9j26cqbk0jma0kiajjv9fb8swv9rnz8j4mf0ygcxzs";
471 type = "gem";
472 };
473 version = "1.7.3";
474 };
475 stringio = {
476 groups = [ "default" ];
477 platforms = [ ];
478 source = {
479 remotes = [ "https://rubygems.org" ];
480 sha256 = "1j1mgvrgkxhadi6nb6pz1kcff7gsb5aivj1vfhsia4ssa5hj9adw";
481 type = "gem";
482 };
483 version = "3.1.5";
484 };
485 terminal-table = {
486 dependencies = [ "unicode-display_width" ];
487 groups = [ "default" ];
488 platforms = [ ];
489 source = {
490 remotes = [ "https://rubygems.org" ];
491 sha256 = "14dfmfjppmng5hwj7c5ka6qdapawm3h6k9lhn8zj001ybypvclgr";
492 type = "gem";
493 };
494 version = "3.0.2";
495 };
496 thor = {
497 groups = [ "default" ];
498 platforms = [ ];
499 source = {
500 remotes = [ "https://rubygems.org" ];
501 sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
502 type = "gem";
503 };
504 version = "1.3.2";
505 };
506 tilt = {
507 groups = [ "default" ];
508 platforms = [ ];
509 source = {
510 remotes = [ "https://rubygems.org" ];
511 sha256 = "0szpapi229v3scrvw1pgy0vpjm7z3qlf58m1198kxn70cs278g96";
512 type = "gem";
513 };
514 version = "2.6.0";
515 };
516 tzinfo = {
517 dependencies = [ "concurrent-ruby" ];
518 groups = [ "default" ];
519 platforms = [ ];
520 source = {
521 remotes = [ "https://rubygems.org" ];
522 sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
523 type = "gem";
524 };
525 version = "2.0.6";
526 };
527 unicode-display_width = {
528 groups = [ "default" ];
529 platforms = [ ];
530 source = {
531 remotes = [ "https://rubygems.org" ];
532 sha256 = "0nkz7fadlrdbkf37m0x7sw8bnz8r355q3vwcfb9f9md6pds9h9qj";
533 type = "gem";
534 };
535 version = "2.6.0";
536 };
537}