python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / tools / misc / 3llo / gemset.nix
blob4de7651dbce09b5fcafca91f371c1eabaa181662
2   "3llo" = {
3     dependencies = ["tty-prompt"];
4     groups = ["default"];
5     platforms = [];
6     source = {
7       remotes = ["https://rubygems.org"];
8       sha256 = "1w327skga2lpq9rbqqxy6w1r6k9k1l8prk5wmzrycvydn1wp7jk2";
9       type = "gem";
10     };
11     version = "1.3.1";
12   };
13   pastel = {
14     dependencies = ["tty-color"];
15     groups = ["default"];
16     platforms = [];
17     source = {
18       remotes = ["https://rubygems.org"];
19       sha256 = "0xash2gj08dfjvq4hy6l1z22s5v30fhizwgs10d6nviggpxsj7a8";
20       type = "gem";
21     };
22     version = "0.8.0";
23   };
24   tty-color = {
25     groups = ["default"];
26     platforms = [];
27     source = {
28       remotes = ["https://rubygems.org"];
29       sha256 = "0aik4kmhwwrmkysha7qibi2nyzb4c8kp42bd5vxnf8sf7b53g73g";
30       type = "gem";
31     };
32     version = "0.6.0";
33   };
34   tty-cursor = {
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "0j5zw041jgkmn605ya1zc151bxgxl6v192v2i26qhxx7ws2l2lvr";
40       type = "gem";
41     };
42     version = "0.7.1";
43   };
44   tty-prompt = {
45     dependencies = ["pastel" "tty-reader"];
46     groups = ["default"];
47     platforms = [];
48     source = {
49       remotes = ["https://rubygems.org"];
50       sha256 = "1j4y8ik82azjxshgd4i1v4wwhsv3g9cngpygxqkkz69qaa8cxnzw";
51       type = "gem";
52     };
53     version = "0.23.1";
54   };
55   tty-reader = {
56     dependencies = ["tty-cursor" "tty-screen" "wisper"];
57     groups = ["default"];
58     platforms = [];
59     source = {
60       remotes = ["https://rubygems.org"];
61       sha256 = "1cf2k7w7d84hshg4kzrjvk9pkyc2g1m3nx2n1rpmdcf0hp4p4af6";
62       type = "gem";
63     };
64     version = "0.9.0";
65   };
66   tty-screen = {
67     groups = ["default"];
68     platforms = [];
69     source = {
70       remotes = ["https://rubygems.org"];
71       sha256 = "18jr6s1cg8yb26wzkqa6874q0z93rq0y5aw092kdqazk71y6a235";
72       type = "gem";
73     };
74     version = "0.8.1";
75   };
76   wisper = {
77     groups = ["default"];
78     platforms = [];
79     source = {
80       remotes = ["https://rubygems.org"];
81       sha256 = "1rpsi0ziy78cj82sbyyywby4d0aw0a5q84v65qd28vqn79fbq5yf";
82       type = "gem";
83     };
84     version = "2.0.1";
85   };