komika-fonts: init at 0-unstable-2024-08-12 (#334261)
[NixPkgs.git] / pkgs / development / tools / gemstash / gemset.nix
blob8d626cd10367c431634ce3265bb234b0de5cea28
2   activesupport = {
3     dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "logger" "minitest" "securerandom" "tzinfo"];
4     groups = ["default"];
5     platforms = [];
6     source = {
7       remotes = ["https://rubygems.org"];
8       sha256 = "1cacrvmn1561fb88fn99ig52wdz1k67s7vbssqwwwljf1kanlgvc";
9       type = "gem";
10     };
11     version = "7.2.1.2";
12   };
13   base64 = {
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
19       type = "gem";
20     };
21     version = "0.2.0";
22   };
23   bigdecimal = {
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558";
29       type = "gem";
30     };
31     version = "3.1.8";
32   };
33   concurrent-ruby = {
34     groups = ["default"];
35     platforms = [];
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "0chwfdq2a6kbj6xz9l6zrdfnyghnh32si82la1dnpa5h75ir5anl";
39       type = "gem";
40     };
41     version = "1.3.4";
42   };
43   connection_pool = {
44     groups = ["default"];
45     platforms = [];
46     source = {
47       remotes = ["https://rubygems.org"];
48       sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
49       type = "gem";
50     };
51     version = "2.4.1";
52   };
53   dalli = {
54     groups = ["default"];
55     platforms = [];
56     source = {
57       remotes = ["https://rubygems.org"];
58       sha256 = "19daxf5n5gr3pr57k4wqg701c3zwsk2h4jjialkaw7yrhi85jqrf";
59       type = "gem";
60     };
61     version = "3.2.8";
62   };
63   drb = {
64     groups = ["default"];
65     platforms = [];
66     source = {
67       remotes = ["https://rubygems.org"];
68       sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
69       type = "gem";
70     };
71     version = "2.2.1";
72   };
73   faraday = {
74     dependencies = ["faraday-em_http" "faraday-em_synchrony" "faraday-excon" "faraday-httpclient" "faraday-multipart" "faraday-net_http" "faraday-net_http_persistent" "faraday-patron" "faraday-rack" "faraday-retry" "ruby2_keywords"];
75     groups = ["default"];
76     platforms = [];
77     source = {
78       remotes = ["https://rubygems.org"];
79       sha256 = "069gmdh5j90v06rbwlqvlhzhq45lxhx74mahz25xd276rm0wb153";
80       type = "gem";
81     };
82     version = "1.10.4";
83   };
84   faraday-em_http = {
85     groups = ["default"];
86     platforms = [];
87     source = {
88       remotes = ["https://rubygems.org"];
89       sha256 = "12cnqpbak4vhikrh2cdn94assh3yxza8rq2p9w2j34bqg5q4qgbs";
90       type = "gem";
91     };
92     version = "1.0.0";
93   };
94   faraday-em_synchrony = {
95     groups = ["default"];
96     platforms = [];
97     source = {
98       remotes = ["https://rubygems.org"];
99       sha256 = "1vgrbhkp83sngv6k4mii9f2s9v5lmp693hylfxp2ssfc60fas3a6";
100       type = "gem";
101     };
102     version = "1.0.0";
103   };
104   faraday-excon = {
105     groups = ["default"];
106     platforms = [];
107     source = {
108       remotes = ["https://rubygems.org"];
109       sha256 = "0h09wkb0k0bhm6dqsd47ac601qiaah8qdzjh8gvxfd376x1chmdh";
110       type = "gem";
111     };
112     version = "1.1.0";
113   };
114   faraday-httpclient = {
115     groups = ["default"];
116     platforms = [];
117     source = {
118       remotes = ["https://rubygems.org"];
119       sha256 = "0fyk0jd3ks7fdn8nv3spnwjpzx2lmxmg2gh4inz3by1zjzqg33sc";
120       type = "gem";
121     };
122     version = "1.0.1";
123   };
124   faraday-multipart = {
125     dependencies = ["multipart-post"];
126     groups = ["default"];
127     platforms = [];
128     source = {
129       remotes = ["https://rubygems.org"];
130       sha256 = "09871c4hd7s5ws1wl4gs7js1k2wlby6v947m2bbzg43pnld044lh";
131       type = "gem";
132     };
133     version = "1.0.4";
134   };
135   faraday-net_http = {
136     groups = ["default"];
137     platforms = [];
138     source = {
139       remotes = ["https://rubygems.org"];
140       sha256 = "10n6wikd442mfm15hd6gzm0qb527161w1wwch4h5m4iclkz2x6b3";
141       type = "gem";
142     };
143     version = "1.0.2";
144   };
145   faraday-net_http_persistent = {
146     groups = ["default"];
147     platforms = [];
148     source = {
149       remotes = ["https://rubygems.org"];
150       sha256 = "0dc36ih95qw3rlccffcb0vgxjhmipsvxhn6cw71l7ffs0f7vq30b";
151       type = "gem";
152     };
153     version = "1.2.0";
154   };
155   faraday-patron = {
156     groups = ["default"];
157     platforms = [];
158     source = {
159       remotes = ["https://rubygems.org"];
160       sha256 = "19wgsgfq0xkski1g7m96snv39la3zxz6x7nbdgiwhg5v82rxfb6w";
161       type = "gem";
162     };
163     version = "1.0.0";
164   };
165   faraday-rack = {
166     groups = ["default"];
167     platforms = [];
168     source = {
169       remotes = ["https://rubygems.org"];
170       sha256 = "1h184g4vqql5jv9s9im6igy00jp6mrah2h14py6mpf9bkabfqq7g";
171       type = "gem";
172     };
173     version = "1.0.0";
174   };
175   faraday-retry = {
176     groups = ["default"];
177     platforms = [];
178     source = {
179       remotes = ["https://rubygems.org"];
180       sha256 = "153i967yrwnswqgvnnajgwp981k9p50ys1h80yz3q94rygs59ldd";
181       type = "gem";
182     };
183     version = "1.0.3";
184   };
185   faraday_middleware = {
186     dependencies = ["faraday"];
187     groups = ["default"];
188     platforms = [];
189     source = {
190       remotes = ["https://rubygems.org"];
191       sha256 = "1s990pnapb3vci9c00bklqc7jjix4i2zhxn2zf1lfk46xv47hnyl";
192       type = "gem";
193     };
194     version = "1.2.1";
195   };
196   gemstash = {
197     dependencies = ["activesupport" "dalli" "faraday" "faraday_middleware" "lru_redux" "psych" "puma" "sequel" "server_health_check-rack" "sinatra" "sqlite3" "terminal-table" "thor"];
198     groups = ["default"];
199     platforms = [];
200     source = {
201       remotes = ["https://rubygems.org"];
202       sha256 = "0sysgn3gxxdyqm08b9ldsbzmp3yhdwgala9dfv5yspw5nkksprpj";
203       type = "gem";
204     };
205     version = "2.7.1";
206   };
207   i18n = {
208     dependencies = ["concurrent-ruby"];
209     groups = ["default"];
210     platforms = [];
211     source = {
212       remotes = ["https://rubygems.org"];
213       sha256 = "0k31wcgnvcvd14snz0pfqj976zv6drfsnq6x8acz10fiyms9l8nw";
214       type = "gem";
215     };
216     version = "1.14.6";
217   };
218   logger = {
219     groups = ["default"];
220     platforms = [];
221     source = {
222       remotes = ["https://rubygems.org"];
223       sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s";
224       type = "gem";
225     };
226     version = "1.6.1";
227   };
228   lru_redux = {
229     groups = ["default"];
230     platforms = [];
231     source = {
232       remotes = ["https://rubygems.org"];
233       sha256 = "1yxghzg7476sivz8yyr9nkak2dlbls0b89vc2kg52k0nmg6d0wgf";
234       type = "gem";
235     };
236     version = "1.1.0";
237   };
238   minitest = {
239     groups = ["default"];
240     platforms = [];
241     source = {
242       remotes = ["https://rubygems.org"];
243       sha256 = "1n1akmc6bibkbxkzm1p1wmfb4n9vv397knkgz0ffykb3h1d7kdix";
244       type = "gem";
245     };
246     version = "5.25.1";
247   };
248   multipart-post = {
249     groups = ["default"];
250     platforms = [];
251     source = {
252       remotes = ["https://rubygems.org"];
253       sha256 = "1a5lrlvmg2kb2dhw3lxcsv6x276bwgsxpnka1752082miqxd0wlq";
254       type = "gem";
255     };
256     version = "2.4.1";
257   };
258   mustermann = {
259     dependencies = ["ruby2_keywords"];
260     groups = ["default"];
261     platforms = [];
262     source = {
263       remotes = ["https://rubygems.org"];
264       sha256 = "123ycmq6pkivv29bqbv79jv2cs04xakzd0fz1lalgvfs5nxfky6i";
265       type = "gem";
266     };
267     version = "3.0.3";
268   };
269   nio4r = {
270     groups = ["default"];
271     platforms = [];
272     source = {
273       remotes = ["https://rubygems.org"];
274       sha256 = "017nbw87dpr4wyk81cgj8kxkxqgsgblrkxnmmadc77cg9gflrfal";
275       type = "gem";
276     };
277     version = "2.7.3";
278   };
279   psych = {
280     dependencies = ["stringio"];
281     groups = ["default"];
282     platforms = [];
283     source = {
284       remotes = ["https://rubygems.org"];
285       sha256 = "0s5383m6004q76xm3lb732bp4sjzb6mxb6rbgn129gy2izsj4wrk";
286       type = "gem";
287     };
288     version = "5.1.2";
289   };
290   puma = {
291     dependencies = ["nio4r"];
292     groups = ["default"];
293     platforms = [];
294     source = {
295       remotes = ["https://rubygems.org"];
296       sha256 = "0gml1rixrfb0naciq3mrnqkpcvm9ahgps1c04hzxh4b801f69914";
297       type = "gem";
298     };
299     version = "6.4.3";
300   };
301   rack = {
302     groups = ["default"];
303     platforms = [];
304     source = {
305       remotes = ["https://rubygems.org"];
306       sha256 = "0ax778fsfvlhj7c11n0d1wdcb8bxvkb190a9lha5d91biwzyx9g4";
307       type = "gem";
308     };
309     version = "2.2.10";
310   };
311   rack-protection = {
312     dependencies = ["base64" "rack"];
313     groups = ["default"];
314     platforms = [];
315     source = {
316       remotes = ["https://rubygems.org"];
317       sha256 = "1zzvivmdb4dkscc58i3gmcyrnypynsjwp6xgc4ylarlhqmzvlx1w";
318       type = "gem";
319     };
320     version = "3.2.0";
321   };
322   ruby2_keywords = {
323     groups = ["default"];
324     platforms = [];
325     source = {
326       remotes = ["https://rubygems.org"];
327       sha256 = "1vz322p8n39hz3b4a9gkmz9y7a5jaz41zrm2ywf31dvkqm03glgz";
328       type = "gem";
329     };
330     version = "0.0.5";
331   };
332   securerandom = {
333     groups = ["default"];
334     platforms = [];
335     source = {
336       remotes = ["https://rubygems.org"];
337       sha256 = "1phv6kh417vkanhssbjr960c0gfqvf8z7d3d9fd2yvd41q64bw4q";
338       type = "gem";
339     };
340     version = "0.3.1";
341   };
342   sequel = {
343     dependencies = ["bigdecimal"];
344     groups = ["default"];
345     platforms = [];
346     source = {
347       remotes = ["https://rubygems.org"];
348       sha256 = "04jjv63wvvi9qfkpfsrv6w74liiqk4cd1qnlk7ja7i2waci9hlzx";
349       type = "gem";
350     };
351     version = "5.85.0";
352   };
353   server_health_check = {
354     groups = ["default"];
355     platforms = [];
356     source = {
357       remotes = ["https://rubygems.org"];
358       sha256 = "06chz92parchhj1457lf5lbj3hrmvqpq6mfskxcnj5f4qa14n5wd";
359       type = "gem";
360     };
361     version = "1.0.2";
362   };
363   server_health_check-rack = {
364     dependencies = ["server_health_check"];
365     groups = ["default"];
366     platforms = [];
367     source = {
368       remotes = ["https://rubygems.org"];
369       sha256 = "0cgqr94x18f60n27sk9lgg471c6vk6qy132z7i1ppp32kvmjfphs";
370       type = "gem";
371     };
372     version = "0.1.0";
373   };
374   sinatra = {
375     dependencies = ["mustermann" "rack" "rack-protection" "tilt"];
376     groups = ["default"];
377     platforms = [];
378     source = {
379       remotes = ["https://rubygems.org"];
380       sha256 = "01wq20aqk5kfggq3wagx5xr1cz0x08lg6dxbk9yhd1sf0d6pywkf";
381       type = "gem";
382     };
383     version = "3.2.0";
384   };
385   sqlite3 = {
386     groups = ["default"];
387     platforms = [];
388     source = {
389       remotes = ["https://rubygems.org"];
390       sha256 = "sha256-+nf2PHCVSPRtTptrtFzaUqo4gaoSzIWZETJ1jolocBw=";
391       type = "gem";
392     };
393     version = "1.7.3";
394   };
395   stringio = {
396     groups = ["default"];
397     platforms = [];
398     source = {
399       remotes = ["https://rubygems.org"];
400       sha256 = "07mfqb40b2wh53k33h91zva78f9zwcdnl85jiq74wnaw2wa6wiak";
401       type = "gem";
402     };
403     version = "3.1.1";
404   };
405   terminal-table = {
406     dependencies = ["unicode-display_width"];
407     groups = ["default"];
408     platforms = [];
409     source = {
410       remotes = ["https://rubygems.org"];
411       sha256 = "14dfmfjppmng5hwj7c5ka6qdapawm3h6k9lhn8zj001ybypvclgr";
412       type = "gem";
413     };
414     version = "3.0.2";
415   };
416   thor = {
417     groups = ["default"];
418     platforms = [];
419     source = {
420       remotes = ["https://rubygems.org"];
421       sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
422       type = "gem";
423     };
424     version = "1.3.2";
425   };
426   tilt = {
427     groups = ["default"];
428     platforms = [];
429     source = {
430       remotes = ["https://rubygems.org"];
431       sha256 = "0kds7wkxmb038cwp6ravnwn8k65ixc68wpm8j5jx5bhx8ndg4x6z";
432       type = "gem";
433     };
434     version = "2.4.0";
435   };
436   tzinfo = {
437     dependencies = ["concurrent-ruby"];
438     groups = ["default"];
439     platforms = [];
440     source = {
441       remotes = ["https://rubygems.org"];
442       sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
443       type = "gem";
444     };
445     version = "2.0.6";
446   };
447   unicode-display_width = {
448     groups = ["default"];
449     platforms = [];
450     source = {
451       remotes = ["https://rubygems.org"];
452       sha256 = "0nkz7fadlrdbkf37m0x7sw8bnz8r355q3vwcfb9f9md6pds9h9qj";
453       type = "gem";
454     };
455     version = "2.6.0";
456   };