Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / by-name / fl / flatito / gemset.nix
blobd21644795319928a0f0775d610b7bd82105c2bc2
2   ast = {
3     groups = [ "default" ];
4     platforms = [ ];
5     source = {
6       remotes = [ "https://rubygems.org" ];
7       sha256 = "04nc8x27hlzlrr5c2gn7mar4vdr0apw5xg22wp6m8dx3wqr04a0y";
8       type = "gem";
9     };
10     version = "2.4.2";
11   };
12   colorize = {
13     groups = [ "default" ];
14     platforms = [ ];
15     source = {
16       remotes = [ "https://rubygems.org" ];
17       sha256 = "0dy8ryhcdzgmbvj7jpa1qq3bhhk1m7a2pz6ip0m6dxh30rzj7d9h";
18       type = "gem";
19     };
20     version = "1.1.0";
21   };
22   flatito = {
23     dependencies = [ "colorize" ];
24     groups = [ "default" ];
25     platforms = [ ];
26     source = {
27       path = ./.;
28       type = "path";
29     };
30     version = "0.1.1";
31   };
32   json = {
33     groups = [ "default" ];
34     platforms = [ ];
35     source = {
36       remotes = [ "https://rubygems.org" ];
37       sha256 = "0r9jmjhg2ly3l736flk7r2al47b5c8cayh0gqkq0yhjqzc9a6zhq";
38       type = "gem";
39     };
40     version = "2.7.1";
41   };
42   language_server-protocol = {
43     groups = [ "default" ];
44     platforms = [ ];
45     source = {
46       remotes = [ "https://rubygems.org" ];
47       sha256 = "0gvb1j8xsqxms9mww01rmdl78zkd72zgxaap56bhv8j45z05hp1x";
48       type = "gem";
49     };
50     version = "3.17.0.3";
51   };
52   minitest = {
53     groups = [ "default" ];
54     platforms = [ ];
55     source = {
56       remotes = [ "https://rubygems.org" ];
57       sha256 = "07lq26b86giy3ha3fhrywk9r1ajhc2pm2mzj657jnpnbj1i6g17a";
58       type = "gem";
59     };
60     version = "5.22.3";
61   };
62   parallel = {
63     groups = [ "default" ];
64     platforms = [ ];
65     source = {
66       remotes = [ "https://rubygems.org" ];
67       sha256 = "15wkxrg1sj3n1h2g8jcrn7gcapwcgxr659ypjf75z1ipkgxqxwsv";
68       type = "gem";
69     };
70     version = "1.24.0";
71   };
72   parser = {
73     dependencies = [ "ast" "racc" ];
74     groups = [ "default" ];
75     platforms = [ ];
76     source = {
77       remotes = [ "https://rubygems.org" ];
78       sha256 = "11r6kp8wam0nkfvnwyc1fmvky102r1vcfr84vi2p1a2wa0z32j3p";
79       type = "gem";
80     };
81     version = "3.3.0.5";
82   };
83   racc = {
84     groups = [ "default" ];
85     platforms = [ ];
86     source = {
87       remotes = [ "https://rubygems.org" ];
88       sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
89       type = "gem";
90     };
91     version = "1.7.3";
92   };
93   rainbow = {
94     groups = [ "default" ];
95     platforms = [ ];
96     source = {
97       remotes = [ "https://rubygems.org" ];
98       sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
99       type = "gem";
100     };
101     version = "3.1.1";
102   };
103   rake = {
104     groups = [ "default" ];
105     platforms = [ ];
106     source = {
107       remotes = [ "https://rubygems.org" ];
108       sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy";
109       type = "gem";
110     };
111     version = "13.1.0";
112   };
113   regexp_parser = {
114     groups = [ "default" ];
115     platforms = [ ];
116     source = {
117       remotes = [ "https://rubygems.org" ];
118       sha256 = "1ndxm0xnv27p4gv6xynk6q41irckj76q1jsqpysd9h6f86hhp841";
119       type = "gem";
120     };
121     version = "2.9.0";
122   };
123   rexml = {
124     groups = [ "default" ];
125     platforms = [ ];
126     source = {
127       remotes = [ "https://rubygems.org" ];
128       sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0";
129       type = "gem";
130     };
131     version = "3.2.6";
132   };
133   rubocop = {
134     dependencies = [ "json" "language_server-protocol" "parallel" "parser" "rainbow" "regexp_parser" "rexml" "rubocop-ast" "ruby-progressbar" "unicode-display_width" ];
135     groups = [ "default" ];
136     platforms = [ ];
137     source = {
138       remotes = [ "https://rubygems.org" ];
139       sha256 = "0daamn13fbm77rdwwa4w6j6221iq6091asivgdhk6n7g398frcdf";
140       type = "gem";
141     };
142     version = "1.62.1";
143   };
144   rubocop-ast = {
145     dependencies = [ "parser" ];
146     groups = [ "default" ];
147     platforms = [ ];
148     source = {
149       remotes = [ "https://rubygems.org" ];
150       sha256 = "1v3q8n48w8h809rqbgzihkikr4g3xk72m1na7s97jdsmjjq6y83w";
151       type = "gem";
152     };
153     version = "1.31.2";
154   };
155   rubocop-minitest = {
156     dependencies = [ "rubocop" "rubocop-ast" ];
157     groups = [ "default" ];
158     platforms = [ ];
159     source = {
160       remotes = [ "https://rubygems.org" ];
161       sha256 = "001f4xcs3p0g04cyqfdkb2i1lld0yjmnx1s11y9z2id4b2lg64c4";
162       type = "gem";
163     };
164     version = "0.35.0";
165   };
166   rubocop-performance = {
167     dependencies = [ "rubocop" "rubocop-ast" ];
168     groups = [ "default" ];
169     platforms = [ ];
170     source = {
171       remotes = [ "https://rubygems.org" ];
172       sha256 = "0cf7fn4dwf45r3nhnda0dhnwn8qghswyqbfxr2ippb3z8a6gmc8v";
173       type = "gem";
174     };
175     version = "1.20.2";
176   };
177   rubocop-rake = {
178     dependencies = [ "rubocop" ];
179     groups = [ "default" ];
180     platforms = [ ];
181     source = {
182       remotes = [ "https://rubygems.org" ];
183       sha256 = "1nyq07sfb3vf3ykc6j2d5yq824lzq1asb474yka36jxgi4hz5djn";
184       type = "gem";
185     };
186     version = "0.6.0";
187   };
188   ruby-progressbar = {
189     groups = [ "default" ];
190     platforms = [ ];
191     source = {
192       remotes = [ "https://rubygems.org" ];
193       sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
194       type = "gem";
195     };
196     version = "1.13.0";
197   };
198   unicode-display_width = {
199     groups = [ "default" ];
200     platforms = [ ];
201     source = {
202       remotes = [ "https://rubygems.org" ];
203       sha256 = "1d0azx233nags5jx3fqyr23qa2rhgzbhv8pxp46dgbg1mpf82xky";
204       type = "gem";
205     };
206     version = "2.5.0";
207   };