python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / tools / ronn / gemset.nix
blob04703a84a36157bab2b4add4a9728f726036fdb4
2   kramdown = {
3     dependencies = ["rexml"];
4     groups = ["default"];
5     platforms = [];
6     source = {
7       remotes = ["https://rubygems.org"];
8       sha256 = "0757lqaq593z8hzdv98nai73ag384dkk7jgj3mcq2r6ix7130ifb";
9       type = "gem";
10     };
11     version = "2.3.2";
12   };
13   mini_portile2 = {
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
19       type = "gem";
20     };
21     version = "2.8.0";
22   };
23   mustache = {
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "1g5hplm0k06vwxwqzwn1mq5bd02yp0h3rym4zwzw26aqi7drcsl2";
29       type = "gem";
30     };
31     version = "0.99.8";
32   };
33   nokogiri = {
34     dependencies = ["mini_portile2" "racc"];
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "1g43ii497cwdqhfnaxfl500bq5yfc5hfv5df1lvf6wcjnd708ihd";
40       type = "gem";
41     };
42     version = "1.13.4";
43   };
44   racc = {
45     groups = ["default"];
46     platforms = [];
47     source = {
48       remotes = ["https://rubygems.org"];
49       sha256 = "0la56m0z26j3mfn1a9lf2l03qx1xifanndf9p3vx1azf6sqy7v9d";
50       type = "gem";
51     };
52     version = "1.6.0";
53   };
54   rexml = {
55     groups = ["default"];
56     platforms = [];
57     source = {
58       remotes = ["https://rubygems.org"];
59       sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
60       type = "gem";
61     };
62     version = "3.2.5";
63   };
64   ronn-ng = {
65     dependencies = ["kramdown" "mustache" "nokogiri"];
66     groups = ["default"];
67     platforms = [];
68     source = {
69       remotes = ["https://rubygems.org"];
70       sha256 = "1slxfg57cabmh98fw507z4ka6lwq1pvbrqwppflxw6700pi8ykfh";
71       type = "gem";
72     };
73     version = "0.9.1";
74   };