errgonomic 0.6.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.envrc +1 -1
- data/.rubocop.yml +28 -1
- data/CONTRIBUTING.md +67 -0
- data/README.md +180 -18
- data/Rakefile +14 -1
- data/flake.lock +26 -4
- data/flake.nix +84 -19
- data/gem-groups.json +1 -0
- data/lib/errgonomic/core_ext/array.rb +38 -0
- data/lib/errgonomic/core_ext/bool.rb +68 -0
- data/lib/errgonomic/core_ext/hash.rb +36 -0
- data/lib/errgonomic/option.rb +204 -30
- data/lib/errgonomic/optional_array.rb +146 -0
- data/lib/errgonomic/optional_dig.rb +33 -0
- data/lib/errgonomic/optional_hash.rb +147 -0
- data/lib/errgonomic/presence.rb +4 -2
- data/lib/errgonomic/rails/active_record_delegate_optional.rb +6 -0
- data/lib/errgonomic/rails/active_record_optional.rb +40 -8
- data/lib/errgonomic/rails.rb +3 -1
- data/lib/errgonomic/result.rb +151 -5
- data/lib/errgonomic/type.rb +2 -0
- data/lib/errgonomic/version.rb +1 -1
- data/lib/errgonomic.rb +19 -0
- metadata +10 -3
- data/gemset.nix +0 -1084
data/gemset.nix
DELETED
|
@@ -1,1084 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
action_text-trix = {
|
|
3
|
-
dependencies = ["railties"];
|
|
4
|
-
groups = ["default" "development"];
|
|
5
|
-
platforms = [];
|
|
6
|
-
source = {
|
|
7
|
-
remotes = ["https://rubygems.org"];
|
|
8
|
-
sha256 = "12isf17cd4xyx5vg97nzxsi92703yh40fxyns6gl9f11331a4ign";
|
|
9
|
-
type = "gem";
|
|
10
|
-
};
|
|
11
|
-
version = "2.1.16";
|
|
12
|
-
};
|
|
13
|
-
actioncable = {
|
|
14
|
-
dependencies = ["actionpack" "activesupport" "nio4r" "websocket-driver" "zeitwerk"];
|
|
15
|
-
groups = ["default" "development"];
|
|
16
|
-
platforms = [];
|
|
17
|
-
source = {
|
|
18
|
-
remotes = ["https://rubygems.org"];
|
|
19
|
-
sha256 = "0s8rp5zpcxqkpj610whkrnjhwk119f5xn7b9bkydx76a9k1yycfw";
|
|
20
|
-
type = "gem";
|
|
21
|
-
};
|
|
22
|
-
version = "8.1.2";
|
|
23
|
-
};
|
|
24
|
-
actionmailbox = {
|
|
25
|
-
dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail"];
|
|
26
|
-
groups = ["default" "development"];
|
|
27
|
-
platforms = [];
|
|
28
|
-
source = {
|
|
29
|
-
remotes = ["https://rubygems.org"];
|
|
30
|
-
sha256 = "16w8h4awh3k1v6b2anix20qjdij5zby7am379y4mlp8fk2qjz2q5";
|
|
31
|
-
type = "gem";
|
|
32
|
-
};
|
|
33
|
-
version = "8.1.2";
|
|
34
|
-
};
|
|
35
|
-
actionmailer = {
|
|
36
|
-
dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing"];
|
|
37
|
-
groups = ["default" "development"];
|
|
38
|
-
platforms = [];
|
|
39
|
-
source = {
|
|
40
|
-
remotes = ["https://rubygems.org"];
|
|
41
|
-
sha256 = "1sbmj65nzqzjh9ji94p91mkpjlhf3jkcbzd7ia8gwfv51w3d5hgl";
|
|
42
|
-
type = "gem";
|
|
43
|
-
};
|
|
44
|
-
version = "8.1.2";
|
|
45
|
-
};
|
|
46
|
-
actionpack = {
|
|
47
|
-
dependencies = ["actionview" "activesupport" "nokogiri" "rack" "rack-session" "rack-test" "rails-dom-testing" "rails-html-sanitizer" "useragent"];
|
|
48
|
-
groups = ["default" "development"];
|
|
49
|
-
platforms = [];
|
|
50
|
-
source = {
|
|
51
|
-
remotes = ["https://rubygems.org"];
|
|
52
|
-
sha256 = "08w49zj1skvviyakjy2cazfklkgx2dsnfzxb9fmaznphl53l3myf";
|
|
53
|
-
type = "gem";
|
|
54
|
-
};
|
|
55
|
-
version = "8.1.2";
|
|
56
|
-
};
|
|
57
|
-
actiontext = {
|
|
58
|
-
dependencies = ["action_text-trix" "actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"];
|
|
59
|
-
groups = ["default" "development"];
|
|
60
|
-
platforms = [];
|
|
61
|
-
source = {
|
|
62
|
-
remotes = ["https://rubygems.org"];
|
|
63
|
-
sha256 = "0b9dilsjx9saqqz7dwj0fqfbacdyar5f4g4wfxqdj6cw5ai7vx8b";
|
|
64
|
-
type = "gem";
|
|
65
|
-
};
|
|
66
|
-
version = "8.1.2";
|
|
67
|
-
};
|
|
68
|
-
actionview = {
|
|
69
|
-
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
|
|
70
|
-
groups = ["default" "development"];
|
|
71
|
-
platforms = [];
|
|
72
|
-
source = {
|
|
73
|
-
remotes = ["https://rubygems.org"];
|
|
74
|
-
sha256 = "0nrf7qn2p6r645427whfh071az6bv8728bf2rrr9n74ii0jmnic0";
|
|
75
|
-
type = "gem";
|
|
76
|
-
};
|
|
77
|
-
version = "8.1.2";
|
|
78
|
-
};
|
|
79
|
-
activejob = {
|
|
80
|
-
dependencies = ["activesupport" "globalid"];
|
|
81
|
-
groups = ["default" "development"];
|
|
82
|
-
platforms = [];
|
|
83
|
-
source = {
|
|
84
|
-
remotes = ["https://rubygems.org"];
|
|
85
|
-
sha256 = "09gq0bivkb9qfmg69k1jqbsbs1vb2ps1jn1p6saqa0di2cvsp3ch";
|
|
86
|
-
type = "gem";
|
|
87
|
-
};
|
|
88
|
-
version = "8.1.2";
|
|
89
|
-
};
|
|
90
|
-
activemodel = {
|
|
91
|
-
dependencies = ["activesupport"];
|
|
92
|
-
groups = ["default" "development"];
|
|
93
|
-
platforms = [];
|
|
94
|
-
source = {
|
|
95
|
-
remotes = ["https://rubygems.org"];
|
|
96
|
-
sha256 = "0gpkph1mq78yg1cl0vkc8js0gh3vjxjf9drqk0zyv2p63k0mh4z2";
|
|
97
|
-
type = "gem";
|
|
98
|
-
};
|
|
99
|
-
version = "8.1.2";
|
|
100
|
-
};
|
|
101
|
-
activerecord = {
|
|
102
|
-
dependencies = ["activemodel" "activesupport" "timeout"];
|
|
103
|
-
groups = ["development"];
|
|
104
|
-
platforms = [];
|
|
105
|
-
source = {
|
|
106
|
-
remotes = ["https://rubygems.org"];
|
|
107
|
-
sha256 = "0i6c9g3q0lx4bca5gvz0p8p6ibhwn176zzhih0hgll6cvz5f1yxc";
|
|
108
|
-
type = "gem";
|
|
109
|
-
};
|
|
110
|
-
version = "8.1.2";
|
|
111
|
-
};
|
|
112
|
-
activestorage = {
|
|
113
|
-
dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel"];
|
|
114
|
-
groups = ["default" "development"];
|
|
115
|
-
platforms = [];
|
|
116
|
-
source = {
|
|
117
|
-
remotes = ["https://rubygems.org"];
|
|
118
|
-
sha256 = "0xms9z8asdpqw5ybl6n4bk1iys4l7y0iyi2rdbifxjlr766a8qwa";
|
|
119
|
-
type = "gem";
|
|
120
|
-
};
|
|
121
|
-
version = "8.1.2";
|
|
122
|
-
};
|
|
123
|
-
activesupport = {
|
|
124
|
-
dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "json" "logger" "minitest" "securerandom" "tzinfo" "uri"];
|
|
125
|
-
groups = ["default" "development"];
|
|
126
|
-
platforms = [];
|
|
127
|
-
source = {
|
|
128
|
-
remotes = ["https://rubygems.org"];
|
|
129
|
-
sha256 = "1bpxnr83z1x78h3jxvmga7vrmzmc8b4fic49h9jhzm6hriw2b148";
|
|
130
|
-
type = "gem";
|
|
131
|
-
};
|
|
132
|
-
version = "8.1.2";
|
|
133
|
-
};
|
|
134
|
-
ast = {
|
|
135
|
-
groups = ["default" "development"];
|
|
136
|
-
platforms = [];
|
|
137
|
-
source = {
|
|
138
|
-
remotes = ["https://rubygems.org"];
|
|
139
|
-
sha256 = "10yknjyn0728gjn6b5syynvrvrwm66bhssbxq8mkhshxghaiailm";
|
|
140
|
-
type = "gem";
|
|
141
|
-
};
|
|
142
|
-
version = "2.4.3";
|
|
143
|
-
};
|
|
144
|
-
backport = {
|
|
145
|
-
groups = ["default" "development"];
|
|
146
|
-
platforms = [];
|
|
147
|
-
source = {
|
|
148
|
-
remotes = ["https://rubygems.org"];
|
|
149
|
-
sha256 = "0xbzzjrgah0f8ifgd449kak2vyf30micpz6x2g82aipfv7ypsb4i";
|
|
150
|
-
type = "gem";
|
|
151
|
-
};
|
|
152
|
-
version = "1.2.0";
|
|
153
|
-
};
|
|
154
|
-
base64 = {
|
|
155
|
-
groups = ["default" "development"];
|
|
156
|
-
platforms = [];
|
|
157
|
-
source = {
|
|
158
|
-
remotes = ["https://rubygems.org"];
|
|
159
|
-
sha256 = "0yx9yn47a8lkfcjmigk79fykxvr80r4m1i35q82sxzynpbm7lcr7";
|
|
160
|
-
type = "gem";
|
|
161
|
-
};
|
|
162
|
-
version = "0.3.0";
|
|
163
|
-
};
|
|
164
|
-
benchmark = {
|
|
165
|
-
groups = ["default" "development"];
|
|
166
|
-
platforms = [];
|
|
167
|
-
source = {
|
|
168
|
-
remotes = ["https://rubygems.org"];
|
|
169
|
-
sha256 = "1kicilpma5l0lwayqjb5577bm0hbjndj2gh150xz09xsgc1l1vyl";
|
|
170
|
-
type = "gem";
|
|
171
|
-
};
|
|
172
|
-
version = "0.4.1";
|
|
173
|
-
};
|
|
174
|
-
bigdecimal = {
|
|
175
|
-
groups = ["default" "development"];
|
|
176
|
-
platforms = [];
|
|
177
|
-
source = {
|
|
178
|
-
remotes = ["https://rubygems.org"];
|
|
179
|
-
sha256 = "1p2szbr4jdvmwaaj2kxlbv1rp0m6ycbgfyp0kjkkkswmniv5y21r";
|
|
180
|
-
type = "gem";
|
|
181
|
-
};
|
|
182
|
-
version = "3.2.2";
|
|
183
|
-
};
|
|
184
|
-
builder = {
|
|
185
|
-
groups = ["default" "development"];
|
|
186
|
-
platforms = [];
|
|
187
|
-
source = {
|
|
188
|
-
remotes = ["https://rubygems.org"];
|
|
189
|
-
sha256 = "0pw3r2lyagsxkm71bf44v5b74f7l9r7di22brbyji9fwz791hya9";
|
|
190
|
-
type = "gem";
|
|
191
|
-
};
|
|
192
|
-
version = "3.3.0";
|
|
193
|
-
};
|
|
194
|
-
concurrent-ruby = {
|
|
195
|
-
groups = ["default" "development"];
|
|
196
|
-
platforms = [];
|
|
197
|
-
source = {
|
|
198
|
-
remotes = ["https://rubygems.org"];
|
|
199
|
-
sha256 = "1ipbrgvf0pp6zxdk5ascp6i29aybz2bx9wdrlchjmpx6mhvkwfw1";
|
|
200
|
-
type = "gem";
|
|
201
|
-
};
|
|
202
|
-
version = "1.3.5";
|
|
203
|
-
};
|
|
204
|
-
connection_pool = {
|
|
205
|
-
groups = ["default" "development"];
|
|
206
|
-
platforms = [];
|
|
207
|
-
source = {
|
|
208
|
-
remotes = ["https://rubygems.org"];
|
|
209
|
-
sha256 = "0nrhsk7b3sjqbyl1cah6ibf1kvi3v93a7wf4637d355hp614mmyg";
|
|
210
|
-
type = "gem";
|
|
211
|
-
};
|
|
212
|
-
version = "2.5.3";
|
|
213
|
-
};
|
|
214
|
-
crass = {
|
|
215
|
-
groups = ["default" "development"];
|
|
216
|
-
platforms = [];
|
|
217
|
-
source = {
|
|
218
|
-
remotes = ["https://rubygems.org"];
|
|
219
|
-
sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
|
|
220
|
-
type = "gem";
|
|
221
|
-
};
|
|
222
|
-
version = "1.0.6";
|
|
223
|
-
};
|
|
224
|
-
date = {
|
|
225
|
-
groups = ["default" "development"];
|
|
226
|
-
platforms = [];
|
|
227
|
-
source = {
|
|
228
|
-
remotes = ["https://rubygems.org"];
|
|
229
|
-
sha256 = "1h0db8r2v5llxdbzkzyllkfniqw9gm092qn7cbaib73v9lw0c3bm";
|
|
230
|
-
type = "gem";
|
|
231
|
-
};
|
|
232
|
-
version = "3.5.1";
|
|
233
|
-
};
|
|
234
|
-
diff-lcs = {
|
|
235
|
-
groups = ["default" "development"];
|
|
236
|
-
platforms = [];
|
|
237
|
-
source = {
|
|
238
|
-
remotes = ["https://rubygems.org"];
|
|
239
|
-
sha256 = "0qlrj2qyysc9avzlr4zs1py3x684hqm61n4czrsk1pyllz5x5q4s";
|
|
240
|
-
type = "gem";
|
|
241
|
-
};
|
|
242
|
-
version = "1.6.2";
|
|
243
|
-
};
|
|
244
|
-
drb = {
|
|
245
|
-
groups = ["default" "development"];
|
|
246
|
-
platforms = [];
|
|
247
|
-
source = {
|
|
248
|
-
remotes = ["https://rubygems.org"];
|
|
249
|
-
sha256 = "0wrkl7yiix268s2md1h6wh91311w95ikd8fy8m5gx589npyxc00b";
|
|
250
|
-
type = "gem";
|
|
251
|
-
};
|
|
252
|
-
version = "2.2.3";
|
|
253
|
-
};
|
|
254
|
-
erb = {
|
|
255
|
-
groups = ["default" "development"];
|
|
256
|
-
platforms = [];
|
|
257
|
-
source = {
|
|
258
|
-
remotes = ["https://rubygems.org"];
|
|
259
|
-
sha256 = "0ar4nmvk1sk7drjigqyh9nnps3mxg625b8chfk42557p8i6jdrlz";
|
|
260
|
-
type = "gem";
|
|
261
|
-
};
|
|
262
|
-
version = "6.0.2";
|
|
263
|
-
};
|
|
264
|
-
errgonomic = {
|
|
265
|
-
dependencies = ["concurrent-ruby"];
|
|
266
|
-
groups = ["default"];
|
|
267
|
-
platforms = [];
|
|
268
|
-
source = {
|
|
269
|
-
path = ./.;
|
|
270
|
-
type = "path";
|
|
271
|
-
};
|
|
272
|
-
version = "0.6.0";
|
|
273
|
-
};
|
|
274
|
-
erubi = {
|
|
275
|
-
groups = ["default" "development"];
|
|
276
|
-
platforms = [];
|
|
277
|
-
source = {
|
|
278
|
-
remotes = ["https://rubygems.org"];
|
|
279
|
-
sha256 = "1naaxsqkv5b3vklab5sbb9sdpszrjzlfsbqpy7ncbnw510xi10m0";
|
|
280
|
-
type = "gem";
|
|
281
|
-
};
|
|
282
|
-
version = "1.13.1";
|
|
283
|
-
};
|
|
284
|
-
globalid = {
|
|
285
|
-
dependencies = ["activesupport"];
|
|
286
|
-
groups = ["default" "development"];
|
|
287
|
-
platforms = [];
|
|
288
|
-
source = {
|
|
289
|
-
remotes = ["https://rubygems.org"];
|
|
290
|
-
sha256 = "04gzhqvsm4z4l12r9dkac9a75ah45w186ydhl0i4andldsnkkih5";
|
|
291
|
-
type = "gem";
|
|
292
|
-
};
|
|
293
|
-
version = "1.3.0";
|
|
294
|
-
};
|
|
295
|
-
i18n = {
|
|
296
|
-
dependencies = ["concurrent-ruby"];
|
|
297
|
-
groups = ["default" "development"];
|
|
298
|
-
platforms = [];
|
|
299
|
-
source = {
|
|
300
|
-
remotes = ["https://rubygems.org"];
|
|
301
|
-
sha256 = "03sx3ahz1v5kbqjwxj48msw3maplpp2iyzs22l4jrzrqh4zmgfnf";
|
|
302
|
-
type = "gem";
|
|
303
|
-
};
|
|
304
|
-
version = "1.14.7";
|
|
305
|
-
};
|
|
306
|
-
io-console = {
|
|
307
|
-
groups = ["default" "development"];
|
|
308
|
-
platforms = [];
|
|
309
|
-
source = {
|
|
310
|
-
remotes = ["https://rubygems.org"];
|
|
311
|
-
sha256 = "1k0lk3pwadm2myvpg893n8jshmrf2sigrd4ki15lymy7gixaxqyn";
|
|
312
|
-
type = "gem";
|
|
313
|
-
};
|
|
314
|
-
version = "0.8.2";
|
|
315
|
-
};
|
|
316
|
-
irb = {
|
|
317
|
-
dependencies = ["pp" "prism" "rdoc" "reline"];
|
|
318
|
-
groups = ["default" "development"];
|
|
319
|
-
platforms = [];
|
|
320
|
-
source = {
|
|
321
|
-
remotes = ["https://rubygems.org"];
|
|
322
|
-
sha256 = "1bishrxfn2anwlagw8rzly7i2yicjnr947f48nh638yqjgdlv30n";
|
|
323
|
-
type = "gem";
|
|
324
|
-
};
|
|
325
|
-
version = "1.17.0";
|
|
326
|
-
};
|
|
327
|
-
jaro_winkler = {
|
|
328
|
-
groups = ["default" "development"];
|
|
329
|
-
platforms = [];
|
|
330
|
-
source = {
|
|
331
|
-
remotes = ["https://rubygems.org"];
|
|
332
|
-
sha256 = "14xkw4lb6wwvbcwqkf6ds116sridk9c8yz6y3caw07vzpwdvcmn0";
|
|
333
|
-
type = "gem";
|
|
334
|
-
};
|
|
335
|
-
version = "1.6.1";
|
|
336
|
-
};
|
|
337
|
-
json = {
|
|
338
|
-
groups = ["default" "development"];
|
|
339
|
-
platforms = [];
|
|
340
|
-
source = {
|
|
341
|
-
remotes = ["https://rubygems.org"];
|
|
342
|
-
sha256 = "1x5b8ipv6g0z44wgc45039k04smsyf95h2m5m67mqq35sa5a955s";
|
|
343
|
-
type = "gem";
|
|
344
|
-
};
|
|
345
|
-
version = "2.12.2";
|
|
346
|
-
};
|
|
347
|
-
kramdown = {
|
|
348
|
-
dependencies = ["rexml"];
|
|
349
|
-
groups = ["default" "development"];
|
|
350
|
-
platforms = [];
|
|
351
|
-
source = {
|
|
352
|
-
remotes = ["https://rubygems.org"];
|
|
353
|
-
sha256 = "131nwypz8b4pq1hxs6gsz3k00i9b75y3cgpkq57vxknkv6mvdfw7";
|
|
354
|
-
type = "gem";
|
|
355
|
-
};
|
|
356
|
-
version = "2.5.1";
|
|
357
|
-
};
|
|
358
|
-
kramdown-parser-gfm = {
|
|
359
|
-
dependencies = ["kramdown"];
|
|
360
|
-
groups = ["default" "development"];
|
|
361
|
-
platforms = [];
|
|
362
|
-
source = {
|
|
363
|
-
remotes = ["https://rubygems.org"];
|
|
364
|
-
sha256 = "0a8pb3v951f4x7h968rqfsa19c8arz21zw1vaj42jza22rap8fgv";
|
|
365
|
-
type = "gem";
|
|
366
|
-
};
|
|
367
|
-
version = "1.1.0";
|
|
368
|
-
};
|
|
369
|
-
language_server-protocol = {
|
|
370
|
-
groups = ["default" "development"];
|
|
371
|
-
platforms = [];
|
|
372
|
-
source = {
|
|
373
|
-
remotes = ["https://rubygems.org"];
|
|
374
|
-
sha256 = "1k0311vah76kg5m6zr7wmkwyk5p2f9d9hyckjpn3xgr83ajkj7px";
|
|
375
|
-
type = "gem";
|
|
376
|
-
};
|
|
377
|
-
version = "3.17.0.5";
|
|
378
|
-
};
|
|
379
|
-
lint_roller = {
|
|
380
|
-
groups = ["default" "development"];
|
|
381
|
-
platforms = [];
|
|
382
|
-
source = {
|
|
383
|
-
remotes = ["https://rubygems.org"];
|
|
384
|
-
sha256 = "11yc0d84hsnlvx8cpk4cbj6a4dz9pk0r1k29p0n1fz9acddq831c";
|
|
385
|
-
type = "gem";
|
|
386
|
-
};
|
|
387
|
-
version = "1.1.0";
|
|
388
|
-
};
|
|
389
|
-
logger = {
|
|
390
|
-
groups = ["default" "development"];
|
|
391
|
-
platforms = [];
|
|
392
|
-
source = {
|
|
393
|
-
remotes = ["https://rubygems.org"];
|
|
394
|
-
sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
|
|
395
|
-
type = "gem";
|
|
396
|
-
};
|
|
397
|
-
version = "1.7.0";
|
|
398
|
-
};
|
|
399
|
-
loofah = {
|
|
400
|
-
dependencies = ["crass" "nokogiri"];
|
|
401
|
-
groups = ["default" "development"];
|
|
402
|
-
platforms = [];
|
|
403
|
-
source = {
|
|
404
|
-
remotes = ["https://rubygems.org"];
|
|
405
|
-
sha256 = "1rk0n13c9nmk8di2x5gqk5r04vf8bkp7ff6z0b44wsmc7fndfpnz";
|
|
406
|
-
type = "gem";
|
|
407
|
-
};
|
|
408
|
-
version = "2.25.0";
|
|
409
|
-
};
|
|
410
|
-
mail = {
|
|
411
|
-
dependencies = ["logger" "mini_mime" "net-imap" "net-pop" "net-smtp"];
|
|
412
|
-
groups = ["default" "development"];
|
|
413
|
-
platforms = [];
|
|
414
|
-
source = {
|
|
415
|
-
remotes = ["https://rubygems.org"];
|
|
416
|
-
sha256 = "0ha9sgkfqna62c1basc17dkx91yk7ppgjq32k4nhrikirlz6g9kg";
|
|
417
|
-
type = "gem";
|
|
418
|
-
};
|
|
419
|
-
version = "2.9.0";
|
|
420
|
-
};
|
|
421
|
-
marcel = {
|
|
422
|
-
groups = ["default" "development"];
|
|
423
|
-
platforms = [];
|
|
424
|
-
source = {
|
|
425
|
-
remotes = ["https://rubygems.org"];
|
|
426
|
-
sha256 = "1vhb1sbzlq42k2pzd9v0w5ws4kjx184y8h4d63296bn57jiwzkzx";
|
|
427
|
-
type = "gem";
|
|
428
|
-
};
|
|
429
|
-
version = "1.1.0";
|
|
430
|
-
};
|
|
431
|
-
mini_mime = {
|
|
432
|
-
groups = ["default" "development"];
|
|
433
|
-
platforms = [];
|
|
434
|
-
source = {
|
|
435
|
-
remotes = ["https://rubygems.org"];
|
|
436
|
-
sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6";
|
|
437
|
-
type = "gem";
|
|
438
|
-
};
|
|
439
|
-
version = "1.1.5";
|
|
440
|
-
};
|
|
441
|
-
mini_portile2 = {
|
|
442
|
-
groups = ["default" "development"];
|
|
443
|
-
platforms = [];
|
|
444
|
-
source = {
|
|
445
|
-
remotes = ["https://rubygems.org"];
|
|
446
|
-
sha256 = "12f2830x7pq3kj0v8nz0zjvaw02sv01bqs1zwdrc04704kwcgmqc";
|
|
447
|
-
type = "gem";
|
|
448
|
-
};
|
|
449
|
-
version = "2.8.9";
|
|
450
|
-
};
|
|
451
|
-
minitest = {
|
|
452
|
-
groups = ["development"];
|
|
453
|
-
platforms = [];
|
|
454
|
-
source = {
|
|
455
|
-
remotes = ["https://rubygems.org"];
|
|
456
|
-
sha256 = "0mn7q9yzrwinvfvkyjiz548a4rmcwbmz2fn9nyzh4j1snin6q6rr";
|
|
457
|
-
type = "gem";
|
|
458
|
-
};
|
|
459
|
-
version = "5.25.5";
|
|
460
|
-
};
|
|
461
|
-
net-imap = {
|
|
462
|
-
dependencies = ["date" "net-protocol"];
|
|
463
|
-
groups = ["default" "development"];
|
|
464
|
-
platforms = [];
|
|
465
|
-
source = {
|
|
466
|
-
remotes = ["https://rubygems.org"];
|
|
467
|
-
sha256 = "1bgjhb65r1bl52wdym6wpbb0r3j7va8s44grggp0jvarfvw7bawv";
|
|
468
|
-
type = "gem";
|
|
469
|
-
};
|
|
470
|
-
version = "0.6.3";
|
|
471
|
-
};
|
|
472
|
-
net-pop = {
|
|
473
|
-
dependencies = ["net-protocol"];
|
|
474
|
-
groups = ["default" "development"];
|
|
475
|
-
platforms = [];
|
|
476
|
-
source = {
|
|
477
|
-
remotes = ["https://rubygems.org"];
|
|
478
|
-
sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4";
|
|
479
|
-
type = "gem";
|
|
480
|
-
};
|
|
481
|
-
version = "0.1.2";
|
|
482
|
-
};
|
|
483
|
-
net-protocol = {
|
|
484
|
-
dependencies = ["timeout"];
|
|
485
|
-
groups = ["default" "development"];
|
|
486
|
-
platforms = [];
|
|
487
|
-
source = {
|
|
488
|
-
remotes = ["https://rubygems.org"];
|
|
489
|
-
sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa";
|
|
490
|
-
type = "gem";
|
|
491
|
-
};
|
|
492
|
-
version = "0.2.2";
|
|
493
|
-
};
|
|
494
|
-
net-smtp = {
|
|
495
|
-
dependencies = ["net-protocol"];
|
|
496
|
-
groups = ["default" "development"];
|
|
497
|
-
platforms = [];
|
|
498
|
-
source = {
|
|
499
|
-
remotes = ["https://rubygems.org"];
|
|
500
|
-
sha256 = "0dh7nzjp0fiaqq1jz90nv4nxhc2w359d7c199gmzq965cfps15pd";
|
|
501
|
-
type = "gem";
|
|
502
|
-
};
|
|
503
|
-
version = "0.5.1";
|
|
504
|
-
};
|
|
505
|
-
nio4r = {
|
|
506
|
-
groups = ["default" "development"];
|
|
507
|
-
platforms = [];
|
|
508
|
-
source = {
|
|
509
|
-
remotes = ["https://rubygems.org"];
|
|
510
|
-
sha256 = "18fwy5yqnvgixq3cn0h63lm8jaxsjjxkmj8rhiv8wpzv9271d43c";
|
|
511
|
-
type = "gem";
|
|
512
|
-
};
|
|
513
|
-
version = "2.7.5";
|
|
514
|
-
};
|
|
515
|
-
nokogiri = {
|
|
516
|
-
dependencies = ["mini_portile2" "racc"];
|
|
517
|
-
groups = ["default" "development"];
|
|
518
|
-
platforms = [];
|
|
519
|
-
source = {
|
|
520
|
-
remotes = ["https://rubygems.org"];
|
|
521
|
-
sha256 = "0rb306hbky6cxfyc8vrwpvl40fdapjvhsk62h08gg9wwbn3n8x4c";
|
|
522
|
-
type = "gem";
|
|
523
|
-
};
|
|
524
|
-
version = "1.18.8";
|
|
525
|
-
};
|
|
526
|
-
observer = {
|
|
527
|
-
groups = ["default" "development"];
|
|
528
|
-
platforms = [];
|
|
529
|
-
source = {
|
|
530
|
-
remotes = ["https://rubygems.org"];
|
|
531
|
-
sha256 = "1b2h1642jy1xrgyakyzz6bkq43gwp8yvxrs8sww12rms65qi18yq";
|
|
532
|
-
type = "gem";
|
|
533
|
-
};
|
|
534
|
-
version = "0.1.2";
|
|
535
|
-
};
|
|
536
|
-
ostruct = {
|
|
537
|
-
groups = ["default" "development"];
|
|
538
|
-
platforms = [];
|
|
539
|
-
source = {
|
|
540
|
-
remotes = ["https://rubygems.org"];
|
|
541
|
-
sha256 = "1h6gazp5837xbz1aqvq9x0a5ffpw32nhvknn931a4074k6i04wvd";
|
|
542
|
-
type = "gem";
|
|
543
|
-
};
|
|
544
|
-
version = "0.6.2";
|
|
545
|
-
};
|
|
546
|
-
parallel = {
|
|
547
|
-
groups = ["default" "development"];
|
|
548
|
-
platforms = [];
|
|
549
|
-
source = {
|
|
550
|
-
remotes = ["https://rubygems.org"];
|
|
551
|
-
sha256 = "0c719bfgcszqvk9z47w2p8j2wkz5y35k48ywwas5yxbbh3hm3haa";
|
|
552
|
-
type = "gem";
|
|
553
|
-
};
|
|
554
|
-
version = "1.27.0";
|
|
555
|
-
};
|
|
556
|
-
parser = {
|
|
557
|
-
dependencies = ["ast" "racc"];
|
|
558
|
-
groups = ["default" "development"];
|
|
559
|
-
platforms = [];
|
|
560
|
-
source = {
|
|
561
|
-
remotes = ["https://rubygems.org"];
|
|
562
|
-
sha256 = "0i9w8msil4snx5w11ix9b0wf52vjc3r49khy3ddgl1xk890kcxi4";
|
|
563
|
-
type = "gem";
|
|
564
|
-
};
|
|
565
|
-
version = "3.3.8.0";
|
|
566
|
-
};
|
|
567
|
-
pp = {
|
|
568
|
-
dependencies = ["prettyprint"];
|
|
569
|
-
groups = ["default" "development"];
|
|
570
|
-
platforms = [];
|
|
571
|
-
source = {
|
|
572
|
-
remotes = ["https://rubygems.org"];
|
|
573
|
-
sha256 = "1xlxmg86k5kifci1xvlmgw56x88dmqf04zfzn7zcr4qb8ladal99";
|
|
574
|
-
type = "gem";
|
|
575
|
-
};
|
|
576
|
-
version = "0.6.3";
|
|
577
|
-
};
|
|
578
|
-
prettyprint = {
|
|
579
|
-
groups = ["default" "development"];
|
|
580
|
-
platforms = [];
|
|
581
|
-
source = {
|
|
582
|
-
remotes = ["https://rubygems.org"];
|
|
583
|
-
sha256 = "14zicq3plqi217w6xahv7b8f7aj5kpxv1j1w98344ix9h5ay3j9b";
|
|
584
|
-
type = "gem";
|
|
585
|
-
};
|
|
586
|
-
version = "0.2.0";
|
|
587
|
-
};
|
|
588
|
-
prism = {
|
|
589
|
-
groups = ["default" "development"];
|
|
590
|
-
platforms = [];
|
|
591
|
-
source = {
|
|
592
|
-
remotes = ["https://rubygems.org"];
|
|
593
|
-
sha256 = "0gkhpdjib9zi9i27vd9djrxiwjia03cijmd6q8yj2q1ix403w3nw";
|
|
594
|
-
type = "gem";
|
|
595
|
-
};
|
|
596
|
-
version = "1.4.0";
|
|
597
|
-
};
|
|
598
|
-
psych = {
|
|
599
|
-
dependencies = ["date" "stringio"];
|
|
600
|
-
groups = ["default" "development"];
|
|
601
|
-
platforms = [];
|
|
602
|
-
source = {
|
|
603
|
-
remotes = ["https://rubygems.org"];
|
|
604
|
-
sha256 = "0x0r3gc66abv8i4dw0x0370b5hrshjfp6kpp7wbp178cy775fypb";
|
|
605
|
-
type = "gem";
|
|
606
|
-
};
|
|
607
|
-
version = "5.3.1";
|
|
608
|
-
};
|
|
609
|
-
racc = {
|
|
610
|
-
groups = ["default" "development"];
|
|
611
|
-
platforms = [];
|
|
612
|
-
source = {
|
|
613
|
-
remotes = ["https://rubygems.org"];
|
|
614
|
-
sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
|
|
615
|
-
type = "gem";
|
|
616
|
-
};
|
|
617
|
-
version = "1.8.1";
|
|
618
|
-
};
|
|
619
|
-
rack = {
|
|
620
|
-
groups = ["default" "development"];
|
|
621
|
-
platforms = [];
|
|
622
|
-
source = {
|
|
623
|
-
remotes = ["https://rubygems.org"];
|
|
624
|
-
sha256 = "1lyn3rh71rlf50p44xmsbha0pip4c95004j8kc9pm7xpq1s0kgac";
|
|
625
|
-
type = "gem";
|
|
626
|
-
};
|
|
627
|
-
version = "3.2.5";
|
|
628
|
-
};
|
|
629
|
-
rack-session = {
|
|
630
|
-
dependencies = ["base64" "rack"];
|
|
631
|
-
groups = ["default" "development"];
|
|
632
|
-
platforms = [];
|
|
633
|
-
source = {
|
|
634
|
-
remotes = ["https://rubygems.org"];
|
|
635
|
-
sha256 = "1sg4laz2qmllxh1c5sqlj9n1r7scdn08p3m4b0zmhjvyx9yw0v8b";
|
|
636
|
-
type = "gem";
|
|
637
|
-
};
|
|
638
|
-
version = "2.1.1";
|
|
639
|
-
};
|
|
640
|
-
rack-test = {
|
|
641
|
-
dependencies = ["rack"];
|
|
642
|
-
groups = ["default" "development"];
|
|
643
|
-
platforms = [];
|
|
644
|
-
source = {
|
|
645
|
-
remotes = ["https://rubygems.org"];
|
|
646
|
-
sha256 = "0qy4ylhcfdn65a5mz2hly7g9vl0g13p5a0rmm6sc0sih5ilkcnh0";
|
|
647
|
-
type = "gem";
|
|
648
|
-
};
|
|
649
|
-
version = "2.2.0";
|
|
650
|
-
};
|
|
651
|
-
rackup = {
|
|
652
|
-
dependencies = ["rack"];
|
|
653
|
-
groups = ["default" "development"];
|
|
654
|
-
platforms = [];
|
|
655
|
-
source = {
|
|
656
|
-
remotes = ["https://rubygems.org"];
|
|
657
|
-
sha256 = "0s48d2a0z5f0cg4npvzznf933vipi6j7gmk16yc913kpadkw4ybc";
|
|
658
|
-
type = "gem";
|
|
659
|
-
};
|
|
660
|
-
version = "2.3.1";
|
|
661
|
-
};
|
|
662
|
-
rails = {
|
|
663
|
-
dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties"];
|
|
664
|
-
groups = ["development"];
|
|
665
|
-
platforms = [];
|
|
666
|
-
source = {
|
|
667
|
-
remotes = ["https://rubygems.org"];
|
|
668
|
-
sha256 = "15bxpa0acs5qc9ls4y1i21cp6wimkn5swn81kxmp1a6z4cdhcsah";
|
|
669
|
-
type = "gem";
|
|
670
|
-
};
|
|
671
|
-
version = "8.1.2";
|
|
672
|
-
};
|
|
673
|
-
rails-dom-testing = {
|
|
674
|
-
dependencies = ["activesupport" "minitest" "nokogiri"];
|
|
675
|
-
groups = ["default" "development"];
|
|
676
|
-
platforms = [];
|
|
677
|
-
source = {
|
|
678
|
-
remotes = ["https://rubygems.org"];
|
|
679
|
-
sha256 = "07awj8bp7jib54d0khqw391ryw8nphvqgw4bb12cl4drlx9pkk4a";
|
|
680
|
-
type = "gem";
|
|
681
|
-
};
|
|
682
|
-
version = "2.3.0";
|
|
683
|
-
};
|
|
684
|
-
rails-html-sanitizer = {
|
|
685
|
-
dependencies = ["loofah" "nokogiri"];
|
|
686
|
-
groups = ["default" "development"];
|
|
687
|
-
platforms = [];
|
|
688
|
-
source = {
|
|
689
|
-
remotes = ["https://rubygems.org"];
|
|
690
|
-
sha256 = "128y5g3fyi8fds41jasrr4va1jrs7hcamzklk1523k7rxb64bc98";
|
|
691
|
-
type = "gem";
|
|
692
|
-
};
|
|
693
|
-
version = "1.7.0";
|
|
694
|
-
};
|
|
695
|
-
railties = {
|
|
696
|
-
dependencies = ["actionpack" "activesupport" "irb" "rackup" "rake" "thor" "tsort" "zeitwerk"];
|
|
697
|
-
groups = ["default" "development"];
|
|
698
|
-
platforms = [];
|
|
699
|
-
source = {
|
|
700
|
-
remotes = ["https://rubygems.org"];
|
|
701
|
-
sha256 = "0mc0kz2vhld3gn5m91ddy98qfnrbk765aznh8vy6hxjgdgkyr28j";
|
|
702
|
-
type = "gem";
|
|
703
|
-
};
|
|
704
|
-
version = "8.1.2";
|
|
705
|
-
};
|
|
706
|
-
rainbow = {
|
|
707
|
-
groups = ["default" "development"];
|
|
708
|
-
platforms = [];
|
|
709
|
-
source = {
|
|
710
|
-
remotes = ["https://rubygems.org"];
|
|
711
|
-
sha256 = "0smwg4mii0fm38pyb5fddbmrdpifwv22zv3d3px2xx497am93503";
|
|
712
|
-
type = "gem";
|
|
713
|
-
};
|
|
714
|
-
version = "3.1.1";
|
|
715
|
-
};
|
|
716
|
-
rake = {
|
|
717
|
-
groups = ["development"];
|
|
718
|
-
platforms = [];
|
|
719
|
-
source = {
|
|
720
|
-
remotes = ["https://rubygems.org"];
|
|
721
|
-
sha256 = "14s4jdcs1a4saam9qmzbsa2bsh85rj9zfxny5z315x3gg0nhkxcn";
|
|
722
|
-
type = "gem";
|
|
723
|
-
};
|
|
724
|
-
version = "13.3.0";
|
|
725
|
-
};
|
|
726
|
-
rbs = {
|
|
727
|
-
dependencies = ["logger"];
|
|
728
|
-
groups = ["default" "development"];
|
|
729
|
-
platforms = [];
|
|
730
|
-
source = {
|
|
731
|
-
remotes = ["https://rubygems.org"];
|
|
732
|
-
sha256 = "1mx533jn2nv29xc5faw9g5xj9qbdaiwl9wv2byv98bgw6gqwhhlf";
|
|
733
|
-
type = "gem";
|
|
734
|
-
};
|
|
735
|
-
version = "3.9.4";
|
|
736
|
-
};
|
|
737
|
-
rdoc = {
|
|
738
|
-
dependencies = ["erb" "psych" "tsort"];
|
|
739
|
-
groups = ["default" "development"];
|
|
740
|
-
platforms = [];
|
|
741
|
-
source = {
|
|
742
|
-
remotes = ["https://rubygems.org"];
|
|
743
|
-
sha256 = "14iiyb4yi1chdzrynrk74xbhmikml3ixgdayjma3p700singfl46";
|
|
744
|
-
type = "gem";
|
|
745
|
-
};
|
|
746
|
-
version = "7.2.0";
|
|
747
|
-
};
|
|
748
|
-
regexp_parser = {
|
|
749
|
-
groups = ["default" "development"];
|
|
750
|
-
platforms = [];
|
|
751
|
-
source = {
|
|
752
|
-
remotes = ["https://rubygems.org"];
|
|
753
|
-
sha256 = "0qccah61pjvzyyg6mrp27w27dlv6vxlbznzipxjcswl7x3fhsvyb";
|
|
754
|
-
type = "gem";
|
|
755
|
-
};
|
|
756
|
-
version = "2.10.0";
|
|
757
|
-
};
|
|
758
|
-
reline = {
|
|
759
|
-
dependencies = ["io-console"];
|
|
760
|
-
groups = ["default" "development"];
|
|
761
|
-
platforms = [];
|
|
762
|
-
source = {
|
|
763
|
-
remotes = ["https://rubygems.org"];
|
|
764
|
-
sha256 = "0d8q5c4nh2g9pp758kizh8sfrvngynrjlm0i1zn3cnsnfd4v160i";
|
|
765
|
-
type = "gem";
|
|
766
|
-
};
|
|
767
|
-
version = "0.6.3";
|
|
768
|
-
};
|
|
769
|
-
reverse_markdown = {
|
|
770
|
-
dependencies = ["nokogiri"];
|
|
771
|
-
groups = ["default" "development"];
|
|
772
|
-
platforms = [];
|
|
773
|
-
source = {
|
|
774
|
-
remotes = ["https://rubygems.org"];
|
|
775
|
-
sha256 = "195c7yra7amggqj7rir0yr09r4v29c2hgkbkb21mj0jsfs3868mb";
|
|
776
|
-
type = "gem";
|
|
777
|
-
};
|
|
778
|
-
version = "3.0.0";
|
|
779
|
-
};
|
|
780
|
-
rexml = {
|
|
781
|
-
groups = ["default" "development"];
|
|
782
|
-
platforms = [];
|
|
783
|
-
source = {
|
|
784
|
-
remotes = ["https://rubygems.org"];
|
|
785
|
-
sha256 = "1jmbf6lf7pcyacpb939xjjpn1f84c3nw83dy3p1lwjx0l2ljfif7";
|
|
786
|
-
type = "gem";
|
|
787
|
-
};
|
|
788
|
-
version = "3.4.1";
|
|
789
|
-
};
|
|
790
|
-
rspec = {
|
|
791
|
-
dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
|
|
792
|
-
groups = ["development"];
|
|
793
|
-
platforms = [];
|
|
794
|
-
source = {
|
|
795
|
-
remotes = ["https://rubygems.org"];
|
|
796
|
-
sha256 = "0h11wynaki22a40rfq3ahcs4r36jdpz9acbb3m5dkf0mm67sbydr";
|
|
797
|
-
type = "gem";
|
|
798
|
-
};
|
|
799
|
-
version = "3.13.1";
|
|
800
|
-
};
|
|
801
|
-
rspec-core = {
|
|
802
|
-
dependencies = ["rspec-support"];
|
|
803
|
-
groups = ["default" "development"];
|
|
804
|
-
platforms = [];
|
|
805
|
-
source = {
|
|
806
|
-
remotes = ["https://rubygems.org"];
|
|
807
|
-
sha256 = "18sgga9zjrd5579m9rpb78l7yn9a0bjzwz51z5kiq4y6jwl6hgxb";
|
|
808
|
-
type = "gem";
|
|
809
|
-
};
|
|
810
|
-
version = "3.13.5";
|
|
811
|
-
};
|
|
812
|
-
rspec-expectations = {
|
|
813
|
-
dependencies = ["diff-lcs" "rspec-support"];
|
|
814
|
-
groups = ["default" "development"];
|
|
815
|
-
platforms = [];
|
|
816
|
-
source = {
|
|
817
|
-
remotes = ["https://rubygems.org"];
|
|
818
|
-
sha256 = "0dl8npj0jfpy31bxi6syc7jymyd861q277sfr6jawq2hv6hx791k";
|
|
819
|
-
type = "gem";
|
|
820
|
-
};
|
|
821
|
-
version = "3.13.5";
|
|
822
|
-
};
|
|
823
|
-
rspec-mocks = {
|
|
824
|
-
dependencies = ["diff-lcs" "rspec-support"];
|
|
825
|
-
groups = ["default" "development"];
|
|
826
|
-
platforms = [];
|
|
827
|
-
source = {
|
|
828
|
-
remotes = ["https://rubygems.org"];
|
|
829
|
-
sha256 = "10gajm8iscl7gb8q926hyna83bw3fx2zb4sqdzjrznjs51pqlcz4";
|
|
830
|
-
type = "gem";
|
|
831
|
-
};
|
|
832
|
-
version = "3.13.5";
|
|
833
|
-
};
|
|
834
|
-
rspec-support = {
|
|
835
|
-
groups = ["default" "development"];
|
|
836
|
-
platforms = [];
|
|
837
|
-
source = {
|
|
838
|
-
remotes = ["https://rubygems.org"];
|
|
839
|
-
sha256 = "1xx3f4mgr84jz07fifd3r68hm6giqy91hqyzawmi0s59yqa1hjqq";
|
|
840
|
-
type = "gem";
|
|
841
|
-
};
|
|
842
|
-
version = "3.13.4";
|
|
843
|
-
};
|
|
844
|
-
rubocop = {
|
|
845
|
-
dependencies = ["json" "language_server-protocol" "lint_roller" "parallel" "parser" "rainbow" "regexp_parser" "rubocop-ast" "ruby-progressbar" "unicode-display_width"];
|
|
846
|
-
groups = ["development"];
|
|
847
|
-
platforms = [];
|
|
848
|
-
source = {
|
|
849
|
-
remotes = ["https://rubygems.org"];
|
|
850
|
-
sha256 = "1h3b1pl0wawm9w6jad2w333xijjxykvzflc8hzkd6kzb2bwscx4b";
|
|
851
|
-
type = "gem";
|
|
852
|
-
};
|
|
853
|
-
version = "1.78.0";
|
|
854
|
-
};
|
|
855
|
-
rubocop-ast = {
|
|
856
|
-
dependencies = ["parser" "prism"];
|
|
857
|
-
groups = ["default" "development"];
|
|
858
|
-
platforms = [];
|
|
859
|
-
source = {
|
|
860
|
-
remotes = ["https://rubygems.org"];
|
|
861
|
-
sha256 = "0gis8w51k5dsmzzlppvwwznqyfd73fa3zcrpl1xihzy1mm4jw14l";
|
|
862
|
-
type = "gem";
|
|
863
|
-
};
|
|
864
|
-
version = "1.45.1";
|
|
865
|
-
};
|
|
866
|
-
rubocop-yard = {
|
|
867
|
-
dependencies = ["lint_roller" "rubocop" "yard"];
|
|
868
|
-
groups = ["development"];
|
|
869
|
-
platforms = [];
|
|
870
|
-
source = {
|
|
871
|
-
remotes = ["https://rubygems.org"];
|
|
872
|
-
sha256 = "0k1pcbc7hahfchbivf8gn38rxxxv8p30vvnzihlr0sf3rdrzz4ai";
|
|
873
|
-
type = "gem";
|
|
874
|
-
};
|
|
875
|
-
version = "1.0.0";
|
|
876
|
-
};
|
|
877
|
-
ruby-progressbar = {
|
|
878
|
-
groups = ["default" "development"];
|
|
879
|
-
platforms = [];
|
|
880
|
-
source = {
|
|
881
|
-
remotes = ["https://rubygems.org"];
|
|
882
|
-
sha256 = "0cwvyb7j47m7wihpfaq7rc47zwwx9k4v7iqd9s1xch5nm53rrz40";
|
|
883
|
-
type = "gem";
|
|
884
|
-
};
|
|
885
|
-
version = "1.13.0";
|
|
886
|
-
};
|
|
887
|
-
securerandom = {
|
|
888
|
-
groups = ["default" "development"];
|
|
889
|
-
platforms = [];
|
|
890
|
-
source = {
|
|
891
|
-
remotes = ["https://rubygems.org"];
|
|
892
|
-
sha256 = "1cd0iriqfsf1z91qg271sm88xjnfd92b832z49p1nd542ka96lfc";
|
|
893
|
-
type = "gem";
|
|
894
|
-
};
|
|
895
|
-
version = "0.4.1";
|
|
896
|
-
};
|
|
897
|
-
solargraph = {
|
|
898
|
-
dependencies = ["backport" "benchmark" "diff-lcs" "jaro_winkler" "kramdown" "kramdown-parser-gfm" "logger" "observer" "ostruct" "parser" "prism" "rbs" "reverse_markdown" "rubocop" "thor" "tilt" "yard" "yard-solargraph"];
|
|
899
|
-
groups = ["development"];
|
|
900
|
-
platforms = [];
|
|
901
|
-
source = {
|
|
902
|
-
remotes = ["https://rubygems.org"];
|
|
903
|
-
sha256 = "1jf8d19j32f3h99acmx9h4g5qaykxzb25fqp028g2bvqvl8k7r2r";
|
|
904
|
-
type = "gem";
|
|
905
|
-
};
|
|
906
|
-
version = "0.56.0";
|
|
907
|
-
};
|
|
908
|
-
sqlite3 = {
|
|
909
|
-
dependencies = ["mini_portile2"];
|
|
910
|
-
groups = ["development"];
|
|
911
|
-
platforms = [];
|
|
912
|
-
source = {
|
|
913
|
-
remotes = ["https://rubygems.org"];
|
|
914
|
-
sha256 = "1xf9pm1pvrny4by0sy7s9hlpz2kwij5p9gys77fwd87zqpgpcqs4";
|
|
915
|
-
type = "gem";
|
|
916
|
-
};
|
|
917
|
-
version = "2.7.2";
|
|
918
|
-
};
|
|
919
|
-
stringio = {
|
|
920
|
-
groups = ["default" "development"];
|
|
921
|
-
platforms = [];
|
|
922
|
-
source = {
|
|
923
|
-
remotes = ["https://rubygems.org"];
|
|
924
|
-
sha256 = "1q92y9627yisykyscv0bdsrrgyaajc2qr56dwlzx7ysgigjv4z63";
|
|
925
|
-
type = "gem";
|
|
926
|
-
};
|
|
927
|
-
version = "3.2.0";
|
|
928
|
-
};
|
|
929
|
-
thor = {
|
|
930
|
-
groups = ["default" "development"];
|
|
931
|
-
platforms = [];
|
|
932
|
-
source = {
|
|
933
|
-
remotes = ["https://rubygems.org"];
|
|
934
|
-
sha256 = "1nmymd86a0vb39pzj2cwv57avdrl6pl3lf5bsz58q594kqxjkw7f";
|
|
935
|
-
type = "gem";
|
|
936
|
-
};
|
|
937
|
-
version = "1.3.2";
|
|
938
|
-
};
|
|
939
|
-
tilt = {
|
|
940
|
-
groups = ["default" "development"];
|
|
941
|
-
platforms = [];
|
|
942
|
-
source = {
|
|
943
|
-
remotes = ["https://rubygems.org"];
|
|
944
|
-
sha256 = "0w27v04d7rnxjr3f65w1m7xyvr6ch6szjj2v5wv1wz6z5ax9pa9m";
|
|
945
|
-
type = "gem";
|
|
946
|
-
};
|
|
947
|
-
version = "2.6.1";
|
|
948
|
-
};
|
|
949
|
-
timeout = {
|
|
950
|
-
groups = ["default" "development"];
|
|
951
|
-
platforms = [];
|
|
952
|
-
source = {
|
|
953
|
-
remotes = ["https://rubygems.org"];
|
|
954
|
-
sha256 = "03p31w5ghqfsbz5mcjzvwgkw3h9lbvbknqvrdliy8pxmn9wz02cm";
|
|
955
|
-
type = "gem";
|
|
956
|
-
};
|
|
957
|
-
version = "0.4.3";
|
|
958
|
-
};
|
|
959
|
-
tsort = {
|
|
960
|
-
groups = ["default" "development"];
|
|
961
|
-
platforms = [];
|
|
962
|
-
source = {
|
|
963
|
-
remotes = ["https://rubygems.org"];
|
|
964
|
-
sha256 = "17q8h020dw73wjmql50lqw5ddsngg67jfw8ncjv476l5ys9sfl4n";
|
|
965
|
-
type = "gem";
|
|
966
|
-
};
|
|
967
|
-
version = "0.2.0";
|
|
968
|
-
};
|
|
969
|
-
tzinfo = {
|
|
970
|
-
dependencies = ["concurrent-ruby"];
|
|
971
|
-
groups = ["default" "development"];
|
|
972
|
-
platforms = [];
|
|
973
|
-
source = {
|
|
974
|
-
remotes = ["https://rubygems.org"];
|
|
975
|
-
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
|
|
976
|
-
type = "gem";
|
|
977
|
-
};
|
|
978
|
-
version = "2.0.6";
|
|
979
|
-
};
|
|
980
|
-
unicode-display_width = {
|
|
981
|
-
dependencies = ["unicode-emoji"];
|
|
982
|
-
groups = ["default" "development"];
|
|
983
|
-
platforms = [];
|
|
984
|
-
source = {
|
|
985
|
-
remotes = ["https://rubygems.org"];
|
|
986
|
-
sha256 = "1has87asspm6m9wgqas8ghhhwyf2i1yqrqgrkv47xw7jq3qjmbwc";
|
|
987
|
-
type = "gem";
|
|
988
|
-
};
|
|
989
|
-
version = "3.1.4";
|
|
990
|
-
};
|
|
991
|
-
unicode-emoji = {
|
|
992
|
-
groups = ["default" "development"];
|
|
993
|
-
platforms = [];
|
|
994
|
-
source = {
|
|
995
|
-
remotes = ["https://rubygems.org"];
|
|
996
|
-
sha256 = "0ajk6rngypm3chvl6r0vwv36q1931fjqaqhjjya81rakygvlwb1c";
|
|
997
|
-
type = "gem";
|
|
998
|
-
};
|
|
999
|
-
version = "4.0.4";
|
|
1000
|
-
};
|
|
1001
|
-
uri = {
|
|
1002
|
-
groups = ["default" "development"];
|
|
1003
|
-
platforms = [];
|
|
1004
|
-
source = {
|
|
1005
|
-
remotes = ["https://rubygems.org"];
|
|
1006
|
-
sha256 = "04bhfvc25b07jaiaf62yrach7khhr5jlr5bx6nygg8pf11329wp9";
|
|
1007
|
-
type = "gem";
|
|
1008
|
-
};
|
|
1009
|
-
version = "1.0.3";
|
|
1010
|
-
};
|
|
1011
|
-
useragent = {
|
|
1012
|
-
groups = ["default" "development"];
|
|
1013
|
-
platforms = [];
|
|
1014
|
-
source = {
|
|
1015
|
-
remotes = ["https://rubygems.org"];
|
|
1016
|
-
sha256 = "0i1q2xdjam4d7gwwc35lfnz0wyyzvnca0zslcfxm9fabml9n83kh";
|
|
1017
|
-
type = "gem";
|
|
1018
|
-
};
|
|
1019
|
-
version = "0.16.11";
|
|
1020
|
-
};
|
|
1021
|
-
websocket-driver = {
|
|
1022
|
-
dependencies = ["base64" "websocket-extensions"];
|
|
1023
|
-
groups = ["default" "development"];
|
|
1024
|
-
platforms = [];
|
|
1025
|
-
source = {
|
|
1026
|
-
remotes = ["https://rubygems.org"];
|
|
1027
|
-
sha256 = "0qj9dmkmgahmadgh88kydb7cv15w13l1fj3kk9zz28iwji5vl3gd";
|
|
1028
|
-
type = "gem";
|
|
1029
|
-
};
|
|
1030
|
-
version = "0.8.0";
|
|
1031
|
-
};
|
|
1032
|
-
websocket-extensions = {
|
|
1033
|
-
groups = ["default" "development"];
|
|
1034
|
-
platforms = [];
|
|
1035
|
-
source = {
|
|
1036
|
-
remotes = ["https://rubygems.org"];
|
|
1037
|
-
sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
|
|
1038
|
-
type = "gem";
|
|
1039
|
-
};
|
|
1040
|
-
version = "0.1.5";
|
|
1041
|
-
};
|
|
1042
|
-
yard = {
|
|
1043
|
-
groups = ["development"];
|
|
1044
|
-
platforms = [];
|
|
1045
|
-
source = {
|
|
1046
|
-
remotes = ["https://rubygems.org"];
|
|
1047
|
-
sha256 = "14k9lb9a60r9z2zcqg08by9iljrrgjxdkbd91gw17rkqkqwi1sd6";
|
|
1048
|
-
type = "gem";
|
|
1049
|
-
};
|
|
1050
|
-
version = "0.9.37";
|
|
1051
|
-
};
|
|
1052
|
-
yard-doctest = {
|
|
1053
|
-
dependencies = ["minitest" "yard"];
|
|
1054
|
-
groups = ["development"];
|
|
1055
|
-
platforms = [];
|
|
1056
|
-
source = {
|
|
1057
|
-
remotes = ["https://rubygems.org"];
|
|
1058
|
-
sha256 = "0zw4fa5ri58w76yawh0sc9xj69z26qm59lvjxr1gqn4zv5smmcvw";
|
|
1059
|
-
type = "gem";
|
|
1060
|
-
};
|
|
1061
|
-
version = "0.1.17";
|
|
1062
|
-
};
|
|
1063
|
-
yard-solargraph = {
|
|
1064
|
-
dependencies = ["yard"];
|
|
1065
|
-
groups = ["default" "development"];
|
|
1066
|
-
platforms = [];
|
|
1067
|
-
source = {
|
|
1068
|
-
remotes = ["https://rubygems.org"];
|
|
1069
|
-
sha256 = "03lklm47k6k294ww97x6zpvlqlyjm5q8jidrixhil622r4cld6m1";
|
|
1070
|
-
type = "gem";
|
|
1071
|
-
};
|
|
1072
|
-
version = "0.1.0";
|
|
1073
|
-
};
|
|
1074
|
-
zeitwerk = {
|
|
1075
|
-
groups = ["default" "development"];
|
|
1076
|
-
platforms = [];
|
|
1077
|
-
source = {
|
|
1078
|
-
remotes = ["https://rubygems.org"];
|
|
1079
|
-
sha256 = "1pbkiwwla5gldgb3saamn91058nl1sq1344l5k36xsh9ih995nnq";
|
|
1080
|
-
type = "gem";
|
|
1081
|
-
};
|
|
1082
|
-
version = "2.7.5";
|
|
1083
|
-
};
|
|
1084
|
-
}
|