anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / misc / jekyll / full / gemset.nix
blob576eee752df86c39d91cdcb4e67f7ea2dc0a47cc
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   addressable = {
14     dependencies = ["public_suffix"];
15     groups = ["default"];
16     platforms = [];
17     source = {
18       remotes = ["https://rubygems.org"];
19       sha256 = "0cl2qpvwiffym62z991ynks7imsm87qmgxf0yfsmlwzkgi9qcaa6";
20       type = "gem";
21     };
22     version = "2.8.7";
23   };
24   base64 = {
25     groups = ["default"];
26     platforms = [];
27     source = {
28       remotes = ["https://rubygems.org"];
29       sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
30       type = "gem";
31     };
32     version = "0.2.0";
33   };
34   bigdecimal = {
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558";
40       type = "gem";
41     };
42     version = "3.1.8";
43   };
44   classifier-reborn = {
45     dependencies = ["fast-stemmer" "matrix"];
46     groups = ["default"];
47     platforms = [{
48       engine = "maglev";
49     } {
50       engine = "mingw";
51     } {
52       engine = "mingw";
53     } {
54       engine = "mswin";
55     } {
56       engine = "rbx";
57     } {
58       engine = "ruby";
59     }];
60     source = {
61       remotes = ["https://rubygems.org"];
62       sha256 = "077n3vs2sbl0nnvmi1mvlfpi1qkn1p5m3ac8bpacifa2vqi668z2";
63       type = "gem";
64     };
65     version = "2.3.0";
66   };
67   coderay = {
68     groups = ["default"];
69     platforms = [];
70     source = {
71       remotes = ["https://rubygems.org"];
72       sha256 = "0jvxqxzply1lwp7ysn94zjhh57vc14mcshw1ygw14ib8lhc00lyw";
73       type = "gem";
74     };
75     version = "1.1.3";
76   };
77   coffee-script = {
78     dependencies = ["coffee-script-source" "execjs"];
79     groups = ["default"];
80     platforms = [];
81     source = {
82       remotes = ["https://rubygems.org"];
83       sha256 = "0rc7scyk7mnpfxqv5yy4y5q1hx3i7q3ahplcp4bq2g5r24g2izl2";
84       type = "gem";
85     };
86     version = "2.4.1";
87   };
88   coffee-script-source = {
89     groups = ["default"];
90     platforms = [];
91     source = {
92       remotes = ["https://rubygems.org"];
93       sha256 = "1907v9q1zcqmmyqzhzych5l7qifgls2rlbnbhy5vzyr7i7yicaz1";
94       type = "gem";
95     };
96     version = "1.12.2";
97   };
98   colorator = {
99     groups = ["default"];
100     platforms = [];
101     source = {
102       remotes = ["https://rubygems.org"];
103       sha256 = "0f7wvpam948cglrciyqd798gdc6z3cfijciavd0dfixgaypmvy72";
104       type = "gem";
105     };
106     version = "1.1.0";
107   };
108   concurrent-ruby = {
109     groups = ["default"];
110     platforms = [];
111     source = {
112       remotes = ["https://rubygems.org"];
113       sha256 = "0chwfdq2a6kbj6xz9l6zrdfnyghnh32si82la1dnpa5h75ir5anl";
114       type = "gem";
115     };
116     version = "1.3.4";
117   };
118   connection_pool = {
119     groups = ["default"];
120     platforms = [];
121     source = {
122       remotes = ["https://rubygems.org"];
123       sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
124       type = "gem";
125     };
126     version = "2.4.1";
127   };
128   drb = {
129     groups = ["default"];
130     platforms = [];
131     source = {
132       remotes = ["https://rubygems.org"];
133       sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
134       type = "gem";
135     };
136     version = "2.2.1";
137   };
138   em-websocket = {
139     dependencies = ["eventmachine" "http_parser.rb"];
140     groups = ["default"];
141     platforms = [];
142     source = {
143       remotes = ["https://rubygems.org"];
144       sha256 = "1a66b0kjk6jx7pai9gc7i27zd0a128gy73nmas98gjz6wjyr4spm";
145       type = "gem";
146     };
147     version = "0.5.3";
148   };
149   eventmachine = {
150     groups = ["default"];
151     platforms = [];
152     source = {
153       remotes = ["https://rubygems.org"];
154       sha256 = "0wh9aqb0skz80fhfn66lbpr4f86ya2z5rx6gm5xlfhd05bj1ch4r";
155       type = "gem";
156     };
157     version = "1.2.7";
158   };
159   execjs = {
160     groups = ["default"];
161     platforms = [];
162     source = {
163       remotes = ["https://rubygems.org"];
164       sha256 = "03a590q16nhqvfms0lh42mp6a1i41w41qpdnf39zjbq5y3l8pjvb";
165       type = "gem";
166     };
167     version = "2.10.0";
168   };
169   faraday = {
170     dependencies = ["faraday-net_http" "json" "logger"];
171     groups = ["default"];
172     platforms = [];
173     source = {
174       remotes = ["https://rubygems.org"];
175       sha256 = "05s5pyxh7y68jphb0lgrh0ksxbp4lmbsc6a6qg0ahj15pjqx01ni";
176       type = "gem";
177     };
178     version = "2.12.0";
179   };
180   faraday-net_http = {
181     dependencies = ["net-http"];
182     groups = ["default"];
183     platforms = [];
184     source = {
185       remotes = ["https://rubygems.org"];
186       sha256 = "0rg54k4skaz8z7j358p6pdzc9pr84fjq7sdlpicf7s5ig7vb1rlk";
187       type = "gem";
188     };
189     version = "3.3.0";
190   };
191   fast-stemmer = {
192     groups = ["default"];
193     platforms = [{
194       engine = "maglev";
195     } {
196       engine = "mingw";
197     } {
198       engine = "mingw";
199     } {
200       engine = "mswin";
201     } {
202       engine = "rbx";
203     } {
204       engine = "ruby";
205     }];
206     source = {
207       remotes = ["https://rubygems.org"];
208       sha256 = "0688clyk4xxh3kdb18vi089k90mca8ji5fwaknh3da5wrzcrzanh";
209       type = "gem";
210     };
211     version = "1.0.2";
212   };
213   ffi = {
214     groups = ["default"];
215     platforms = [];
216     source = {
217       remotes = ["https://rubygems.org"];
218       sha256 = "07139870npj59jnl8vmk39ja3gdk3fb5z9vc0lf32y2h891hwqsi";
219       type = "gem";
220     };
221     version = "1.17.0";
222   };
223   forwardable-extended = {
224     groups = ["default"];
225     platforms = [];
226     source = {
227       remotes = ["https://rubygems.org"];
228       sha256 = "15zcqfxfvsnprwm8agia85x64vjzr2w0xn9vxfnxzgcv8s699v0v";
229       type = "gem";
230     };
231     version = "2.6.0";
232   };
233   gemoji = {
234     groups = ["default"];
235     platforms = [];
236     source = {
237       remotes = ["https://rubygems.org"];
238       sha256 = "06nw5mfscjmpap7f0bc9f2hj6zd4jy3pk1lhs6llx5my1h138i3k";
239       type = "gem";
240     };
241     version = "4.1.0";
242   };
243   google-protobuf = {
244     dependencies = ["bigdecimal" "rake"];
245     groups = ["default"];
246     platforms = [];
247     source = {
248       remotes = ["https://rubygems.org"];
249       sha256 = "1d99vyhmyp2n5zd0qmfymzwbcn71dbnwwvc0m4z14msjb7b8dvf0";
250       type = "gem";
251     };
252     version = "4.28.3";
253   };
254   html-pipeline = {
255     dependencies = ["activesupport" "nokogiri"];
256     groups = ["default"];
257     platforms = [];
258     source = {
259       remotes = ["https://rubygems.org"];
260       sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca";
261       type = "gem";
262     };
263     version = "2.14.3";
264   };
265   "http_parser.rb" = {
266     groups = ["default"];
267     platforms = [];
268     source = {
269       remotes = ["https://rubygems.org"];
270       sha256 = "1gj4fmls0mf52dlr928gaq0c0cb0m3aqa9kaa6l0ikl2zbqk42as";
271       type = "gem";
272     };
273     version = "0.8.0";
274   };
275   i18n = {
276     dependencies = ["concurrent-ruby"];
277     groups = ["default"];
278     platforms = [];
279     source = {
280       remotes = ["https://rubygems.org"];
281       sha256 = "0k31wcgnvcvd14snz0pfqj976zv6drfsnq6x8acz10fiyms9l8nw";
282       type = "gem";
283     };
284     version = "1.14.6";
285   };
286   jekyll = {
287     dependencies = ["addressable" "colorator" "em-websocket" "i18n" "jekyll-sass-converter" "jekyll-watch" "kramdown" "kramdown-parser-gfm" "liquid" "mercenary" "pathutil" "rouge" "safe_yaml" "terminal-table" "webrick"];
288     groups = ["default"];
289     platforms = [];
290     source = {
291       remotes = ["https://rubygems.org"];
292       sha256 = "0124fnqizh7njn99qg4f3jvf9kg2rpm88drs9p9r5hqr50n2i264";
293       type = "gem";
294     };
295     version = "4.3.4";
296   };
297   jekyll-avatar = {
298     dependencies = ["jekyll"];
299     groups = ["default"];
300     platforms = [];
301     source = {
302       remotes = ["https://rubygems.org"];
303       sha256 = "0jzxmfcljfvjz21wls2w5mr2m5qp0mq9c80j009s4m6yq9vn4wza";
304       type = "gem";
305     };
306     version = "0.8.0";
307   };
308   jekyll-coffeescript = {
309     dependencies = ["coffee-script" "coffee-script-source"];
310     groups = ["default"];
311     platforms = [];
312     source = {
313       remotes = ["https://rubygems.org"];
314       sha256 = "17fjk0bfm0rs3myid24y2scsf5vzzza185bissjmcc44cbxp571j";
315       type = "gem";
316     };
317     version = "2.0.0";
318   };
319   jekyll-compose = {
320     dependencies = ["jekyll"];
321     groups = ["default"];
322     platforms = [];
323     source = {
324       remotes = ["https://rubygems.org"];
325       sha256 = "1ny8xps0mrmx2w0xxc9rwa15ch1wkxvdrzxiwnqramqwja566y04";
326       type = "gem";
327     };
328     version = "0.12.0";
329   };
330   jekyll-favicon = {
331     dependencies = ["jekyll" "mini_magick" "rexml"];
332     groups = ["default"];
333     platforms = [];
334     source = {
335       remotes = ["https://rubygems.org"];
336       sha256 = "0dyksm4i11n0qshd7wh6dvk8d0fc70dd32ir2dxs6igxq0gd6hi1";
337       type = "gem";
338     };
339     version = "1.1.0";
340   };
341   jekyll-feed = {
342     dependencies = ["jekyll"];
343     groups = ["default"];
344     platforms = [];
345     source = {
346       remotes = ["https://rubygems.org"];
347       sha256 = "1hzwmjrxi57x68i7jx5rxi8qlcbqcbg3di55wywrp53pr0bap6k8";
348       type = "gem";
349     };
350     version = "0.17.0";
351   };
352   jekyll-gist = {
353     dependencies = ["octokit"];
354     groups = ["default"];
355     platforms = [];
356     source = {
357       remotes = ["https://rubygems.org"];
358       sha256 = "03wz9j6yq3552nzf4g71qrdm9pfdgbm68abml9sjjgiaan1n8ns9";
359       type = "gem";
360     };
361     version = "1.5.0";
362   };
363   jekyll-mentions = {
364     dependencies = ["html-pipeline" "jekyll"];
365     groups = ["default"];
366     platforms = [];
367     source = {
368       remotes = ["https://rubygems.org"];
369       sha256 = "1n8y67plydfmay3jn865igvgb3h6s2crk8kq7ydk3wmn9h103s1r";
370       type = "gem";
371     };
372     version = "1.6.0";
373   };
374   jekyll-paginate = {
375     groups = ["default"];
376     platforms = [];
377     source = {
378       remotes = ["https://rubygems.org"];
379       sha256 = "0r7bcs8fq98zldih4787zk5i9w24nz5wa26m84ssja95n3sas2l8";
380       type = "gem";
381     };
382     version = "1.1.0";
383   };
384   jekyll-polyglot = {
385     dependencies = ["jekyll"];
386     groups = ["default"];
387     platforms = [];
388     source = {
389       remotes = ["https://rubygems.org"];
390       sha256 = "1q50kvzvc58547km41d8zp227z07jwjbc1kzqikkhqfbxb79cakd";
391       type = "gem";
392     };
393     version = "1.8.1";
394   };
395   jekyll-redirect-from = {
396     dependencies = ["jekyll"];
397     groups = ["default"];
398     platforms = [];
399     source = {
400       remotes = ["https://rubygems.org"];
401       sha256 = "1nz6kd6qsa160lmjmls4zgx7fwcpp8ac07mpzy80z6zgd7jwldb6";
402       type = "gem";
403     };
404     version = "0.16.0";
405   };
406   jekyll-sass-converter = {
407     dependencies = ["sass-embedded"];
408     groups = ["default"];
409     platforms = [];
410     source = {
411       remotes = ["https://rubygems.org"];
412       sha256 = "00n9v19h0qgjijygfdkdh2gwpmdlz49nw1mqk6fnp43f317ngrz2";
413       type = "gem";
414     };
415     version = "3.0.0";
416   };
417   jekyll-seo-tag = {
418     dependencies = ["jekyll"];
419     groups = ["default"];
420     platforms = [];
421     source = {
422       remotes = ["https://rubygems.org"];
423       sha256 = "0638mqhqynghnlnaz0xi1kvnv53wkggaq94flfzlxwandn8x2biz";
424       type = "gem";
425     };
426     version = "2.8.0";
427   };
428   jekyll-sitemap = {
429     dependencies = ["jekyll"];
430     groups = ["default"];
431     platforms = [];
432     source = {
433       remotes = ["https://rubygems.org"];
434       sha256 = "0622rwsn5i0m5xcyzdn86l68wgydqwji03lqixdfm1f1xdfqrq0d";
435       type = "gem";
436     };
437     version = "1.4.0";
438   };
439   jekyll-watch = {
440     dependencies = ["listen"];
441     groups = ["default"];
442     platforms = [];
443     source = {
444       remotes = ["https://rubygems.org"];
445       sha256 = "1qd7hy1kl87fl7l0frw5qbn22x7ayfzlv9a5ca1m59g0ym1ysi5w";
446       type = "gem";
447     };
448     version = "2.2.1";
449   };
450   jemoji = {
451     dependencies = ["gemoji" "html-pipeline" "jekyll"];
452     groups = ["default"];
453     platforms = [];
454     source = {
455       remotes = ["https://rubygems.org"];
456       sha256 = "0z4yabsvqdb8x1rr60yyzbaf950cyzv984n3jwwvgcmv5j73wk2x";
457       type = "gem";
458     };
459     version = "0.13.0";
460   };
461   json = {
462     groups = ["default"];
463     platforms = [];
464     source = {
465       remotes = ["https://rubygems.org"];
466       sha256 = "1klf2mnfilzjqwcjdi5qb1zl3ghrifz1amcnvwjvsfnx9a5jb9ly";
467       type = "gem";
468     };
469     version = "2.7.4";
470   };
471   kramdown = {
472     dependencies = ["rexml"];
473     groups = ["default"];
474     platforms = [];
475     source = {
476       remotes = ["https://rubygems.org"];
477       sha256 = "1ic14hdcqxn821dvzki99zhmcy130yhv5fqfffkcf87asv5mnbmn";
478       type = "gem";
479     };
480     version = "2.4.0";
481   };
482   kramdown-parser-gfm = {
483     dependencies = ["kramdown"];
484     groups = ["default"];
485     platforms = [];
486     source = {
487       remotes = ["https://rubygems.org"];
488       sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
489       type = "gem";
490     };
491     version = "1.1.0";
492   };
493   kramdown-syntax-coderay = {
494     dependencies = ["coderay" "kramdown"];
495     groups = ["default"];
496     platforms = [];
497     source = {
498       remotes = ["https://rubygems.org"];
499       sha256 = "03vpfpmxcdbqyh6kxrjf5xa9qgvwqj0cfv2khz5h32fp5f5dmrda";
500       type = "gem";
501     };
502     version = "1.0.1";
503   };
504   liquid = {
505     groups = ["default"];
506     platforms = [{
507       engine = "maglev";
508     } {
509       engine = "mingw";
510     } {
511       engine = "mingw";
512     } {
513       engine = "mswin";
514     } {
515       engine = "rbx";
516     } {
517       engine = "ruby";
518     }];
519     source = {
520       remotes = ["https://rubygems.org"];
521       sha256 = "1czxv2i1gv3k7hxnrgfjb0z8khz74l4pmfwd70c7kr25l2qypksg";
522       type = "gem";
523     };
524     version = "4.0.4";
525   };
526   liquid-c = {
527     dependencies = ["liquid"];
528     groups = ["default"];
529     platforms = [{
530       engine = "maglev";
531     } {
532       engine = "mingw";
533     } {
534       engine = "mingw";
535     } {
536       engine = "mswin";
537     } {
538       engine = "rbx";
539     } {
540       engine = "ruby";
541     }];
542     source = {
543       remotes = ["https://rubygems.org"];
544       sha256 = "07psn4z99738x2vqgl097pgdnanz0pilfp6nla405y1l802nfq7j";
545       type = "gem";
546     };
547     version = "4.0.1";
548   };
549   listen = {
550     dependencies = ["rb-fsevent" "rb-inotify"];
551     groups = ["default"];
552     platforms = [];
553     source = {
554       remotes = ["https://rubygems.org"];
555       sha256 = "0rwwsmvq79qwzl6324yc53py02kbrcww35si720490z5w0j497nv";
556       type = "gem";
557     };
558     version = "3.9.0";
559   };
560   logger = {
561     groups = ["default"];
562     platforms = [];
563     source = {
564       remotes = ["https://rubygems.org"];
565       sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s";
566       type = "gem";
567     };
568     version = "1.6.1";
569   };
570   matrix = {
571     groups = ["default"];
572     platforms = [{
573       engine = "maglev";
574     } {
575       engine = "mingw";
576     } {
577       engine = "mingw";
578     } {
579       engine = "mswin";
580     } {
581       engine = "rbx";
582     } {
583       engine = "ruby";
584     }];
585     source = {
586       remotes = ["https://rubygems.org"];
587       sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i";
588       type = "gem";
589     };
590     version = "0.4.2";
591   };
592   mercenary = {
593     groups = ["default"];
594     platforms = [];
595     source = {
596       remotes = ["https://rubygems.org"];
597       sha256 = "0f2i827w4lmsizrxixsrv2ssa3gk1b7lmqh8brk8ijmdb551wnmj";
598       type = "gem";
599     };
600     version = "0.4.0";
601   };
602   mime-types = {
603     dependencies = ["logger" "mime-types-data"];
604     groups = ["default"];
605     platforms = [];
606     source = {
607       remotes = ["https://rubygems.org"];
608       sha256 = "0r34mc3n7sxsbm9mzyzy8m3dvq7pwbryyc8m452axkj0g2axnwbg";
609       type = "gem";
610     };
611     version = "3.6.0";
612   };
613   mime-types-data = {
614     groups = ["default"];
615     platforms = [];
616     source = {
617       remotes = ["https://rubygems.org"];
618       sha256 = "06dbn0j13jwdrmlvrjd50mxqrjlkh3lvxp0afh4glyzbliqvqpsd";
619       type = "gem";
620     };
621     version = "3.2024.1001";
622   };
623   mini_magick = {
624     groups = ["default"];
625     platforms = [];
626     source = {
627       remotes = ["https://rubygems.org"];
628       sha256 = "1nfxjpmka12ihbwd87d5k2hh7d2pv3aq95x0l2lh8gca1s72bmki";
629       type = "gem";
630     };
631     version = "4.13.2";
632   };
633   mini_portile2 = {
634     groups = ["default"];
635     platforms = [];
636     source = {
637       remotes = ["https://rubygems.org"];
638       sha256 = "1q1f2sdw3y3y9mnym9dhjgsjr72sq975cfg5c4yx7gwv8nmzbvhk";
639       type = "gem";
640     };
641     version = "2.8.7";
642   };
643   minitest = {
644     groups = ["default"];
645     platforms = [];
646     source = {
647       remotes = ["https://rubygems.org"];
648       sha256 = "1n1akmc6bibkbxkzm1p1wmfb4n9vv397knkgz0ffykb3h1d7kdix";
649       type = "gem";
650     };
651     version = "5.25.1";
652   };
653   net-http = {
654     dependencies = ["uri"];
655     groups = ["default"];
656     platforms = [];
657     source = {
658       remotes = ["https://rubygems.org"];
659       sha256 = "10n2n9aq00ih8v881af88l1zyrqgs5cl3njdw8argjwbl5ggqvm9";
660       type = "gem";
661     };
662     version = "0.4.1";
663   };
664   nokogiri = {
665     dependencies = ["mini_portile2" "racc"];
666     groups = ["default"];
667     platforms = [];
668     source = {
669       remotes = ["https://rubygems.org"];
670       sha256 = "15gysw8rassqgdq3kwgl4mhqmrgh7nk2qvrcqp4ijyqazgywn6gq";
671       type = "gem";
672     };
673     version = "1.16.7";
674   };
675   octokit = {
676     dependencies = ["faraday" "sawyer"];
677     groups = ["default"];
678     platforms = [];
679     source = {
680       remotes = ["https://rubygems.org"];
681       sha256 = "15lvy06h276jryxg19258b2yqaykf0567sp0n16yipywhbp94860";
682       type = "gem";
683     };
684     version = "4.25.1";
685   };
686   pathutil = {
687     dependencies = ["forwardable-extended"];
688     groups = ["default"];
689     platforms = [];
690     source = {
691       remotes = ["https://rubygems.org"];
692       sha256 = "12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4";
693       type = "gem";
694     };
695     version = "0.16.2";
696   };
697   psych = {
698     dependencies = ["stringio"];
699     groups = ["default"];
700     platforms = [];
701     source = {
702       remotes = ["https://rubygems.org"];
703       sha256 = "0s5383m6004q76xm3lb732bp4sjzb6mxb6rbgn129gy2izsj4wrk";
704       type = "gem";
705     };
706     version = "5.1.2";
707   };
708   public_suffix = {
709     groups = ["default"];
710     platforms = [];
711     source = {
712       remotes = ["https://rubygems.org"];
713       sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31";
714       type = "gem";
715     };
716     version = "6.0.1";
717   };
718   racc = {
719     groups = ["default"];
720     platforms = [];
721     source = {
722       remotes = ["https://rubygems.org"];
723       sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
724       type = "gem";
725     };
726     version = "1.8.1";
727   };
728   rake = {
729     groups = ["default"];
730     platforms = [];
731     source = {
732       remotes = ["https://rubygems.org"];
733       sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
734       type = "gem";
735     };
736     version = "13.2.1";
737   };
738   rb-fsevent = {
739     groups = ["default"];
740     platforms = [];
741     source = {
742       remotes = ["https://rubygems.org"];
743       sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
744       type = "gem";
745     };
746     version = "0.11.2";
747   };
748   rb-inotify = {
749     dependencies = ["ffi"];
750     groups = ["default"];
751     platforms = [];
752     source = {
753       remotes = ["https://rubygems.org"];
754       sha256 = "0vmy8xgahixcz6hzwy4zdcyn2y6d6ri8dqv5xccgzc1r292019x0";
755       type = "gem";
756     };
757     version = "0.11.1";
758   };
759   rdoc = {
760     dependencies = ["psych"];
761     groups = ["default"];
762     platforms = [];
763     source = {
764       remotes = ["https://rubygems.org"];
765       sha256 = "0ygk2zk0ky3d88v3ll7qh6xqvbvw5jin0hqdi1xkv1dhaw7myzdi";
766       type = "gem";
767     };
768     version = "6.7.0";
769   };
770   rexml = {
771     groups = ["default"];
772     platforms = [];
773     source = {
774       remotes = ["https://rubygems.org"];
775       sha256 = "1j9p66pmfgxnzp76ksssyfyqqrg7281dyi3xyknl3wwraaw7a66p";
776       type = "gem";
777     };
778     version = "3.3.9";
779   };
780   rouge = {
781     groups = ["default"];
782     platforms = [];
783     source = {
784       remotes = ["https://rubygems.org"];
785       sha256 = "0r0b48945hakgy0y7lg6h1bb7pkfz8jqd0r6777f80ij3sansvbs";
786       type = "gem";
787     };
788     version = "4.4.0";
789   };
790   safe_yaml = {
791     groups = ["default"];
792     platforms = [];
793     source = {
794       remotes = ["https://rubygems.org"];
795       sha256 = "0j7qv63p0vqcd838i2iy2f76c3dgwzkiz1d1xkg7n0pbnxj2vb56";
796       type = "gem";
797     };
798     version = "1.0.5";
799   };
800   sass-embedded = {
801     dependencies = ["google-protobuf" "rake"];
802     groups = ["default"];
803     platforms = [];
804     source = {
805       remotes = ["https://rubygems.org"];
806       sha256 = "09hydxaq3bwwpflqz93g7pvj5kq0ylj2kvc87q2fvki5h7svbd51";
807       type = "gem";
808     };
809     version = "1.80.4";
810   };
811   sawyer = {
812     dependencies = ["addressable" "faraday"];
813     groups = ["default"];
814     platforms = [];
815     source = {
816       remotes = ["https://rubygems.org"];
817       sha256 = "1jks1qjbmqm8f9kvwa81vqj39avaj9wdnzc531xm29a55bb74fps";
818       type = "gem";
819     };
820     version = "0.9.2";
821   };
822   securerandom = {
823     groups = ["default"];
824     platforms = [];
825     source = {
826       remotes = ["https://rubygems.org"];
827       sha256 = "1phv6kh417vkanhssbjr960c0gfqvf8z7d3d9fd2yvd41q64bw4q";
828       type = "gem";
829     };
830     version = "0.3.1";
831   };
832   stringio = {
833     groups = ["default"];
834     platforms = [];
835     source = {
836       remotes = ["https://rubygems.org"];
837       sha256 = "07mfqb40b2wh53k33h91zva78f9zwcdnl85jiq74wnaw2wa6wiak";
838       type = "gem";
839     };
840     version = "3.1.1";
841   };
842   terminal-table = {
843     dependencies = ["unicode-display_width"];
844     groups = ["default"];
845     platforms = [];
846     source = {
847       remotes = ["https://rubygems.org"];
848       sha256 = "14dfmfjppmng5hwj7c5ka6qdapawm3h6k9lhn8zj001ybypvclgr";
849       type = "gem";
850     };
851     version = "3.0.2";
852   };
853   tomlrb = {
854     groups = ["default"];
855     platforms = [];
856     source = {
857       remotes = ["https://rubygems.org"];
858       sha256 = "1xyl2nlfm39lklyaf0p7zj9psr60jvrlyfh26hrpk7wi4k7nlwy2";
859       type = "gem";
860     };
861     version = "2.0.3";
862   };
863   tzinfo = {
864     dependencies = ["concurrent-ruby"];
865     groups = ["default"];
866     platforms = [];
867     source = {
868       remotes = ["https://rubygems.org"];
869       sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
870       type = "gem";
871     };
872     version = "2.0.6";
873   };
874   unicode-display_width = {
875     groups = ["default"];
876     platforms = [];
877     source = {
878       remotes = ["https://rubygems.org"];
879       sha256 = "0nkz7fadlrdbkf37m0x7sw8bnz8r355q3vwcfb9f9md6pds9h9qj";
880       type = "gem";
881     };
882     version = "2.6.0";
883   };
884   uri = {
885     groups = ["default"];
886     platforms = [];
887     source = {
888       remotes = ["https://rubygems.org"];
889       sha256 = "07ndgxyhzd02cg94s6rnfhkb9rwx9z72lzk368sa9j78wc9qnbfz";
890       type = "gem";
891     };
892     version = "0.13.1";
893   };
894   webrick = {
895     groups = ["default"];
896     platforms = [];
897     source = {
898       remotes = ["https://rubygems.org"];
899       sha256 = "089gy5494j560b242vi173wnbj2913hwlwnjkpzld58r96ilc5s3";
900       type = "gem";
901     };
902     version = "1.8.2";
903   };
904   yajl-ruby = {
905     groups = ["default"];
906     platforms = [{
907       engine = "maglev";
908     } {
909       engine = "mingw";
910     } {
911       engine = "mingw";
912     } {
913       engine = "mswin";
914     } {
915       engine = "rbx";
916     } {
917       engine = "ruby";
918     }];
919     source = {
920       remotes = ["https://rubygems.org"];
921       sha256 = "1lni4jbyrlph7sz8y49q84pb0sbj82lgwvnjnsiv01xf26f4v5wc";
922       type = "gem";
923     };
924     version = "1.4.3";
925   };