rails_edge_test 2.1.0 → 3.0.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.
data/nix/gemset.nix DELETED
@@ -1,554 +0,0 @@
1
- {
2
- actioncable = {
3
- dependencies = ["actionpack" "activesupport" "nio4r" "websocket-driver"];
4
- groups = ["default" "development"];
5
- platforms = [];
6
- source = {
7
- remotes = ["https://rubygems.org"];
8
- sha256 = "001cwsb6496wp8g0nkyjqxgmii63aljydq132yb2ksdp8ml5zlgj";
9
- type = "gem";
10
- };
11
- version = "7.0.5";
12
- };
13
- actionmailbox = {
14
- dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail" "net-imap" "net-pop" "net-smtp"];
15
- groups = ["default" "development"];
16
- platforms = [];
17
- source = {
18
- remotes = ["https://rubygems.org"];
19
- sha256 = "0d990xy3jin8qa4l989r43kl5ykmi2kdlxqpnla10n5c7xp7xmci";
20
- type = "gem";
21
- };
22
- version = "7.0.5";
23
- };
24
- actionmailer = {
25
- dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "net-imap" "net-pop" "net-smtp" "rails-dom-testing"];
26
- groups = ["default" "development"];
27
- platforms = [];
28
- source = {
29
- remotes = ["https://rubygems.org"];
30
- sha256 = "033981lhbq0vl8ppfpamqpqj3sq15x759899hvwli2imp3yw49r5";
31
- type = "gem";
32
- };
33
- version = "7.0.5";
34
- };
35
- actionpack = {
36
- dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
37
- groups = ["default" "development"];
38
- platforms = [];
39
- source = {
40
- remotes = ["https://rubygems.org"];
41
- sha256 = "0w717izq6k7wl2j6zn4516kg2iwg3zgdzja6b6gpk6y5nccr04hw";
42
- type = "gem";
43
- };
44
- version = "7.0.5";
45
- };
46
- actiontext = {
47
- dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "globalid" "nokogiri"];
48
- groups = ["default" "development"];
49
- platforms = [];
50
- source = {
51
- remotes = ["https://rubygems.org"];
52
- sha256 = "0bcpjhhbq6gl4h7hq2fianfz8vpdxf53gsj1ng04bkh5bxxrmrc1";
53
- type = "gem";
54
- };
55
- version = "7.0.5";
56
- };
57
- actionview = {
58
- dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
59
- groups = ["default" "development"];
60
- platforms = [];
61
- source = {
62
- remotes = ["https://rubygems.org"];
63
- sha256 = "1z0xvdal339w7jvk7a5py0c1q5xh588vqrilgxizkvzm3hwf48a2";
64
- type = "gem";
65
- };
66
- version = "7.0.5";
67
- };
68
- activejob = {
69
- dependencies = ["activesupport" "globalid"];
70
- groups = ["default" "development"];
71
- platforms = [];
72
- source = {
73
- remotes = ["https://rubygems.org"];
74
- sha256 = "18gsxi7vlg8y8k2fbhq44zd0mivjpnn4nrlfj037c7wvq5h8367v";
75
- type = "gem";
76
- };
77
- version = "7.0.5";
78
- };
79
- activemodel = {
80
- dependencies = ["activesupport"];
81
- groups = ["default" "development"];
82
- platforms = [];
83
- source = {
84
- remotes = ["https://rubygems.org"];
85
- sha256 = "0cjbk1xl6jl2d6sczpxnr8da7zbmshmrghqhqdcwqqzl6chcy2si";
86
- type = "gem";
87
- };
88
- version = "7.0.5";
89
- };
90
- activerecord = {
91
- dependencies = ["activemodel" "activesupport"];
92
- groups = ["default" "development"];
93
- platforms = [];
94
- source = {
95
- remotes = ["https://rubygems.org"];
96
- sha256 = "04x0bz3051linhmi52cfg31nsm4sgg27m7wp9p0cxrxdwc7q0bjl";
97
- type = "gem";
98
- };
99
- version = "7.0.5";
100
- };
101
- activestorage = {
102
- dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel" "mini_mime"];
103
- groups = ["default" "development"];
104
- platforms = [];
105
- source = {
106
- remotes = ["https://rubygems.org"];
107
- sha256 = "0mg236x3rkmdargkk9y6j9gqhkajzbk852gwnp1crp0difk7a4r8";
108
- type = "gem";
109
- };
110
- version = "7.0.5";
111
- };
112
- activesupport = {
113
- dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo"];
114
- groups = ["default" "development"];
115
- platforms = [];
116
- source = {
117
- remotes = ["https://rubygems.org"];
118
- sha256 = "1c7k5i6531z5il4q1jnbrv7x7zcl3bgnxp5fzl71rzigk6zn53ym";
119
- type = "gem";
120
- };
121
- version = "7.0.5";
122
- };
123
- builder = {
124
- groups = ["default" "development"];
125
- platforms = [];
126
- source = {
127
- remotes = ["https://rubygems.org"];
128
- sha256 = "045wzckxpwcqzrjr353cxnyaxgf0qg22jh00dcx7z38cys5g1jlr";
129
- type = "gem";
130
- };
131
- version = "3.2.4";
132
- };
133
- concurrent-ruby = {
134
- groups = ["default" "development"];
135
- platforms = [];
136
- source = {
137
- remotes = ["https://rubygems.org"];
138
- sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q";
139
- type = "gem";
140
- };
141
- version = "1.2.2";
142
- };
143
- crass = {
144
- groups = ["default" "development"];
145
- platforms = [];
146
- source = {
147
- remotes = ["https://rubygems.org"];
148
- sha256 = "0pfl5c0pyqaparxaqxi6s4gfl21bdldwiawrc0aknyvflli60lfw";
149
- type = "gem";
150
- };
151
- version = "1.0.6";
152
- };
153
- date = {
154
- groups = ["default" "development"];
155
- platforms = [];
156
- source = {
157
- remotes = ["https://rubygems.org"];
158
- sha256 = "03skfikihpx37rc27vr3hwrb057gxnmdzxhmzd4bf4jpkl0r55w1";
159
- type = "gem";
160
- };
161
- version = "3.3.3";
162
- };
163
- diff-lcs = {
164
- groups = ["default" "development"];
165
- platforms = [];
166
- source = {
167
- remotes = ["https://rubygems.org"];
168
- sha256 = "0rwvjahnp7cpmracd8x732rjgnilqv2sx7d1gfrysslc3h039fa9";
169
- type = "gem";
170
- };
171
- version = "1.5.0";
172
- };
173
- erubi = {
174
- groups = ["default" "development"];
175
- platforms = [];
176
- source = {
177
- remotes = ["https://rubygems.org"];
178
- sha256 = "08s75vs9cxlc4r1q2bjg4br8g9wc5lc5x5vl0vv4zq5ivxsdpgi7";
179
- type = "gem";
180
- };
181
- version = "1.12.0";
182
- };
183
- globalid = {
184
- dependencies = ["activesupport"];
185
- groups = ["default" "development"];
186
- platforms = [];
187
- source = {
188
- remotes = ["https://rubygems.org"];
189
- sha256 = "0kqm5ndzaybpnpxqiqkc41k4ksyxl41ln8qqr6kb130cdxsf2dxk";
190
- type = "gem";
191
- };
192
- version = "1.1.0";
193
- };
194
- i18n = {
195
- dependencies = ["concurrent-ruby"];
196
- groups = ["default" "development"];
197
- platforms = [];
198
- source = {
199
- remotes = ["https://rubygems.org"];
200
- sha256 = "1yk33slipi3i1kydzrrchbi7cgisaxym6pgwlzx7ir8vjk6wl90x";
201
- type = "gem";
202
- };
203
- version = "1.13.0";
204
- };
205
- loofah = {
206
- dependencies = ["crass" "nokogiri"];
207
- groups = ["default" "development"];
208
- platforms = [];
209
- source = {
210
- remotes = ["https://rubygems.org"];
211
- sha256 = "1p744kjpb5zk2ihklbykzii77alycjc04vpnm2ch2f3cp65imlj3";
212
- type = "gem";
213
- };
214
- version = "2.21.3";
215
- };
216
- mail = {
217
- dependencies = ["mini_mime" "net-imap" "net-pop" "net-smtp"];
218
- groups = ["default" "development"];
219
- platforms = [];
220
- source = {
221
- remotes = ["https://rubygems.org"];
222
- sha256 = "1bf9pysw1jfgynv692hhaycfxa8ckay1gjw5hz3madrbrynryfzc";
223
- type = "gem";
224
- };
225
- version = "2.8.1";
226
- };
227
- marcel = {
228
- groups = ["default" "development"];
229
- platforms = [];
230
- source = {
231
- remotes = ["https://rubygems.org"];
232
- sha256 = "0kky3yiwagsk8gfbzn3mvl2fxlh3b39v6nawzm4wpjs6xxvvc4x0";
233
- type = "gem";
234
- };
235
- version = "1.0.2";
236
- };
237
- method_source = {
238
- groups = ["default" "development"];
239
- platforms = [];
240
- source = {
241
- remotes = ["https://rubygems.org"];
242
- sha256 = "1pnyh44qycnf9mzi1j6fywd5fkskv3x7nmsqrrws0rjn5dd4ayfp";
243
- type = "gem";
244
- };
245
- version = "1.0.0";
246
- };
247
- mini_mime = {
248
- groups = ["default" "development"];
249
- platforms = [];
250
- source = {
251
- remotes = ["https://rubygems.org"];
252
- sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5";
253
- type = "gem";
254
- };
255
- version = "1.1.2";
256
- };
257
- mini_portile2 = {
258
- groups = ["default" "development"];
259
- platforms = [];
260
- source = {
261
- remotes = ["https://rubygems.org"];
262
- sha256 = "0z7f38iq37h376n9xbl4gajdrnwzq284c9v1py4imw3gri2d5cj6";
263
- type = "gem";
264
- };
265
- version = "2.8.2";
266
- };
267
- minitest = {
268
- groups = ["default" "development"];
269
- platforms = [];
270
- source = {
271
- remotes = ["https://rubygems.org"];
272
- sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06";
273
- type = "gem";
274
- };
275
- version = "5.18.0";
276
- };
277
- net-imap = {
278
- dependencies = ["date" "net-protocol"];
279
- groups = ["default" "development"];
280
- platforms = [];
281
- source = {
282
- remotes = ["https://rubygems.org"];
283
- sha256 = "1d996zf3g8xz244791b0qsl9vr7zg4lqnnmf9k2kshr9lki5jam8";
284
- type = "gem";
285
- };
286
- version = "0.3.4";
287
- };
288
- net-pop = {
289
- dependencies = ["net-protocol"];
290
- groups = ["default" "development"];
291
- platforms = [];
292
- source = {
293
- remotes = ["https://rubygems.org"];
294
- sha256 = "1wyz41jd4zpjn0v1xsf9j778qx1vfrl24yc20cpmph8k42c4x2w4";
295
- type = "gem";
296
- };
297
- version = "0.1.2";
298
- };
299
- net-protocol = {
300
- dependencies = ["timeout"];
301
- groups = ["default" "development"];
302
- platforms = [];
303
- source = {
304
- remotes = ["https://rubygems.org"];
305
- sha256 = "0dxckrlw4q1lcn3qg4mimmjazmg9bma5gllv72f8js3p36fb3b91";
306
- type = "gem";
307
- };
308
- version = "0.2.1";
309
- };
310
- net-smtp = {
311
- dependencies = ["net-protocol"];
312
- groups = ["default" "development"];
313
- platforms = [];
314
- source = {
315
- remotes = ["https://rubygems.org"];
316
- sha256 = "1c6md06hm5bf6rv53sk54dl2vg038pg8kglwv3rayx0vk2mdql9x";
317
- type = "gem";
318
- };
319
- version = "0.3.3";
320
- };
321
- nio4r = {
322
- groups = ["default" "development"];
323
- platforms = [];
324
- source = {
325
- remotes = ["https://rubygems.org"];
326
- sha256 = "0w9978zwjf1qhy3amkivab0f9syz6a7k0xgydjidaf7xc831d78f";
327
- type = "gem";
328
- };
329
- version = "2.5.9";
330
- };
331
- nokogiri = {
332
- dependencies = ["mini_portile2" "racc"];
333
- groups = ["default" "development"];
334
- platforms = [];
335
- source = {
336
- remotes = ["https://rubygems.org"];
337
- sha256 = "1mr2ibfk874ncv0qbdkynay738w2mfinlkhnbd5lyk5yiw5q1p10";
338
- type = "gem";
339
- };
340
- version = "1.15.2";
341
- };
342
- racc = {
343
- groups = ["default" "development"];
344
- platforms = [];
345
- source = {
346
- remotes = ["https://rubygems.org"];
347
- sha256 = "09jgz6r0f7v84a7jz9an85q8vvmp743dqcsdm3z9c8rqcqv6pljq";
348
- type = "gem";
349
- };
350
- version = "1.6.2";
351
- };
352
- rack = {
353
- groups = ["default" "development"];
354
- platforms = [];
355
- source = {
356
- remotes = ["https://rubygems.org"];
357
- sha256 = "16w217k9z02c4hqizym8dkj6bqmmzx4qdvqpnskgzf174a5pwdxk";
358
- type = "gem";
359
- };
360
- version = "2.2.7";
361
- };
362
- rack-test = {
363
- dependencies = ["rack"];
364
- groups = ["default" "development"];
365
- platforms = [];
366
- source = {
367
- remotes = ["https://rubygems.org"];
368
- sha256 = "1ysx29gk9k14a14zsp5a8czys140wacvp91fja8xcja0j1hzqq8c";
369
- type = "gem";
370
- };
371
- version = "2.1.0";
372
- };
373
- rails = {
374
- dependencies = ["actioncable" "actionmailbox" "actionmailer" "actionpack" "actiontext" "actionview" "activejob" "activemodel" "activerecord" "activestorage" "activesupport" "railties"];
375
- groups = ["development"];
376
- platforms = [];
377
- source = {
378
- remotes = ["https://rubygems.org"];
379
- sha256 = "1zip0qhk7pp6cvrir77p6v76wj68zaqik875qr5rapqz9am2pvsp";
380
- type = "gem";
381
- };
382
- version = "7.0.5";
383
- };
384
- rails-dom-testing = {
385
- dependencies = ["activesupport" "nokogiri"];
386
- groups = ["default" "development"];
387
- platforms = [];
388
- source = {
389
- remotes = ["https://rubygems.org"];
390
- sha256 = "1lfq2a7kp2x64dzzi5p4cjcbiv62vxh9lyqk2f0rqq3fkzrw8h5i";
391
- type = "gem";
392
- };
393
- version = "2.0.3";
394
- };
395
- rails-html-sanitizer = {
396
- dependencies = ["loofah" "nokogiri"];
397
- groups = ["default" "development"];
398
- platforms = [];
399
- source = {
400
- remotes = ["https://rubygems.org"];
401
- sha256 = "1pm4z853nyz1bhhqr7fzl44alnx4bjachcr6rh6qjj375sfz3sc6";
402
- type = "gem";
403
- };
404
- version = "1.6.0";
405
- };
406
- railties = {
407
- dependencies = ["actionpack" "activesupport" "method_source" "rake" "thor" "zeitwerk"];
408
- groups = ["default" "development"];
409
- platforms = [];
410
- source = {
411
- remotes = ["https://rubygems.org"];
412
- sha256 = "0kn3cx00jnb7bjnh1k2q0dxk0r7nl1a0krgyk5ykxw1wcac81wyw";
413
- type = "gem";
414
- };
415
- version = "7.0.5";
416
- };
417
- rake = {
418
- groups = ["development"];
419
- platforms = [];
420
- source = {
421
- remotes = ["https://rubygems.org"];
422
- sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
423
- type = "gem";
424
- };
425
- version = "13.0.6";
426
- };
427
- rspec = {
428
- dependencies = ["rspec-core" "rspec-expectations" "rspec-mocks"];
429
- groups = ["development"];
430
- platforms = [];
431
- source = {
432
- remotes = ["https://rubygems.org"];
433
- sha256 = "171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c";
434
- type = "gem";
435
- };
436
- version = "3.12.0";
437
- };
438
- rspec-core = {
439
- dependencies = ["rspec-support"];
440
- groups = ["default" "development"];
441
- platforms = [];
442
- source = {
443
- remotes = ["https://rubygems.org"];
444
- sha256 = "0l95bnjxdabrn79hwdhn2q1n7mn26pj7y1w5660v5qi81x458nqm";
445
- type = "gem";
446
- };
447
- version = "3.12.2";
448
- };
449
- rspec-expectations = {
450
- dependencies = ["diff-lcs" "rspec-support"];
451
- groups = ["default" "development"];
452
- platforms = [];
453
- source = {
454
- remotes = ["https://rubygems.org"];
455
- sha256 = "05j44jfqlv7j2rpxb5vqzf9hfv7w8ba46wwgxwcwd8p0wzi1hg89";
456
- type = "gem";
457
- };
458
- version = "3.12.3";
459
- };
460
- rspec-mocks = {
461
- dependencies = ["diff-lcs" "rspec-support"];
462
- groups = ["default" "development"];
463
- platforms = [];
464
- source = {
465
- remotes = ["https://rubygems.org"];
466
- sha256 = "1hfm17xakfvwya236graj6c2arr4sb9zasp35q5fykhyz8mhs0w2";
467
- type = "gem";
468
- };
469
- version = "3.12.5";
470
- };
471
- rspec-support = {
472
- groups = ["default" "development"];
473
- platforms = [];
474
- source = {
475
- remotes = ["https://rubygems.org"];
476
- sha256 = "12y52zwwb3xr7h91dy9k3ndmyyhr3mjcayk0nnarnrzz8yr48kfx";
477
- type = "gem";
478
- };
479
- version = "3.12.0";
480
- };
481
- sqlite3 = {
482
- dependencies = ["mini_portile2"];
483
- groups = ["development"];
484
- platforms = [];
485
- source = {
486
- remotes = ["https://rubygems.org"];
487
- sha256 = "0h95kr5529qv786mfk8r2jjdsdi6v7v3k3dpz69mrcc9i0vpdd37";
488
- type = "gem";
489
- };
490
- version = "1.6.3";
491
- };
492
- thor = {
493
- groups = ["default" "development"];
494
- platforms = [];
495
- source = {
496
- remotes = ["https://rubygems.org"];
497
- sha256 = "0k7j2wn14h1pl4smibasw0bp66kg626drxb59z7rzflch99cd4rg";
498
- type = "gem";
499
- };
500
- version = "1.2.2";
501
- };
502
- timeout = {
503
- groups = ["default" "development"];
504
- platforms = [];
505
- source = {
506
- remotes = ["https://rubygems.org"];
507
- sha256 = "1pfddf51n5fnj4f9ggwj3wbf23ynj0nbxlxqpz12y1gvl9g7d6r6";
508
- type = "gem";
509
- };
510
- version = "0.3.2";
511
- };
512
- tzinfo = {
513
- dependencies = ["concurrent-ruby"];
514
- groups = ["default" "development"];
515
- platforms = [];
516
- source = {
517
- remotes = ["https://rubygems.org"];
518
- sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
519
- type = "gem";
520
- };
521
- version = "2.0.6";
522
- };
523
- websocket-driver = {
524
- dependencies = ["websocket-extensions"];
525
- groups = ["default" "development"];
526
- platforms = [];
527
- source = {
528
- remotes = ["https://rubygems.org"];
529
- sha256 = "0a3bwxd9v3ghrxzjc4vxmf4xa18c6m4xqy5wb0yk5c6b9psc7052";
530
- type = "gem";
531
- };
532
- version = "0.7.5";
533
- };
534
- websocket-extensions = {
535
- groups = ["default" "development"];
536
- platforms = [];
537
- source = {
538
- remotes = ["https://rubygems.org"];
539
- sha256 = "0hc2g9qps8lmhibl5baa91b4qx8wqw872rgwagml78ydj8qacsqw";
540
- type = "gem";
541
- };
542
- version = "0.1.5";
543
- };
544
- zeitwerk = {
545
- groups = ["default" "development"];
546
- platforms = [];
547
- source = {
548
- remotes = ["https://rubygems.org"];
549
- sha256 = "0ck6bj7wa73dkdh13735jl06k6cfny98glxjkas82aivlmyzqqbk";
550
- type = "gem";
551
- };
552
- version = "2.6.8";
553
- };
554
- }
data/nix/sources.json DELETED
@@ -1,14 +0,0 @@
1
- {
2
- "nixpkgs": {
3
- "branch": "release-22.11",
4
- "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
5
- "homepage": "https://github.com/NixOS/nixpkgs",
6
- "owner": "NixOS",
7
- "repo": "nixpkgs",
8
- "rev": "bf27e9a40d779f034e340a6758fec1a841e23acd",
9
- "sha256": "1n5g7yyrj7kz570vyhd0lcvpzljqw65d9r12hjdr69ydj7r699d8",
10
- "type": "tarball",
11
- "url": "https://github.com/NixOS/nixpkgs/archive/bf27e9a40d779f034e340a6758fec1a841e23acd.tar.gz",
12
- "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
13
- }
14
- }