blast: fix and enable strictDeps (#366620)
[NixPkgs.git] / pkgs / by-name / fl / flatito / gemset.nix
blobaba899a598eaff451832ab573bc633ce5e5dcb0e
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 = [
74       "ast"
75       "racc"
76     ];
77     groups = [ "default" ];
78     platforms = [ ];
79     source = {
80       remotes = [ "https://rubygems.org" ];
81       sha256 = "11r6kp8wam0nkfvnwyc1fmvky102r1vcfr84vi2p1a2wa0z32j3p";
82       type = "gem";
83     };
84     version = "3.3.0.5";
85   };
86   racc = {
87     groups = [ "default" ];
88     platforms = [ ];
89     source = {
90       remotes = [ "https://rubygems.org" ];
91       sha256 = "01b9662zd2x9bp4rdjfid07h09zxj7kvn7f5fghbqhzc625ap1dp";
92       type = "gem";
93     };
94     version = "1.7.3";
95   };
96   rainbow = {
97     groups = [ "default" ];
98     platforms = [ ];
99     source = {
100       remotes = [ "https://rubygems.org" ];
101       sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
102       type = "gem";
103     };
104     version = "3.1.1";
105   };
106   rake = {
107     groups = [ "default" ];
108     platforms = [ ];
109     source = {
110       remotes = [ "https://rubygems.org" ];
111       sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy";
112       type = "gem";
113     };
114     version = "13.1.0";
115   };
116   regexp_parser = {
117     groups = [ "default" ];
118     platforms = [ ];
119     source = {
120       remotes = [ "https://rubygems.org" ];
121       sha256 = "1ndxm0xnv27p4gv6xynk6q41irckj76q1jsqpysd9h6f86hhp841";
122       type = "gem";
123     };
124     version = "2.9.0";
125   };
126   rexml = {
127     groups = [ "default" ];
128     platforms = [ ];
129     source = {
130       remotes = [ "https://rubygems.org" ];
131       sha256 = "05i8518ay14kjbma550mv0jm8a6di8yp5phzrd8rj44z9qnrlrp0";
132       type = "gem";
133     };
134     version = "3.2.6";
135   };
136   rubocop = {
137     dependencies = [
138       "json"
139       "language_server-protocol"
140       "parallel"
141       "parser"
142       "rainbow"
143       "regexp_parser"
144       "rexml"
145       "rubocop-ast"
146       "ruby-progressbar"
147       "unicode-display_width"
148     ];
149     groups = [ "default" ];
150     platforms = [ ];
151     source = {
152       remotes = [ "https://rubygems.org" ];
153       sha256 = "0daamn13fbm77rdwwa4w6j6221iq6091asivgdhk6n7g398frcdf";
154       type = "gem";
155     };
156     version = "1.62.1";
157   };
158   rubocop-ast = {
159     dependencies = [ "parser" ];
160     groups = [ "default" ];
161     platforms = [ ];
162     source = {
163       remotes = [ "https://rubygems.org" ];
164       sha256 = "1v3q8n48w8h809rqbgzihkikr4g3xk72m1na7s97jdsmjjq6y83w";
165       type = "gem";
166     };
167     version = "1.31.2";
168   };
169   rubocop-minitest = {
170     dependencies = [
171       "rubocop"
172       "rubocop-ast"
173     ];
174     groups = [ "default" ];
175     platforms = [ ];
176     source = {
177       remotes = [ "https://rubygems.org" ];
178       sha256 = "001f4xcs3p0g04cyqfdkb2i1lld0yjmnx1s11y9z2id4b2lg64c4";
179       type = "gem";
180     };
181     version = "0.35.0";
182   };
183   rubocop-performance = {
184     dependencies = [
185       "rubocop"
186       "rubocop-ast"
187     ];
188     groups = [ "default" ];
189     platforms = [ ];
190     source = {
191       remotes = [ "https://rubygems.org" ];
192       sha256 = "0cf7fn4dwf45r3nhnda0dhnwn8qghswyqbfxr2ippb3z8a6gmc8v";
193       type = "gem";
194     };
195     version = "1.20.2";
196   };
197   rubocop-rake = {
198     dependencies = [ "rubocop" ];
199     groups = [ "default" ];
200     platforms = [ ];
201     source = {
202       remotes = [ "https://rubygems.org" ];
203       sha256 = "1nyq07sfb3vf3ykc6j2d5yq824lzq1asb474yka36jxgi4hz5djn";
204       type = "gem";
205     };
206     version = "0.6.0";
207   };
208   ruby-progressbar = {
209     groups = [ "default" ];
210     platforms = [ ];
211     source = {
212       remotes = [ "https://rubygems.org" ];
213       sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
214       type = "gem";
215     };
216     version = "1.13.0";
217   };
218   unicode-display_width = {
219     groups = [ "default" ];
220     platforms = [ ];
221     source = {
222       remotes = [ "https://rubygems.org" ];
223       sha256 = "1d0azx233nags5jx3fqyr23qa2rhgzbhv8pxp46dgbg1mpf82xky";
224       type = "gem";
225     };
226     version = "2.5.0";
227   };