python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / misc / html-proofer / gemset.nix
blobd05e096f78d88fe2967af2d6798fea1b41fc74e9
2   addressable = {
3     dependencies = ["public_suffix"];
4     groups = ["default"];
5     platforms = [];
6     source = {
7       remotes = ["https://rubygems.org"];
8       sha256 = "1fvchp2rhp2rmigx7qglf69xvjqvzq7x0g49naliw29r2bz656sy";
9       type = "gem";
10     };
11     version = "2.7.0";
12   };
13   ethon = {
14     dependencies = ["ffi"];
15     groups = ["default"];
16     platforms = [];
17     source = {
18       remotes = ["https://rubygems.org"];
19       sha256 = "0gggrgkcq839mamx7a8jbnp2h7x2ykfn34ixwskwb0lzx2ak17g9";
20       type = "gem";
21     };
22     version = "0.12.0";
23   };
24   ffi = {
25     groups = ["default"];
26     platforms = [];
27     source = {
28       remotes = ["https://rubygems.org"];
29       sha256 = "15hgiy09i8ywjihyzyvjvk42ivi3kmy6dm21s5sgg9j7y3h3zkkx";
30       type = "gem";
31     };
32     version = "1.14.2";
33   };
34   html-proofer = {
35     dependencies = ["addressable" "mercenary" "nokogumbo" "parallel" "rainbow" "typhoeus" "yell"];
36     groups = ["default"];
37     platforms = [];
38     source = {
39       remotes = ["https://rubygems.org"];
40       sha256 = "0i5anzj9lp2m6bvghcbz16dlv5ww2mcwgkfj878mamgvb2pfk2m9";
41       type = "gem";
42     };
43     version = "3.18.8";
44   };
45   mercenary = {
46     groups = ["default"];
47     platforms = [];
48     source = {
49       remotes = ["https://rubygems.org"];
50       sha256 = "0f2i827w4lmsizrxixsrv2ssa3gk1b7lmqh8brk8ijmdb551wnmj";
51       type = "gem";
52     };
53     version = "0.4.0";
54   };
55   mini_portile2 = {
56     groups = ["default"];
57     platforms = [];
58     source = {
59       remotes = ["https://rubygems.org"];
60       sha256 = "1hdbpmamx8js53yk3h8cqy12kgv6ca06k0c9n3pxh6b6cjfs19x7";
61       type = "gem";
62     };
63     version = "2.5.0";
64   };
65   nokogiri = {
66     dependencies = ["mini_portile2" "racc"];
67     groups = ["default"];
68     platforms = [];
69     source = {
70       remotes = ["https://rubygems.org"];
71       sha256 = "1ajwkqr28hwqbyl1l3czx4a34c88acxywyqp8cjyy0zgsd6sbhj2";
72       type = "gem";
73     };
74     version = "1.11.1";
75   };
76   nokogumbo = {
77     dependencies = ["nokogiri"];
78     groups = ["default"];
79     platforms = [];
80     source = {
81       remotes = ["https://rubygems.org"];
82       sha256 = "0pxm7hx2lhmanm8kljd39f1j1742kl0a31zx98jsjiwrkfb5hhc6";
83       type = "gem";
84     };
85     version = "2.0.4";
86   };
87   parallel = {
88     groups = ["default"];
89     platforms = [];
90     source = {
91       remotes = ["https://rubygems.org"];
92       sha256 = "0055br0mibnqz0j8wvy20zry548dhkakws681bhj3ycb972awkzd";
93       type = "gem";
94     };
95     version = "1.20.1";
96   };
97   public_suffix = {
98     groups = ["default"];
99     platforms = [];
100     source = {
101       remotes = ["https://rubygems.org"];
102       sha256 = "1xqcgkl7bwws1qrlnmxgh8g4g9m10vg60bhlw40fplninb3ng6d9";
103       type = "gem";
104     };
105     version = "4.0.6";
106   };
107   racc = {
108     groups = ["default"];
109     platforms = [];
110     source = {
111       remotes = ["https://rubygems.org"];
112       sha256 = "178k7r0xn689spviqzhvazzvxfq6fyjldxb3ywjbgipbfi4s8j1g";
113       type = "gem";
114     };
115     version = "1.5.2";
116   };
117   rainbow = {
118     groups = ["default"];
119     platforms = [];
120     source = {
121       remotes = ["https://rubygems.org"];
122       sha256 = "0bb2fpjspydr6x0s8pn1pqkzmxszvkfapv0p4627mywl7ky4zkhk";
123       type = "gem";
124     };
125     version = "3.0.0";
126   };
127   typhoeus = {
128     dependencies = ["ethon"];
129     groups = ["default"];
130     platforms = [];
131     source = {
132       remotes = ["https://rubygems.org"];
133       sha256 = "1m22yrkmbj81rzhlny81j427qdvz57yk5wbcf3km0nf3bl6qiygz";
134       type = "gem";
135     };
136     version = "1.4.0";
137   };
138   yell = {
139     groups = ["default"];
140     platforms = [];
141     source = {
142       remotes = ["https://rubygems.org"];
143       sha256 = "1g16kcdhdfvczn7x81jiq6afg3bdxmb73skqjyjlkp5nqcy6y5hx";
144       type = "gem";
145     };
146     version = "2.2.2";
147   };