aboutsummaryrefslogtreecommitdiff
path: root/ruby-railties.svg
blob: 86ea750b66bc9808f56d9bb49492679a2e8db44c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
 "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 2.42.3 (20191010.1750)
 -->
<!-- Title: Guix references Pages: 1 -->
<svg width="1830pt" height="1261pt"
 viewBox="0.00 0.00 1829.82 1261.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 1257)">
<title>Guix references</title>
<polygon fill="white" stroke="transparent" points="-4,4 -4,-1257 1825.82,-1257 1825.82,4 -4,4"/>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1 -->
<g id="node1" class="node">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1</title>
<polygon fill="none" stroke="black" points="712.97,-719.3 557.97,-719.3 557.97,-683.3 712.97,-683.3 712.97,-719.3"/>
<text text-anchor="middle" x="635.47" y="-697.6" font-family="sans" font-size="14.00">ruby&#45;railties&#45;5.2.2.1</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1 -->
<g id="edge3" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1</title>
<path fill="none" stroke="dimgrey" d="M713.03,-707.33C723.78,-706.33 730.97,-704.33 730.97,-701.3 730.97,-699.37 728.02,-697.85 723.07,-696.74"/>
<polygon fill="dimgrey" stroke="dimgrey" points="723.43,-693.26 713.03,-695.28 722.42,-700.19 723.43,-693.26"/>
</g>
<!-- /gnu/store/21im6y79mvyz3ala8v5yzwbfsnxh0swp&#45;ruby&#45;thread&#45;safe&#45;0.3.6 -->
<g id="node2" class="node">
<title>/gnu/store/21im6y79mvyz3ala8v5yzwbfsnxh0swp&#45;ruby&#45;thread&#45;safe&#45;0.3.6</title>
<polygon fill="none" stroke="black" points="768.32,-799.2 593.32,-799.2 593.32,-763.2 768.32,-763.2 768.32,-799.2"/>
<text text-anchor="middle" x="680.82" y="-777.5" font-family="sans" font-size="14.00">ruby&#45;thread&#45;safe&#45;0.3.6</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/21im6y79mvyz3ala8v5yzwbfsnxh0swp&#45;ruby&#45;thread&#45;safe&#45;0.3.6 -->
<g id="edge1" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/21im6y79mvyz3ala8v5yzwbfsnxh0swp&#45;ruby&#45;thread&#45;safe&#45;0.3.6</title>
<path fill="none" stroke="dimgrey" d="M645.76,-719.43C651.62,-729.75 659.06,-742.87 665.59,-754.36"/>
<polygon fill="dimgrey" stroke="dimgrey" points="662.59,-756.17 670.57,-763.14 668.68,-752.72 662.59,-756.17"/>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1 -->
<g id="node3" class="node">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1</title>
<polygon fill="none" stroke="black" points="1108.32,-441.82 986.32,-441.82 986.32,-405.82 1108.32,-405.82 1108.32,-441.82"/>
<text text-anchor="middle" x="1047.32" y="-420.12" font-family="sans" font-size="14.00">ruby&#45;thor&#45;1.0.1</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1 -->
<g id="edge2" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1</title>
<path fill="none" stroke="dimgrey" d="M649.74,-683.09C667.42,-661.31 699.24,-624.63 731.98,-599.18 817.67,-532.6 931.78,-475.83 996.61,-446.08"/>
<polygon fill="dimgrey" stroke="dimgrey" points="998.16,-449.22 1005.81,-441.89 995.26,-442.85 998.16,-449.22"/>
</g>
<!-- /gnu/store/3yvk3fxym91cy8rmsk0wkvhd4n9nqsdv&#45;ruby&#45;actionpack&#45;5.2.2.1 -->
<g id="node4" class="node">
<title>/gnu/store/3yvk3fxym91cy8rmsk0wkvhd4n9nqsdv&#45;ruby&#45;actionpack&#45;5.2.2.1</title>
<polygon fill="none" stroke="black" points="288.83,-909.39 104.83,-909.39 104.83,-873.39 288.83,-873.39 288.83,-909.39"/>
<text text-anchor="middle" x="196.83" y="-887.69" font-family="sans" font-size="14.00">ruby&#45;actionpack&#45;5.2.2.1</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/3yvk3fxym91cy8rmsk0wkvhd4n9nqsdv&#45;ruby&#45;actionpack&#45;5.2.2.1 -->
<g id="edge4" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/3yvk3fxym91cy8rmsk0wkvhd4n9nqsdv&#45;ruby&#45;actionpack&#45;5.2.2.1</title>
<path fill="none" stroke="dimgrey" d="M557.93,-710.7C505.4,-719.05 435.37,-734.08 377.94,-760.13 317.54,-787.53 257.11,-836.81 223.58,-866.56"/>
<polygon fill="dimgrey" stroke="dimgrey" points="221.15,-864.04 216.05,-873.32 225.83,-869.25 221.15,-864.04"/>
</g>
<!-- /gnu/store/4spwyn16wifgplxpb565vdjh74w21rx4&#45;ruby&#45;i18n&#45;1.7.0 -->
<g id="node5" class="node">
<title>/gnu/store/4spwyn16wifgplxpb565vdjh74w21rx4&#45;ruby&#45;i18n&#45;1.7.0</title>
<polygon fill="none" stroke="black" points="416.63,-989.19 290.63,-989.19 290.63,-953.19 416.63,-953.19 416.63,-989.19"/>
<text text-anchor="middle" x="353.63" y="-967.49" font-family="sans" font-size="14.00">ruby&#45;i18n&#45;1.7.0</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/4spwyn16wifgplxpb565vdjh74w21rx4&#45;ruby&#45;i18n&#45;1.7.0 -->
<g id="edge5" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/4spwyn16wifgplxpb565vdjh74w21rx4&#45;ruby&#45;i18n&#45;1.7.0</title>
<path fill="none" stroke="dimgrey" d="M616.57,-719.55C606.76,-730.3 595.69,-744.76 590.12,-760 586.88,-768.89 592.84,-794.21 588.34,-802.53 549.53,-874.48 465.05,-923.16 408.75,-949.05"/>
<polygon fill="dimgrey" stroke="dimgrey" points="407.3,-945.86 399.62,-953.16 410.18,-952.24 407.3,-945.86"/>
</g>
<!-- /gnu/store/51hbh4gcsclfbxq0nfdkg3n2drha86fc&#45;ruby&#45;erubi&#45;1.8.0 -->
<g id="node6" class="node">
<title>/gnu/store/51hbh4gcsclfbxq0nfdkg3n2drha86fc&#45;ruby&#45;erubi&#45;1.8.0</title>
<polygon fill="none" stroke="black" points="317.03,-480.25 186.03,-480.25 186.03,-444.25 317.03,-444.25 317.03,-480.25"/>
<text text-anchor="middle" x="251.53" y="-458.55" font-family="sans" font-size="14.00">ruby&#45;erubi&#45;1.8.0</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/51hbh4gcsclfbxq0nfdkg3n2drha86fc&#45;ruby&#45;erubi&#45;1.8.0 -->
<g id="edge6" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/51hbh4gcsclfbxq0nfdkg3n2drha86fc&#45;ruby&#45;erubi&#45;1.8.0</title>
<path fill="none" stroke="dimgrey" d="M628.22,-682.95C618.63,-660.75 599.75,-623.5 573.1,-600.53 501.11,-538.48 397.06,-500.64 327,-480.58"/>
<polygon fill="dimgrey" stroke="dimgrey" points="327.92,-477.21 317.34,-477.87 326.02,-483.94 327.92,-477.21"/>
</g>
<!-- /gnu/store/6gjp4nhsv5cbvdsifx8mvdbqb4zd219q&#45;ruby&#45;tzinfo&#45;data&#45;1.2017.3 -->
<g id="node7" class="node">
<title>/gnu/store/6gjp4nhsv5cbvdsifx8mvdbqb4zd219q&#45;ruby&#45;tzinfo&#45;data&#45;1.2017.3</title>
<polygon fill="none" stroke="black" points="254.68,-559.97 56.68,-559.97 56.68,-523.97 254.68,-523.97 254.68,-559.97"/>
<text text-anchor="middle" x="155.68" y="-538.27" font-family="sans" font-size="14.00">ruby&#45;tzinfo&#45;data&#45;1.2017.3</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/6gjp4nhsv5cbvdsifx8mvdbqb4zd219q&#45;ruby&#45;tzinfo&#45;data&#45;1.2017.3 -->
<g id="edge7" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/6gjp4nhsv5cbvdsifx8mvdbqb4zd219q&#45;ruby&#45;tzinfo&#45;data&#45;1.2017.3</title>
<path fill="none" stroke="dimgrey" d="M557.72,-685.53C510.61,-675.18 449.59,-660.35 396.7,-642.93 327.83,-620.24 251,-586.52 203,-564.4"/>
<polygon fill="dimgrey" stroke="dimgrey" points="204.34,-561.16 193.8,-560.13 201.4,-567.51 204.34,-561.16"/>
</g>
<!-- /gnu/store/8i8yklxnxkr5jffjm9w5p7h2nx033mks&#45;ruby&#45;actionview&#45;5.2.2.1 -->
<g id="node8" class="node">
<title>/gnu/store/8i8yklxnxkr5jffjm9w5p7h2nx033mks&#45;ruby&#45;actionview&#45;5.2.2.1</title>
<polygon fill="none" stroke="black" points="449.19,-1094.16 267.19,-1094.16 267.19,-1058.16 449.19,-1058.16 449.19,-1094.16"/>
<text text-anchor="middle" x="358.19" y="-1072.46" font-family="sans" font-size="14.00">ruby&#45;actionview&#45;5.2.2.1</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/8i8yklxnxkr5jffjm9w5p7h2nx033mks&#45;ruby&#45;actionview&#45;5.2.2.1 -->
<g id="edge8" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/8i8yklxnxkr5jffjm9w5p7h2nx033mks&#45;ruby&#45;actionview&#45;5.2.2.1</title>
<path fill="none" stroke="dimgrey" d="M616.57,-719.55C606.76,-730.3 595.69,-744.76 590.12,-760 586.88,-768.89 591.77,-793.71 588.34,-802.53 546.09,-911.28 441.83,-1007.83 389.38,-1051.48"/>
<polygon fill="dimgrey" stroke="dimgrey" points="386.92,-1048.97 381.42,-1058.03 391.37,-1054.38 386.92,-1048.97"/>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="node9" class="node">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<polygon fill="none" stroke="black" points="1189.31,-847.52 1099.31,-847.52 1099.31,-811.52 1189.31,-811.52 1189.31,-847.52"/>
<text text-anchor="middle" x="1144.31" y="-825.82" font-family="sans" font-size="14.00">ruby&#45;2.6.5</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge9" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="dimgrey" d="M670.64,-719.43C693.39,-730.43 723.94,-743.89 752.3,-752.09 857.65,-782.56 888.86,-767.08 996.16,-789.7 1027.26,-796.26 1061.56,-805.35 1089.32,-813.2"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1088.65,-816.65 1099.23,-816.02 1090.57,-809.92 1088.65,-816.65"/>
</g>
<!-- /gnu/store/8z5nv7awf3yiycvhghkiqi02k5f6yzqm&#45;ruby&#45;concurrent&#45;1.1.5 -->
<g id="node10" class="node">
<title>/gnu/store/8z5nv7awf3yiycvhghkiqi02k5f6yzqm&#45;ruby&#45;concurrent&#45;1.1.5</title>
<polygon fill="none" stroke="black" points="569.9,-639.73 399.9,-639.73 399.9,-603.73 569.9,-603.73 569.9,-639.73"/>
<text text-anchor="middle" x="484.9" y="-618.03" font-family="sans" font-size="14.00">ruby&#45;concurrent&#45;1.1.5</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/8z5nv7awf3yiycvhghkiqi02k5f6yzqm&#45;ruby&#45;concurrent&#45;1.1.5 -->
<g id="edge10" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/8z5nv7awf3yiycvhghkiqi02k5f6yzqm&#45;ruby&#45;concurrent&#45;1.1.5</title>
<path fill="none" stroke="dimgrey" d="M601.3,-683.25C579.63,-671.79 551.39,-656.87 528.15,-644.59"/>
<polygon fill="dimgrey" stroke="dimgrey" points="529.67,-641.43 519.19,-639.85 526.4,-647.62 529.67,-641.43"/>
</g>
<!-- /gnu/store/924np2k8f04lfjr6l9hzic7drah8bgbb&#45;ruby&#45;mini&#45;portile&#45;2.4.0 -->
<g id="node11" class="node">
<title>/gnu/store/924np2k8f04lfjr6l9hzic7drah8bgbb&#45;ruby&#45;mini&#45;portile&#45;2.4.0</title>
<polygon fill="none" stroke="black" points="1225.69,-688.86 1050.69,-688.86 1050.69,-652.86 1225.69,-652.86 1225.69,-688.86"/>
<text text-anchor="middle" x="1138.19" y="-667.16" font-family="sans" font-size="14.00">ruby&#45;mini&#45;portile&#45;2.4.0</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/924np2k8f04lfjr6l9hzic7drah8bgbb&#45;ruby&#45;mini&#45;portile&#45;2.4.0 -->
<g id="edge11" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/924np2k8f04lfjr6l9hzic7drah8bgbb&#45;ruby&#45;mini&#45;portile&#45;2.4.0</title>
<path fill="none" stroke="dimgrey" d="M713.19,-696.6C801.21,-691.27 944.78,-682.57 1040.36,-676.78"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1040.84,-680.26 1050.61,-676.16 1040.41,-673.27 1040.84,-680.26"/>
</g>
<!-- /gnu/store/b91d49gp4hxan5mwnzn3bhvf7bpgcxgh&#45;ruby&#45;rails&#45;html&#45;sanitizer&#45;1.0.4 -->
<g id="node12" class="node">
<title>/gnu/store/b91d49gp4hxan5mwnzn3bhvf7bpgcxgh&#45;ruby&#45;rails&#45;html&#45;sanitizer&#45;1.0.4</title>
<polygon fill="none" stroke="black" points="223.74,-656.66 -0.26,-656.66 -0.26,-620.66 223.74,-620.66 223.74,-656.66"/>
<text text-anchor="middle" x="111.74" y="-634.96" font-family="sans" font-size="14.00">ruby&#45;rails&#45;html&#45;sanitizer&#45;1.0.4</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/b91d49gp4hxan5mwnzn3bhvf7bpgcxgh&#45;ruby&#45;rails&#45;html&#45;sanitizer&#45;1.0.4 -->
<g id="edge12" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/b91d49gp4hxan5mwnzn3bhvf7bpgcxgh&#45;ruby&#45;rails&#45;html&#45;sanitizer&#45;1.0.4</title>
<path fill="none" stroke="dimgrey" d="M557.91,-692.03C472.57,-681.82 334.26,-665.28 234.23,-653.31"/>
<polygon fill="dimgrey" stroke="dimgrey" points="234.41,-649.81 224.07,-652.1 233.58,-656.76 234.41,-649.81"/>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9 -->
<g id="node13" class="node">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9</title>
<polygon fill="none" stroke="black" points="1253.71,-767.92 1093.71,-767.92 1093.71,-731.92 1253.71,-731.92 1253.71,-767.92"/>
<text text-anchor="middle" x="1173.71" y="-746.22" font-family="sans" font-size="14.00">ruby&#45;nokogiri&#45;1.10.9</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9 -->
<g id="edge13" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9</title>
<path fill="none" stroke="dimgrey" d="M713.3,-692.93C804.61,-685.34 959.89,-679.47 1088.84,-709.72 1104.32,-713.36 1120.32,-720.05 1134.19,-726.95"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1132.94,-730.24 1143.43,-731.73 1136.15,-724.02 1132.94,-730.24"/>
</g>
<!-- /gnu/store/cxb0a9zbiympawbj3zijfklvn768bdqk&#45;ruby&#45;tzinfo&#45;1.2.4 -->
<g id="node14" class="node">
<title>/gnu/store/cxb0a9zbiympawbj3zijfklvn768bdqk&#45;ruby&#45;tzinfo&#45;1.2.4</title>
<polygon fill="none" stroke="black" points="546.46,-470.8 411.46,-470.8 411.46,-434.8 546.46,-434.8 546.46,-470.8"/>
<text text-anchor="middle" x="478.96" y="-449.1" font-family="sans" font-size="14.00">ruby&#45;tzinfo&#45;1.2.4</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/cxb0a9zbiympawbj3zijfklvn768bdqk&#45;ruby&#45;tzinfo&#45;1.2.4 -->
<g id="edge14" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/cxb0a9zbiympawbj3zijfklvn768bdqk&#45;ruby&#45;tzinfo&#45;1.2.4</title>
<path fill="none" stroke="dimgrey" d="M624.27,-683.05C611.85,-662.83 591.16,-629.28 573.1,-600.53 546.42,-558.05 515.04,-508.99 496.09,-479.45"/>
<polygon fill="dimgrey" stroke="dimgrey" points="498.98,-477.47 490.63,-470.95 493.09,-481.25 498.98,-477.47"/>
</g>
<!-- /gnu/store/ff3iwn8088xwgz4jlvp22v52089yrkby&#45;ruby&#45;pkg&#45;config&#45;1.2.5 -->
<g id="node15" class="node">
<title>/gnu/store/ff3iwn8088xwgz4jlvp22v52089yrkby&#45;ruby&#45;pkg&#45;config&#45;1.2.5</title>
<polygon fill="none" stroke="black" points="933.01,-1083.48 763.01,-1083.48 763.01,-1047.48 933.01,-1047.48 933.01,-1083.48"/>
<text text-anchor="middle" x="848.01" y="-1061.78" font-family="sans" font-size="14.00">ruby&#45;pkg&#45;config&#45;1.2.5</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/ff3iwn8088xwgz4jlvp22v52089yrkby&#45;ruby&#45;pkg&#45;config&#45;1.2.5 -->
<g id="edge15" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/ff3iwn8088xwgz4jlvp22v52089yrkby&#45;ruby&#45;pkg&#45;config&#45;1.2.5</title>
<path fill="none" stroke="dimgrey" d="M616.32,-719.46C606.43,-730.18 595.37,-744.64 590.12,-760 588.6,-764.46 588.53,-797.97 590.12,-802.4 630.07,-913.4 671.44,-928.19 759.25,-1006.98 773.6,-1019.86 791.03,-1031.98 806.62,-1041.8"/>
<polygon fill="dimgrey" stroke="dimgrey" points="805.21,-1045.04 815.56,-1047.31 808.88,-1039.08 805.21,-1045.04"/>
</g>
<!-- /gnu/store/k0pmkqyy3q1aijlk61k2ahlz6af5g3lz&#45;ruby&#45;rails&#45;dom&#45;testing&#45;2.0.2 -->
<g id="node16" class="node">
<title>/gnu/store/k0pmkqyy3q1aijlk61k2ahlz6af5g3lz&#45;ruby&#45;rails&#45;dom&#45;testing&#45;2.0.2</title>
<polygon fill="none" stroke="black" points="221.03,-737.12 7.03,-737.12 7.03,-701.12 221.03,-701.12 221.03,-737.12"/>
<text text-anchor="middle" x="114.03" y="-715.42" font-family="sans" font-size="14.00">ruby&#45;rails&#45;dom&#45;testing&#45;2.0.2</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/k0pmkqyy3q1aijlk61k2ahlz6af5g3lz&#45;ruby&#45;rails&#45;dom&#45;testing&#45;2.0.2 -->
<g id="edge16" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/k0pmkqyy3q1aijlk61k2ahlz6af5g3lz&#45;ruby&#45;rails&#45;dom&#45;testing&#45;2.0.2</title>
<path fill="none" stroke="dimgrey" d="M557.97,-703.95C471.7,-706.9 331.33,-711.7 231.54,-715.11"/>
<polygon fill="dimgrey" stroke="dimgrey" points="231.28,-711.61 221.41,-715.45 231.52,-718.61 231.28,-711.61"/>
</g>
<!-- /gnu/store/kw8lw3g3205sn4mqdlvlmgazxrq68500&#45;ruby&#45;loofah&#45;2.2.3 -->
<g id="node17" class="node">
<title>/gnu/store/kw8lw3g3205sn4mqdlvlmgazxrq68500&#45;ruby&#45;loofah&#45;2.2.3</title>
<polygon fill="none" stroke="black" points="873.18,-638.38 735.18,-638.38 735.18,-602.38 873.18,-602.38 873.18,-638.38"/>
<text text-anchor="middle" x="804.18" y="-616.68" font-family="sans" font-size="14.00">ruby&#45;loofah&#45;2.2.3</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/kw8lw3g3205sn4mqdlvlmgazxrq68500&#45;ruby&#45;loofah&#45;2.2.3 -->
<g id="edge17" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/kw8lw3g3205sn4mqdlvlmgazxrq68500&#45;ruby&#45;loofah&#45;2.2.3</title>
<path fill="none" stroke="dimgrey" d="M673.33,-683.14C698.19,-671.22 730.87,-655.55 757.36,-642.84"/>
<polygon fill="dimgrey" stroke="dimgrey" points="758.94,-645.96 766.45,-638.48 755.92,-639.65 758.94,-645.96"/>
</g>
<!-- /gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6 -->
<g id="node18" class="node">
<title>/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6</title>
<polygon fill="none" stroke="black" points="880.5,-748.89 755.5,-748.89 755.5,-712.89 880.5,-712.89 880.5,-748.89"/>
<text text-anchor="middle" x="818" y="-727.19" font-family="sans" font-size="14.00">ruby&#45;rack&#45;2.0.6</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6 -->
<g id="edge18" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6</title>
<path fill="none" stroke="dimgrey" d="M713.14,-713.89C723.81,-715.62 734.72,-717.39 745.29,-719.1"/>
<polygon fill="dimgrey" stroke="dimgrey" points="744.87,-722.58 755.3,-720.73 745.99,-715.67 744.87,-722.58"/>
</g>
<!-- /gnu/store/npgmpxqjhi702j7h26vm614j0w0piymr&#45;ruby&#45;rack&#45;test&#45;0.8.3 -->
<g id="node19" class="node">
<title>/gnu/store/npgmpxqjhi702j7h26vm614j0w0piymr&#45;ruby&#45;rack&#45;test&#45;0.8.3</title>
<polygon fill="none" stroke="black" points="433.92,-382.11 276.92,-382.11 276.92,-346.11 433.92,-346.11 433.92,-382.11"/>
<text text-anchor="middle" x="355.42" y="-360.41" font-family="sans" font-size="14.00">ruby&#45;rack&#45;test&#45;0.8.3</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/npgmpxqjhi702j7h26vm614j0w0piymr&#45;ruby&#45;rack&#45;test&#45;0.8.3 -->
<g id="edge19" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/npgmpxqjhi702j7h26vm614j0w0piymr&#45;ruby&#45;rack&#45;test&#45;0.8.3</title>
<path fill="none" stroke="dimgrey" d="M626.84,-683.23C616.13,-661.98 596.42,-626.32 573.1,-600.53 511.16,-532.03 466.49,-545.69 408.26,-474 388.15,-449.24 373.4,-415.55 364.68,-392.03"/>
<polygon fill="dimgrey" stroke="dimgrey" points="367.87,-390.55 361.2,-382.31 361.27,-392.91 367.87,-390.55"/>
</g>
<!-- /gnu/store/pjpyfsdfidw1cgnx13axlygjds0is5jn&#45;ruby&#45;activesupport&#45;5.2.2.1 -->
<g id="node20" class="node">
<title>/gnu/store/pjpyfsdfidw1cgnx13axlygjds0is5jn&#45;ruby&#45;activesupport&#45;5.2.2.1</title>
<polygon fill="none" stroke="black" points="585.14,-799.33 381.14,-799.33 381.14,-763.33 585.14,-763.33 585.14,-799.33"/>
<text text-anchor="middle" x="483.14" y="-777.63" font-family="sans" font-size="14.00">ruby&#45;activesupport&#45;5.2.2.1</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/pjpyfsdfidw1cgnx13axlygjds0is5jn&#45;ruby&#45;activesupport&#45;5.2.2.1 -->
<g id="edge20" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/pjpyfsdfidw1cgnx13axlygjds0is5jn&#45;ruby&#45;activesupport&#45;5.2.2.1</title>
<path fill="none" stroke="dimgrey" d="M600.9,-719.46C578.9,-731.03 550.21,-746.1 526.65,-758.47"/>
<polygon fill="dimgrey" stroke="dimgrey" points="524.8,-755.5 517.57,-763.24 528.05,-761.69 524.8,-755.5"/>
</g>
<!-- /gnu/store/rd3x5mzzraac4gz6vjlxa909w6kj7684&#45;ruby&#45;crass&#45;1.0.6 -->
<g id="node21" class="node">
<title>/gnu/store/rd3x5mzzraac4gz6vjlxa909w6kj7684&#45;ruby&#45;crass&#45;1.0.6</title>
<polygon fill="none" stroke="black" points="697.51,-324.1 565.51,-324.1 565.51,-288.1 697.51,-288.1 697.51,-324.1"/>
<text text-anchor="middle" x="631.51" y="-302.4" font-family="sans" font-size="14.00">ruby&#45;crass&#45;1.0.6</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/rd3x5mzzraac4gz6vjlxa909w6kj7684&#45;ruby&#45;crass&#45;1.0.6 -->
<g id="edge21" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/rd3x5mzzraac4gz6vjlxa909w6kj7684&#45;ruby&#45;crass&#45;1.0.6</title>
<path fill="none" stroke="dimgrey" d="M635.29,-683.3C634.66,-620.54 632.56,-411.17 631.79,-334.53"/>
<polygon fill="dimgrey" stroke="dimgrey" points="635.29,-334.18 631.69,-324.22 628.29,-334.25 635.29,-334.18"/>
</g>
<!-- /gnu/store/xhsz8j8hxjxml19f9750arqilf9lwjnr&#45;ruby&#45;minitest&#45;5.11.3 -->
<g id="node22" class="node">
<title>/gnu/store/xhsz8j8hxjxml19f9750arqilf9lwjnr&#45;ruby&#45;minitest&#45;5.11.3</title>
<polygon fill="none" stroke="black" points="1042.53,-669.06 881.53,-669.06 881.53,-633.06 1042.53,-633.06 1042.53,-669.06"/>
<text text-anchor="middle" x="962.03" y="-647.36" font-family="sans" font-size="14.00">ruby&#45;minitest&#45;5.11.3</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/xhsz8j8hxjxml19f9750arqilf9lwjnr&#45;ruby&#45;minitest&#45;5.11.3 -->
<g id="edge22" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/xhsz8j8hxjxml19f9750arqilf9lwjnr&#45;ruby&#45;minitest&#45;5.11.3</title>
<path fill="none" stroke="dimgrey" d="M713.27,-689.33C760.75,-682.03 821.65,-672.66 871.31,-665.01"/>
<polygon fill="dimgrey" stroke="dimgrey" points="872.06,-668.44 881.41,-663.46 870.99,-661.52 872.06,-668.44"/>
</g>
<!-- /gnu/store/y7baimhb4kcxi55fv6ps1nx2sfqx3851&#45;ruby&#45;builder&#45;3.2.3 -->
<g id="node23" class="node">
<title>/gnu/store/y7baimhb4kcxi55fv6ps1nx2sfqx3851&#45;ruby&#45;builder&#45;3.2.3</title>
<polygon fill="none" stroke="black" points="905.45,-1003.78 762.45,-1003.78 762.45,-967.78 905.45,-967.78 905.45,-1003.78"/>
<text text-anchor="middle" x="833.95" y="-982.08" font-family="sans" font-size="14.00">ruby&#45;builder&#45;3.2.3</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/y7baimhb4kcxi55fv6ps1nx2sfqx3851&#45;ruby&#45;builder&#45;3.2.3 -->
<g id="edge23" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/y7baimhb4kcxi55fv6ps1nx2sfqx3851&#45;ruby&#45;builder&#45;3.2.3</title>
<path fill="none" stroke="dimgrey" d="M676.48,-719.36C698.84,-729.16 727.04,-741.4 752.3,-752.09 760.81,-755.69 765.4,-753.08 771.52,-760 821.95,-816.9 832.01,-911.1 833.78,-957.78"/>
<polygon fill="dimgrey" stroke="dimgrey" points="830.28,-957.88 834.05,-967.78 837.28,-957.69 830.28,-957.88"/>
</g>
<!-- /gnu/store/z7h1jgpxfhpfczbn3zvsgh78czb6ypkf&#45;ruby&#45;method&#45;source&#45;1.0.0 -->
<g id="node24" class="node">
<title>/gnu/store/z7h1jgpxfhpfczbn3zvsgh78czb6ypkf&#45;ruby&#45;method&#45;source&#45;1.0.0</title>
<polygon fill="none" stroke="black" points="229.33,-829.51 29.33,-829.51 29.33,-793.51 229.33,-793.51 229.33,-829.51"/>
<text text-anchor="middle" x="129.33" y="-807.81" font-family="sans" font-size="14.00">ruby&#45;method&#45;source&#45;1.0.0</text>
</g>
<!-- /gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/z7h1jgpxfhpfczbn3zvsgh78czb6ypkf&#45;ruby&#45;method&#45;source&#45;1.0.0 -->
<g id="edge24" class="edge">
<title>/gnu/store/2szb2li2x6p9h4wrd5cj7gvjfsg8nq6y&#45;ruby&#45;railties&#45;5.2.2.1&#45;&gt;/gnu/store/z7h1jgpxfhpfczbn3zvsgh78czb6ypkf&#45;ruby&#45;method&#45;source&#45;1.0.0</title>
<path fill="none" stroke="dimgrey" d="M557.77,-718.22C467.44,-737.89 318.47,-770.33 222.14,-791.3"/>
<polygon fill="dimgrey" stroke="dimgrey" points="221.14,-787.94 212.12,-793.49 222.63,-794.78 221.14,-787.94"/>
</g>
<!-- /gnu/store/21im6y79mvyz3ala8v5yzwbfsnxh0swp&#45;ruby&#45;thread&#45;safe&#45;0.3.6&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge25" class="edge">
<title>/gnu/store/21im6y79mvyz3ala8v5yzwbfsnxh0swp&#45;ruby&#45;thread&#45;safe&#45;0.3.6&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="darkseagreen" d="M768.63,-778.05C832.16,-777.12 919.88,-778.58 996.16,-789.7 1027.5,-794.27 1061.68,-803.18 1089.31,-811.42"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1088.59,-814.86 1099.17,-814.41 1090.62,-808.16 1088.59,-814.86"/>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1 -->
<g id="edge79" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1</title>
<path fill="none" stroke="dimgrey" d="M1108.6,-430.13C1119.06,-429.26 1126.32,-427.16 1126.32,-423.82 1126.32,-421.74 1123.48,-420.13 1118.8,-419.01"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1119,-415.51 1108.6,-417.52 1117.98,-422.43 1119,-415.51"/>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge81" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="dimgrey" d="M1047.2,-442.06C1046.82,-502.03 1045.77,-689.45 1047.49,-692.06 1058.51,-708.73 1077.61,-693.2 1088.84,-709.72 1092.68,-715.37 1087.94,-764.8 1090.51,-771.12 1095.54,-783.52 1104.49,-794.91 1113.66,-804.27"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1111.36,-806.92 1121,-811.33 1116.22,-801.87 1111.36,-806.92"/>
</g>
<!-- /gnu/store/0hlivkh2fhr6198drvz6fv0cyifa8js2&#45;ruby&#45;rspec&#45;3.8.0 -->
<g id="node39" class="node">
<title>/gnu/store/0hlivkh2fhr6198drvz6fv0cyifa8js2&#45;ruby&#45;rspec&#45;3.8.0</title>
<polygon fill="none" stroke="black" points="1035.85,-36.44 901.85,-36.44 901.85,-0.44 1035.85,-0.44 1035.85,-36.44"/>
<text text-anchor="middle" x="968.85" y="-14.74" font-family="sans" font-size="14.00">ruby&#45;rspec&#45;3.8.0</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/0hlivkh2fhr6198drvz6fv0cyifa8js2&#45;ruby&#45;rspec&#45;3.8.0 -->
<g id="edge78" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/0hlivkh2fhr6198drvz6fv0cyifa8js2&#45;ruby&#45;rspec&#45;3.8.0</title>
<path fill="none" stroke="dimgrey" d="M986.55,-405.78C967.12,-396.82 947.76,-383.79 936.54,-365.14 874.23,-261.62 928.91,-108.41 955.89,-46.2"/>
<polygon fill="dimgrey" stroke="dimgrey" points="959.25,-47.24 960.11,-36.68 952.85,-44.41 959.25,-47.24"/>
</g>
<!-- /gnu/store/2m96b69lwiqnj5l989v8qawxzlbjgv4a&#45;ruby&#45;rspec&#45;expectations&#45;3.8.2 -->
<g id="node40" class="node">
<title>/gnu/store/2m96b69lwiqnj5l989v8qawxzlbjgv4a&#45;ruby&#45;rspec&#45;expectations&#45;3.8.2</title>
<polygon fill="none" stroke="black" points="1536.71,-149.14 1309.71,-149.14 1309.71,-113.14 1536.71,-113.14 1536.71,-149.14"/>
<text text-anchor="middle" x="1423.21" y="-127.44" font-family="sans" font-size="14.00">ruby&#45;rspec&#45;expectations&#45;3.8.2</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/2m96b69lwiqnj5l989v8qawxzlbjgv4a&#45;ruby&#45;rspec&#45;expectations&#45;3.8.2 -->
<g id="edge80" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/2m96b69lwiqnj5l989v8qawxzlbjgv4a&#45;ruby&#45;rspec&#45;expectations&#45;3.8.2</title>
<path fill="none" stroke="dimgrey" d="M1084.99,-405.58C1105.94,-394.83 1132.11,-380.37 1153.94,-365.14 1250.4,-297.82 1351.94,-201.59 1397.93,-156.4"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1400.43,-158.86 1405.09,-149.34 1395.51,-153.88 1400.43,-158.86"/>
</g>
<!-- /gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3 -->
<g id="node41" class="node">
<title>/gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3</title>
<polygon fill="none" stroke="black" points="1182.71,-522.04 1054.71,-522.04 1054.71,-486.04 1182.71,-486.04 1182.71,-522.04"/>
<text text-anchor="middle" x="1118.71" y="-500.34" font-family="sans" font-size="14.00">ruby&#45;diff&#45;lcs&#45;1.3</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3 -->
<g id="edge82" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3</title>
<path fill="none" stroke="dimgrey" d="M1063.52,-442.03C1073.01,-452.69 1085.16,-466.34 1095.63,-478.12"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1093.31,-480.77 1102.57,-485.91 1098.54,-476.11 1093.31,-480.77"/>
</g>
<!-- /gnu/store/l1b947vp9179pzb7j66fd9ia2kc6lhzz&#45;ruby&#45;simplecov&#45;html&#45;0.10.2 -->
<g id="node42" class="node">
<title>/gnu/store/l1b947vp9179pzb7j66fd9ia2kc6lhzz&#45;ruby&#45;simplecov&#45;html&#45;0.10.2</title>
<polygon fill="none" stroke="black" points="1150.74,-361.94 939.74,-361.94 939.74,-325.94 1150.74,-325.94 1150.74,-361.94"/>
<text text-anchor="middle" x="1045.24" y="-340.24" font-family="sans" font-size="14.00">ruby&#45;simplecov&#45;html&#45;0.10.2</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/l1b947vp9179pzb7j66fd9ia2kc6lhzz&#45;ruby&#45;simplecov&#45;html&#45;0.10.2 -->
<g id="edge83" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/l1b947vp9179pzb7j66fd9ia2kc6lhzz&#45;ruby&#45;simplecov&#45;html&#45;0.10.2</title>
<path fill="none" stroke="dimgrey" d="M1046.85,-405.7C1046.59,-395.79 1046.26,-383.3 1045.97,-372.15"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1049.47,-371.9 1045.71,-361.99 1042.47,-372.08 1049.47,-371.9"/>
</g>
<!-- /gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0 -->
<g id="node43" class="node">
<title>/gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0</title>
<polygon fill="none" stroke="black" points="1366.42,-664.78 1242.42,-664.78 1242.42,-628.78 1366.42,-628.78 1366.42,-664.78"/>
<text text-anchor="middle" x="1304.42" y="-643.08" font-family="sans" font-size="14.00">ruby&#45;json&#45;2.1.0</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0 -->
<g id="edge84" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0</title>
<path fill="none" stroke="dimgrey" d="M1108.5,-441.75C1134.15,-451.23 1163.22,-464.73 1185.91,-482.84 1234.03,-521.26 1271.82,-583.95 1290.87,-619.64"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1287.78,-621.29 1295.51,-628.53 1293.98,-618.05 1287.78,-621.29"/>
</g>
<!-- /gnu/store/nd7fdjs09wgd5nqdzv3dckfjfv47ijxc&#45;ruby&#45;simplecov&#45;0.17.1 -->
<g id="node44" class="node">
<title>/gnu/store/nd7fdjs09wgd5nqdzv3dckfjfv47ijxc&#45;ruby&#45;simplecov&#45;0.17.1</title>
<polygon fill="none" stroke="black" points="865.74,-116.27 691.74,-116.27 691.74,-80.27 865.74,-80.27 865.74,-116.27"/>
<text text-anchor="middle" x="778.74" y="-94.57" font-family="sans" font-size="14.00">ruby&#45;simplecov&#45;0.17.1</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/nd7fdjs09wgd5nqdzv3dckfjfv47ijxc&#45;ruby&#45;simplecov&#45;0.17.1 -->
<g id="edge85" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/nd7fdjs09wgd5nqdzv3dckfjfv47ijxc&#45;ruby&#45;simplecov&#45;0.17.1</title>
<path fill="none" stroke="dimgrey" d="M1000,-405.75C978.84,-396.01 954.65,-382.42 936.54,-365.14 861.52,-293.55 810.04,-178.57 789.16,-126.05"/>
<polygon fill="dimgrey" stroke="dimgrey" points="792.29,-124.46 785.39,-116.41 785.77,-127 792.29,-124.46"/>
</g>
<!-- /gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0 -->
<g id="node45" class="node">
<title>/gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0</title>
<polygon fill="none" stroke="black" points="1484.45,-584.45 1316.45,-584.45 1316.45,-548.45 1484.45,-548.45 1484.45,-584.45"/>
<text text-anchor="middle" x="1400.45" y="-562.75" font-family="sans" font-size="14.00">ruby&#45;rspec&#45;core&#45;3.8.0</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0 -->
<g id="edge86" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0</title>
<path fill="none" stroke="dimgrey" d="M1092.04,-441.89C1156.83,-468.05 1276.63,-516.44 1346.32,-544.59"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1345.23,-547.92 1355.81,-548.42 1347.85,-541.43 1345.23,-547.92"/>
</g>
<!-- /gnu/store/w5x0wn7lbyvhk829a1i53s76944hgs3f&#45;ruby&#45;docile&#45;1.1.5 -->
<g id="node46" class="node">
<title>/gnu/store/w5x0wn7lbyvhk829a1i53s76944hgs3f&#45;ruby&#45;docile&#45;1.1.5</title>
<polygon fill="none" stroke="black" points="1144.98,-116.36 1008.98,-116.36 1008.98,-80.36 1144.98,-80.36 1144.98,-116.36"/>
<text text-anchor="middle" x="1076.98" y="-94.66" font-family="sans" font-size="14.00">ruby&#45;docile&#45;1.1.5</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/w5x0wn7lbyvhk829a1i53s76944hgs3f&#45;ruby&#45;docile&#45;1.1.5 -->
<g id="edge87" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/w5x0wn7lbyvhk829a1i53s76944hgs3f&#45;ruby&#45;docile&#45;1.1.5</title>
<path fill="none" stroke="dimgrey" d="M1104.74,-405.81C1123.82,-396.78 1142.97,-383.69 1153.94,-365.14 1201.14,-285.28 1133.89,-174.73 1097.59,-124.76"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1100.18,-122.38 1091.41,-116.43 1094.56,-126.55 1100.18,-122.38"/>
</g>
<!-- /gnu/store/wq9l3yhxnhryvx6yrbzqz573dv6d3828&#45;ruby&#45;rspec&#45;support&#45;3.8.0 -->
<g id="node47" class="node">
<title>/gnu/store/wq9l3yhxnhryvx6yrbzqz573dv6d3828&#45;ruby&#45;rspec&#45;support&#45;3.8.0</title>
<polygon fill="none" stroke="black" points="1529.62,-504.6 1336.62,-504.6 1336.62,-468.6 1529.62,-468.6 1529.62,-504.6"/>
<text text-anchor="middle" x="1433.12" y="-482.9" font-family="sans" font-size="14.00">ruby&#45;rspec&#45;support&#45;3.8.0</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/wq9l3yhxnhryvx6yrbzqz573dv6d3828&#45;ruby&#45;rspec&#45;support&#45;3.8.0 -->
<g id="edge88" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/wq9l3yhxnhryvx6yrbzqz573dv6d3828&#45;ruby&#45;rspec&#45;support&#45;3.8.0</title>
<path fill="none" stroke="dimgrey" d="M1108.45,-433.77C1166.87,-443.28 1256.19,-457.81 1326.36,-469.23"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1326.14,-472.74 1336.57,-470.89 1327.26,-465.83 1326.14,-472.74"/>
</g>
<!-- /gnu/store/zlyg13d32zc5zlh9ml92xgalakfmli3s&#45;ruby&#45;rspec&#45;mocks&#45;3.8.0 -->
<g id="node48" class="node">
<title>/gnu/store/zlyg13d32zc5zlh9ml92xgalakfmli3s&#45;ruby&#45;rspec&#45;mocks&#45;3.8.0</title>
<polygon fill="none" stroke="black" points="1413.96,-69.22 1229.96,-69.22 1229.96,-33.22 1413.96,-33.22 1413.96,-69.22"/>
<text text-anchor="middle" x="1321.96" y="-47.52" font-family="sans" font-size="14.00">ruby&#45;rspec&#45;mocks&#45;3.8.0</text>
</g>
<!-- /gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/zlyg13d32zc5zlh9ml92xgalakfmli3s&#45;ruby&#45;rspec&#45;mocks&#45;3.8.0 -->
<g id="edge89" class="edge">
<title>/gnu/store/22wbblfywy92z6sha9r2nmrfj225618n&#45;ruby&#45;thor&#45;1.0.1&#45;&gt;/gnu/store/zlyg13d32zc5zlh9ml92xgalakfmli3s&#45;ruby&#45;rspec&#45;mocks&#45;3.8.0</title>
<path fill="none" stroke="dimgrey" d="M1093.18,-405.75C1113.61,-396.02 1136.86,-382.42 1153.94,-365.14 1239.82,-278.25 1293.24,-138.42 1313.14,-79.18"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1316.55,-80.01 1316.36,-69.41 1309.9,-77.81 1316.55,-80.01"/>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge29" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="darkgoldenrod" d="M1189.33,-836.12C1199.69,-835.55 1207.31,-833.35 1207.31,-829.52 1207.31,-827.12 1204.33,-825.36 1199.57,-824.24"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1199.69,-820.73 1189.33,-822.92 1198.79,-827.67 1199.69,-820.73"/>
</g>
<!-- /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="node25" class="node">
<title>/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<polygon fill="none" stroke="black" points="1408.37,-897.06 1304.37,-897.06 1304.37,-861.06 1408.37,-861.06 1408.37,-897.06"/>
<text text-anchor="middle" x="1356.37" y="-875.36" font-family="sans" font-size="14.00">gcc&#45;7.5.0&#45;lib</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge26" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="darkgoldenrod" d="M1189.54,-840.09C1219.96,-847.19 1260.48,-856.66 1293.96,-864.48"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1293.57,-867.99 1304.11,-866.85 1295.17,-861.17 1293.57,-867.99"/>
</g>
<!-- /gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32 -->
<g id="node26" class="node">
<title>/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32</title>
<polygon fill="none" stroke="black" points="1233.31,-1169.77 1121.31,-1169.77 1121.31,-1133.77 1233.31,-1133.77 1233.31,-1169.77"/>
<text text-anchor="middle" x="1177.31" y="-1148.07" font-family="sans" font-size="14.00">coreutils&#45;8.32</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32 -->
<g id="edge27" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32</title>
<path fill="none" stroke="darkgoldenrod" d="M1159.88,-847.72C1168.22,-858.68 1177.64,-873.36 1182.01,-888.25 1194.74,-931.65 1185.01,-1065.17 1179.91,-1123.74"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1176.42,-1123.5 1179.02,-1133.77 1183.39,-1124.12 1176.42,-1123.5"/>
</g>
<!-- /gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1 -->
<g id="node27" class="node">
<title>/gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1</title>
<polygon fill="none" stroke="black" points="1167.74,-1089.6 1060.74,-1089.6 1060.74,-1053.6 1167.74,-1053.6 1167.74,-1089.6"/>
<text text-anchor="middle" x="1114.24" y="-1067.9" font-family="sans" font-size="14.00">gdbm&#45;1.18.1</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1 -->
<g id="edge28" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1</title>
<path fill="none" stroke="darkgoldenrod" d="M1159.88,-847.72C1168.22,-858.68 1177.64,-873.36 1182.01,-888.25 1187.31,-906.33 1186.2,-912.27 1182.01,-930.65 1172.36,-972.98 1148.32,-1017.43 1131.63,-1044.83"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1128.59,-1043.1 1126.29,-1053.44 1134.53,-1046.79 1128.59,-1043.1"/>
</g>
<!-- /gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4 -->
<g id="node28" class="node">
<title>/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4</title>
<polygon fill="none" stroke="black" points="1295.5,-1007.34 1219.5,-1007.34 1219.5,-971.34 1295.5,-971.34 1295.5,-1007.34"/>
<text text-anchor="middle" x="1257.5" y="-985.64" font-family="sans" font-size="14.00">grep&#45;3.4</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4 -->
<g id="edge30" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4</title>
<path fill="none" stroke="darkgoldenrod" d="M1157.07,-847.54C1177.03,-875.72 1215.72,-930.35 1238.82,-962.96"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1235.98,-965 1244.61,-971.14 1241.69,-960.96 1235.98,-965"/>
</g>
<!-- /gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3 -->
<g id="node29" class="node">
<title>/gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3</title>
<polygon fill="none" stroke="black" points="1397.43,-1136.36 1323.43,-1136.36 1323.43,-1100.36 1397.43,-1100.36 1397.43,-1136.36"/>
<text text-anchor="middle" x="1360.43" y="-1114.66" font-family="sans" font-size="14.00">libffi&#45;3.3</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3 -->
<g id="edge31" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3</title>
<path fill="none" stroke="darkgoldenrod" d="M1170.85,-847.52C1204.56,-871.55 1262.67,-917.08 1298.7,-968.14 1325.72,-1006.43 1343.68,-1058.33 1352.95,-1090.02"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1349.67,-1091.27 1355.76,-1099.94 1356.4,-1089.37 1349.67,-1091.27"/>
</g>
<!-- /gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f -->
<g id="node30" class="node">
<title>/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f</title>
<polygon fill="none" stroke="black" points="1604.68,-976.86 1488.68,-976.86 1488.68,-940.86 1604.68,-940.86 1604.68,-976.86"/>
<text text-anchor="middle" x="1546.68" y="-955.16" font-family="sans" font-size="14.00">openssl&#45;1.1.1f</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f -->
<g id="edge32" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f</title>
<path fill="none" stroke="darkgoldenrod" d="M1179.01,-847.59C1210.27,-863.28 1257.84,-885.71 1301.17,-900.26 1371.81,-923.99 1392.24,-919.92 1464.64,-937.57 1469.22,-938.69 1473.95,-939.86 1478.7,-941.05"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1477.92,-944.47 1488.47,-943.53 1479.64,-937.68 1477.92,-944.47"/>
</g>
<!-- /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="node31" class="node">
<title>/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<polygon fill="none" stroke="black" points="1461.44,-976.77 1375.44,-976.77 1375.44,-940.77 1461.44,-940.77 1461.44,-976.77"/>
<text text-anchor="middle" x="1418.44" y="-955.07" font-family="sans" font-size="14.00">glibc&#45;2.31</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge33" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkgoldenrod" d="M1182.71,-847.63C1231.92,-870.83 1317.22,-911.05 1370.6,-936.21"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1369.32,-939.48 1379.85,-940.58 1372.3,-933.15 1369.32,-939.48"/>
</g>
<!-- /gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4 -->
<g id="node32" class="node">
<title>/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4</title>
<polygon fill="none" stroke="black" points="1178.81,-927.45 1065.81,-927.45 1065.81,-891.45 1178.81,-891.45 1178.81,-927.45"/>
<text text-anchor="middle" x="1122.31" y="-905.75" font-family="sans" font-size="14.00">readline&#45;8.0.4</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4 -->
<g id="edge34" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4</title>
<path fill="none" stroke="darkgoldenrod" d="M1139.31,-847.65C1136.56,-857.67 1133.08,-870.32 1129.98,-881.57"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1126.56,-880.81 1127.28,-891.38 1133.31,-882.67 1126.56,-880.81"/>
</g>
<!-- /gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="node33" class="node">
<title>/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<polygon fill="none" stroke="black" points="1580.66,-739.09 1419.66,-739.09 1419.66,-703.09 1580.66,-703.09 1580.66,-739.09"/>
<text text-anchor="middle" x="1500.16" y="-717.39" font-family="sans" font-size="14.00">bash&#45;minimal&#45;5.0.16</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge35" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="darkgoldenrod" d="M1189.38,-815.79C1250.38,-797.2 1359.78,-763.87 1431.16,-742.12"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1432.43,-745.39 1440.97,-739.13 1430.39,-738.7 1432.43,-745.39"/>
</g>
<!-- /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0 -->
<g id="node34" class="node">
<title>/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0</title>
<polygon fill="none" stroke="black" points="1462.89,-1056.5 1380.89,-1056.5 1380.89,-1020.5 1462.89,-1020.5 1462.89,-1056.5"/>
<text text-anchor="middle" x="1421.89" y="-1034.8" font-family="sans" font-size="14.00">gcc&#45;7.5.0</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0 -->
<g id="edge36" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0</title>
<path fill="none" stroke="darkgoldenrod" d="M1168.45,-847.7C1218.39,-885.29 1333.03,-971.61 1389.4,-1014.04"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1387.51,-1017 1397.6,-1020.22 1391.72,-1011.41 1387.51,-1017"/>
</g>
<!-- /gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11 -->
<g id="node35" class="node">
<title>/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11</title>
<polygon fill="none" stroke="black" points="1533.7,-897.01 1442.7,-897.01 1442.7,-861.01 1533.7,-861.01 1533.7,-897.01"/>
<text text-anchor="middle" x="1488.2" y="-875.31" font-family="sans" font-size="14.00">zlib&#45;1.2.11</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11 -->
<g id="edge37" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11</title>
<path fill="none" stroke="darkgoldenrod" d="M1189.56,-832.05C1242.98,-835.57 1334.32,-843.21 1411.57,-857.86 1418.4,-859.16 1425.51,-860.76 1432.53,-862.51"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1432.14,-866.02 1442.7,-865.14 1433.89,-859.24 1432.14,-866.02"/>
</g>
<!-- /gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2 -->
<g id="node36" class="node">
<title>/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2</title>
<polygon fill="none" stroke="black" points="1293.02,-1089.88 1194.02,-1089.88 1194.02,-1053.88 1293.02,-1053.88 1293.02,-1089.88"/>
<text text-anchor="middle" x="1243.52" y="-1068.18" font-family="sans" font-size="14.00">ncurses&#45;6.2</text>
</g>
<!-- /gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2 -->
<g id="edge38" class="edge">
<title>/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5&#45;&gt;/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2</title>
<path fill="none" stroke="darkgoldenrod" d="M1158.03,-847.75C1165.93,-858.96 1175.56,-873.88 1182.01,-888.25 1205.13,-939.74 1197.19,-957.43 1216.3,-1010.54 1220.38,-1021.87 1225.6,-1034.05 1230.38,-1044.55"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1227.22,-1046.04 1234.6,-1053.64 1233.57,-1043.1 1227.22,-1046.04"/>
</g>
<!-- /gnu/store/924np2k8f04lfjr6l9hzic7drah8bgbb&#45;ruby&#45;mini&#45;portile&#45;2.4.0&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge99" class="edge">
<title>/gnu/store/924np2k8f04lfjr6l9hzic7drah8bgbb&#45;ruby&#45;mini&#45;portile&#45;2.4.0&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="red" d="M1225.82,-683.02C1281.48,-690.74 1353.36,-700.72 1409.58,-708.52"/>
<polygon fill="red" stroke="red" points="1409.15,-712 1419.53,-709.9 1410.11,-705.06 1409.15,-712"/>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge101" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="#8b7765" d="M1167.03,-767.98C1163.34,-777.99 1158.67,-790.64 1154.52,-801.86"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1151.23,-800.66 1151.05,-811.25 1157.8,-803.08 1151.23,-800.66"/>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/924np2k8f04lfjr6l9hzic7drah8bgbb&#45;ruby&#45;mini&#45;portile&#45;2.4.0 -->
<g id="edge102" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/924np2k8f04lfjr6l9hzic7drah8bgbb&#45;ruby&#45;mini&#45;portile&#45;2.4.0</title>
<path fill="none" stroke="#8b7765" d="M1165.47,-731.58C1161.03,-721.71 1155.47,-709.32 1150.52,-698.31"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1153.67,-696.78 1146.38,-689.1 1147.29,-699.65 1153.67,-696.78"/>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9 -->
<g id="edge104" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9</title>
<path fill="none" stroke="#8b7765" d="M1254.06,-755.87C1264.67,-754.86 1271.71,-752.88 1271.71,-749.92 1271.71,-748.08 1268.96,-746.61 1264.31,-745.52"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1264.48,-742.01 1254.06,-743.97 1263.43,-748.93 1264.48,-742.01"/>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/ff3iwn8088xwgz4jlvp22v52089yrkby&#45;ruby&#45;pkg&#45;config&#45;1.2.5 -->
<g id="edge107" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/ff3iwn8088xwgz4jlvp22v52089yrkby&#45;ruby&#45;pkg&#45;config&#45;1.2.5</title>
<path fill="none" stroke="#8b7765" d="M1147.33,-768.07C1131.89,-779.1 1112.32,-793.82 1096.11,-808.32 1005.62,-889.25 994.01,-920.67 908.65,-1006.98 897.72,-1018.03 885.42,-1029.98 874.77,-1040.18"/>
<polygon fill="#8b7765" stroke="#8b7765" points="872.17,-1037.83 867.35,-1047.26 877,-1042.89 872.17,-1037.83"/>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge100" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="#8b7765" d="M1199.49,-768.15C1231.58,-790.84 1286.5,-829.67 1322.11,-854.84"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1320.53,-858.01 1330.72,-860.93 1324.57,-852.3 1320.53,-858.01"/>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge106" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="#8b7765" d="M1185.52,-768.19C1206.02,-798.75 1250.82,-860.77 1301.17,-900.26 1320.66,-915.55 1344.79,-928.42 1366.08,-938.16"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1364.76,-941.41 1375.32,-942.28 1367.61,-935.01 1364.76,-941.41"/>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34 -->
<g id="node49" class="node">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34</title>
<polygon fill="none" stroke="black" points="1696.67,-748.33 1588.67,-748.33 1588.67,-712.33 1696.67,-712.33 1696.67,-748.33"/>
<text text-anchor="middle" x="1642.67" y="-726.63" font-family="sans" font-size="14.00">libxslt&#45;1.1.34</text>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34 -->
<g id="edge103" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34</title>
<path fill="none" stroke="#8b7765" d="M1253.76,-752.72C1334.28,-754.57 1462.21,-754.84 1578.44,-742.81"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1579,-746.27 1588.58,-741.72 1578.26,-739.31 1579,-746.27"/>
</g>
<!-- /gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10 -->
<g id="node50" class="node">
<title>/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10</title>
<polygon fill="none" stroke="black" points="1476.58,-817.26 1358.58,-817.26 1358.58,-781.26 1476.58,-781.26 1476.58,-817.26"/>
<text text-anchor="middle" x="1417.58" y="-795.56" font-family="sans" font-size="14.00">libxml2&#45;2.9.10</text>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10 -->
<g id="edge105" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10</title>
<path fill="none" stroke="#8b7765" d="M1253.9,-766.14C1284.32,-772.3 1318.69,-779.25 1348.05,-785.19"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1347.72,-788.7 1358.21,-787.25 1349.11,-781.83 1347.72,-788.7"/>
</g>
<!-- /gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0 -->
<g id="node51" class="node">
<title>/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0</title>
<polygon fill="none" stroke="black" points="992.96,-828.9 862.96,-828.9 862.96,-792.9 992.96,-792.9 992.96,-828.9"/>
<text text-anchor="middle" x="927.96" y="-807.2" font-family="sans" font-size="14.00">ruby&#45;hoe&#45;3.21.0</text>
</g>
<!-- /gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0 -->
<g id="edge108" class="edge">
<title>/gnu/store/bmzrr23x06mf64wdkvzaqkr8ff26x0pc&#45;ruby&#45;nokogiri&#45;1.10.9&#45;&gt;/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0</title>
<path fill="none" stroke="#8b7765" d="M1100.97,-767.97C1070.07,-775.64 1034.05,-784.57 1002.91,-792.3"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1001.84,-788.96 992.98,-794.77 1003.53,-795.75 1001.84,-788.96"/>
</g>
<!-- /gnu/store/ff3iwn8088xwgz4jlvp22v52089yrkby&#45;ruby&#45;pkg&#45;config&#45;1.2.5&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge137" class="edge">
<title>/gnu/store/ff3iwn8088xwgz4jlvp22v52089yrkby&#45;ruby&#45;pkg&#45;config&#45;1.2.5&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="#00cdcd" d="M868.95,-1047.39C906.91,-1014.78 989.9,-944.3 1062.61,-888.25 1077.87,-876.48 1095.16,-863.94 1109.88,-853.49"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1112.08,-856.23 1118.22,-847.6 1108.04,-850.51 1112.08,-856.23"/>
</g>
<!-- /gnu/store/kw8lw3g3205sn4mqdlvlmgazxrq68500&#45;ruby&#45;loofah&#45;2.2.3&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge140" class="edge">
<title>/gnu/store/kw8lw3g3205sn4mqdlvlmgazxrq68500&#45;ruby&#45;loofah&#45;2.2.3&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="#8b7765" d="M827.41,-638.46C846.4,-654.78 871.95,-680.63 883.7,-709.69 885.47,-714.06 882.55,-748.4 885.44,-752.12 891.88,-760.4 1015.5,-794.84 1089.54,-814.88"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1088.64,-818.26 1099.2,-817.49 1090.46,-811.5 1088.64,-818.26"/>
</g>
<!-- /gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge142" class="edge">
<title>/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="red" d="M875.02,-748.91C878.54,-750 882.04,-751.08 885.44,-752.12 955.59,-773.65 1036.66,-797.77 1089.11,-813.27"/>
<polygon fill="red" stroke="red" points="1088.31,-816.68 1098.89,-816.16 1090.29,-809.97 1088.31,-816.68"/>
</g>
<!-- /gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/8z5nv7awf3yiycvhghkiqi02k5f6yzqm&#45;ruby&#45;concurrent&#45;1.1.5 -->
<g id="edge143" class="edge">
<title>/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/8z5nv7awf3yiycvhghkiqi02k5f6yzqm&#45;ruby&#45;concurrent&#45;1.1.5</title>
<path fill="none" stroke="red" d="M786.23,-712.82C766.53,-702.19 740.44,-689.1 716.17,-680.1 672.31,-663.85 622.13,-650.57 579.75,-640.81"/>
<polygon fill="red" stroke="red" points="580.52,-637.4 569.99,-638.6 578.97,-644.23 580.52,-637.4"/>
</g>
<!-- /gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6 -->
<g id="edge144" class="edge">
<title>/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6</title>
<path fill="none" stroke="red" d="M880.78,-737.16C891.27,-736.29 898.5,-734.19 898.5,-730.89 898.5,-728.82 895.68,-727.23 891,-726.12"/>
<polygon fill="red" stroke="red" points="891.18,-722.61 880.78,-724.62 890.17,-729.53 891.18,-722.61"/>
</g>
<!-- /gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/xhsz8j8hxjxml19f9750arqilf9lwjnr&#45;ruby&#45;minitest&#45;5.11.3 -->
<g id="edge145" class="edge">
<title>/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/xhsz8j8hxjxml19f9750arqilf9lwjnr&#45;ruby&#45;minitest&#45;5.11.3</title>
<path fill="none" stroke="red" d="M850.68,-712.77C871.4,-701.29 898.38,-686.34 920.6,-674.02"/>
<polygon fill="red" stroke="red" points="922.43,-677.01 929.48,-669.1 919.03,-670.89 922.43,-677.01"/>
</g>
<!-- /gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0 -->
<g id="node55" class="node">
<title>/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0</title>
<polygon fill="none" stroke="black" points="1085.64,-748.92 888.64,-748.92 888.64,-712.92 1085.64,-712.92 1085.64,-748.92"/>
<text text-anchor="middle" x="987.14" y="-727.22" font-family="sans" font-size="14.00">ruby&#45;minitest&#45;sprint&#45;1.1.0</text>
</g>
<!-- /gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0 -->
<g id="edge141" class="edge">
<title>/gnu/store/mgl46vfaqyrmczshilw39yxgvzjkfmzd&#45;ruby&#45;rack&#45;2.0.6&#45;&gt;/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0</title>
<path fill="none" stroke="red" d="M880.5,-730.9C880.67,-730.9 880.83,-730.9 881,-730.9"/>
<polygon fill="red" stroke="red" points="878.49,-734.4 888.49,-730.9 878.49,-727.4 878.49,-734.4"/>
</g>
<!-- /gnu/store/y7baimhb4kcxi55fv6ps1nx2sfqx3851&#45;ruby&#45;builder&#45;3.2.3&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge150" class="edge">
<title>/gnu/store/y7baimhb4kcxi55fv6ps1nx2sfqx3851&#45;ruby&#45;builder&#45;3.2.3&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="#00cdcd" d="M869.85,-967.71C926.61,-939.13 1036.99,-883.55 1099.08,-852.29"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1100.89,-855.3 1108.25,-847.67 1097.74,-849.05 1100.89,-855.3"/>
</g>
<!-- /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge39" class="edge">
<title>/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="#8b7765" d="M1408.57,-885.53C1418.96,-884.81 1426.37,-882.65 1426.37,-879.06 1426.37,-876.82 1423.47,-875.14 1418.77,-874.01"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1418.96,-870.51 1408.57,-872.59 1417.99,-877.44 1418.96,-870.51"/>
</g>
<!-- /gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge40" class="edge">
<title>/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="#8b7765" d="M1370.45,-897.15C1378.63,-907.65 1389.07,-921.05 1398.12,-932.67"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1395.51,-935.02 1404.41,-940.75 1401.03,-930.71 1395.51,-935.02"/>
</g>
<!-- /gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge43" class="edge">
<title>/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="#00cdcd" d="M1176.32,-1133.52C1175.33,-1097.94 1177.95,-1018.4 1216.3,-968.14 1238.63,-938.89 1273.53,-916.66 1302.9,-901.72"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1304.8,-904.69 1312.22,-897.13 1301.71,-898.41 1304.8,-904.69"/>
</g>
<!-- /gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32&#45;&gt;/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32 -->
<g id="edge44" class="edge">
<title>/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32&#45;&gt;/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32</title>
<path fill="none" stroke="#00cdcd" d="M1233.46,-1158.17C1243.94,-1157.38 1251.31,-1155.25 1251.31,-1151.77 1251.31,-1149.59 1248.43,-1147.94 1243.71,-1146.82"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1243.85,-1143.31 1233.46,-1145.37 1242.87,-1150.24 1243.85,-1143.31"/>
</g>
<!-- /gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge45" class="edge">
<title>/gnu/store/57xj5gcy1jbl9ai2lnrqnpr0dald9i65&#45;coreutils&#45;8.32&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="#00cdcd" d="M1223.65,-1133.75C1246.65,-1123.63 1274.15,-1109.7 1296.22,-1093.08 1338.17,-1061.49 1377.27,-1014.15 1399.47,-984.93"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1402.34,-986.94 1405.54,-976.84 1396.74,-982.74 1402.34,-986.94"/>
</g>
<!-- /gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge46" class="edge">
<title>/gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="dimgrey" d="M1129.76,-1053.54C1148.87,-1031.87 1182.93,-995.09 1216.3,-968.14 1247.36,-943.06 1285.81,-919.05 1314.57,-902.28"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1316.63,-905.13 1323.54,-897.1 1313.13,-899.07 1316.63,-905.13"/>
</g>
<!-- /gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1&#45;&gt;/gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1 -->
<g id="edge47" class="edge">
<title>/gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1&#45;&gt;/gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1</title>
<path fill="none" stroke="dimgrey" d="M1167.87,-1078.05C1178.32,-1077.3 1185.74,-1075.15 1185.74,-1071.6 1185.74,-1069.38 1182.84,-1067.71 1178.11,-1066.59"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1178.26,-1063.07 1167.87,-1065.15 1177.29,-1070.01 1178.26,-1063.07"/>
</g>
<!-- /gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge48" class="edge">
<title>/gnu/store/5yjp2rlvhjbxn02w5vby35ymrs0fmcjb&#45;gdbm&#45;1.18.1&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="dimgrey" d="M1167.95,-1055.2C1204.99,-1043.56 1255.2,-1027.11 1298.7,-1010.54 1322.4,-1001.52 1348.26,-990.49 1369.87,-980.93"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1371.45,-984.06 1379.16,-976.8 1368.6,-977.66 1371.45,-984.06"/>
</g>
<!-- /gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge49" class="edge">
<title>/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="#00cdcd" d="M1273.83,-971.13C1290,-953.09 1314.92,-925.3 1333.15,-904.96"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1335.95,-907.08 1340.02,-897.3 1330.74,-902.41 1335.95,-907.08"/>
</g>
<!-- /gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4&#45;&gt;/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4 -->
<g id="edge50" class="edge">
<title>/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4&#45;&gt;/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4</title>
<path fill="none" stroke="#00cdcd" d="M1295.72,-996.03C1305.84,-995.65 1313.5,-993.42 1313.5,-989.34 1313.5,-986.79 1310.51,-984.97 1305.79,-983.86"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1306.06,-980.37 1295.72,-982.65 1305.23,-987.32 1306.06,-980.37"/>
</g>
<!-- /gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge51" class="edge">
<title>/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="#00cdcd" d="M1295.64,-982.1C1316.45,-978.14 1342.54,-973.19 1365.31,-968.86"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1366.01,-972.29 1375.18,-966.99 1364.7,-965.42 1366.01,-972.29"/>
</g>
<!-- /gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge52" class="edge">
<title>/gnu/store/bhs4rj58v8j1narb2454raan2ps38xd8&#45;grep&#45;3.4&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="#00cdcd" d="M1295.56,-973.44C1328.88,-958.19 1377.19,-932.71 1411.57,-900.26 1427.99,-884.76 1424.91,-875.05 1439.5,-857.81 1455.27,-839.18 1467.8,-841.73 1479.78,-820.46 1492.14,-798.5 1497.05,-770.06 1498.98,-749.23"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1502.48,-749.34 1499.74,-739.11 1495.5,-748.82 1502.48,-749.34"/>
</g>
<!-- /gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge55" class="edge">
<title>/gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="darkseagreen" d="M1360.12,-1099.98C1359.41,-1058.38 1357.69,-956.79 1356.85,-907.21"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1360.35,-907.12 1356.68,-897.18 1353.35,-907.24 1360.35,-907.12"/>
</g>
<!-- /gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3&#45;&gt;/gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3 -->
<g id="edge56" class="edge">
<title>/gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3&#45;&gt;/gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3</title>
<path fill="none" stroke="darkseagreen" d="M1397.44,-1125.07C1407.64,-1124.75 1415.43,-1122.51 1415.43,-1118.36 1415.43,-1115.77 1412.39,-1113.92 1407.61,-1112.82"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1407.78,-1109.32 1397.44,-1111.65 1406.98,-1116.27 1407.78,-1109.32"/>
</g>
<!-- /gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge57" class="edge">
<title>/gnu/store/bw15z9kh9c65ycc2vbhl2izwfwfva7p1&#45;libffi&#45;3.3&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkseagreen" d="M1361.15,-1100.18C1362.51,-1079.43 1366.43,-1044.81 1377.69,-1017.3 1382.37,-1005.87 1389.59,-994.46 1396.67,-984.79"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1399.49,-986.85 1402.77,-976.78 1393.93,-982.61 1399.49,-986.85"/>
</g>
<!-- /gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge58" class="edge">
<title>/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="darkviolet" d="M1503.5,-940.75C1475.39,-928.97 1438.56,-913.53 1408.78,-901.04"/>
<polygon fill="darkviolet" stroke="darkviolet" points="1409.96,-897.74 1399.38,-897.1 1407.25,-904.19 1409.96,-897.74"/>
</g>
<!-- /gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f&#45;&gt;/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f -->
<g id="edge59" class="edge">
<title>/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f&#45;&gt;/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f</title>
<path fill="none" stroke="darkviolet" d="M1605,-965.22C1615.41,-964.39 1622.68,-962.27 1622.68,-958.86 1622.68,-956.73 1619.84,-955.1 1615.17,-953.98"/>
<polygon fill="darkviolet" stroke="darkviolet" points="1615.39,-950.48 1605,-952.51 1614.39,-957.41 1615.39,-950.48"/>
</g>
<!-- /gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge60" class="edge">
<title>/gnu/store/dkzivzn17qilmqdfpyps62b395wxhshh&#45;openssl&#45;1.1.1f&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkviolet" d="M1488.57,-958.82C1483.07,-958.82 1477.52,-958.81 1472.07,-958.81"/>
<polygon fill="darkviolet" stroke="darkviolet" points="1471.77,-955.31 1461.77,-958.8 1471.77,-962.31 1471.77,-955.31"/>
</g>
<!-- /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge41" class="edge">
<title>/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="#00cdcd" d="M1461.48,-965.4C1471.8,-964.88 1479.44,-962.67 1479.44,-958.77 1479.44,-956.33 1476.45,-954.55 1471.7,-953.44"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1471.84,-949.93 1461.48,-952.14 1470.96,-956.87 1471.84,-949.93"/>
</g>
<!-- /gnu/store/mmhimfwmmidf09jw1plw3aw1g1zn2nkh&#45;bash&#45;static&#45;5.0.16 -->
<g id="node37" class="node">
<title>/gnu/store/mmhimfwmmidf09jw1plw3aw1g1zn2nkh&#45;bash&#45;static&#45;5.0.16</title>
<polygon fill="none" stroke="black" points="1779.46,-1173.21 1636.46,-1173.21 1636.46,-1137.21 1779.46,-1137.21 1779.46,-1173.21"/>
<text text-anchor="middle" x="1707.96" y="-1151.51" font-family="sans" font-size="14.00">bash&#45;static&#45;5.0.16</text>
</g>
<!-- /gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31&#45;&gt;/gnu/store/mmhimfwmmidf09jw1plw3aw1g1zn2nkh&#45;bash&#45;static&#45;5.0.16 -->
<g id="edge42" class="edge">
<title>/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31&#45;&gt;/gnu/store/mmhimfwmmidf09jw1plw3aw1g1zn2nkh&#45;bash&#45;static&#45;5.0.16</title>
<path fill="none" stroke="#00cdcd" d="M1445.16,-976.9C1497.62,-1012.49 1614.08,-1091.51 1672.75,-1131.31"/>
<polygon fill="#00cdcd" stroke="#00cdcd" points="1671.07,-1134.4 1681.31,-1137.12 1675,-1128.61 1671.07,-1134.4"/>
</g>
<!-- /gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge61" class="edge">
<title>/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="dimgrey" d="M1178.97,-902.09C1213.69,-897.58 1258.18,-891.81 1293.92,-887.17"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1294.77,-890.59 1304.23,-885.83 1293.86,-883.65 1294.77,-890.59"/>
</g>
<!-- /gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge62" class="edge">
<title>/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="dimgrey" d="M1179.06,-918.9C1232.74,-927.84 1312.72,-941.16 1365.22,-949.9"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1364.89,-953.4 1375.33,-951.59 1366.05,-946.49 1364.89,-953.4"/>
</g>
<!-- /gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4&#45;&gt;/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4 -->
<g id="edge63" class="edge">
<title>/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4&#45;&gt;/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4</title>
<path fill="none" stroke="dimgrey" d="M1178.83,-915.85C1189.38,-915.06 1196.81,-912.93 1196.81,-909.45 1196.81,-907.22 1193.76,-905.54 1188.8,-904.41"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1189.22,-900.94 1178.83,-903.04 1188.26,-907.87 1189.22,-900.94"/>
</g>
<!-- /gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4&#45;&gt;/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2 -->
<g id="edge64" class="edge">
<title>/gnu/store/knp4rkdm39ph4brkbzsp07q248nfffi1&#45;readline&#45;8.0.4&#45;&gt;/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2</title>
<path fill="none" stroke="dimgrey" d="M1135.74,-927.45C1157.13,-956.11 1199.03,-1012.26 1223.82,-1045.47"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1221.24,-1047.87 1230.03,-1053.79 1226.85,-1043.69 1221.24,-1047.87"/>
</g>
<!-- /gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge53" class="edge">
<title>/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkviolet" d="M1499.74,-739.11C1498.53,-759.94 1494.29,-794.68 1479.78,-820.46 1467.8,-841.73 1451.51,-836.55 1439.5,-857.81 1426.84,-880.21 1421.76,-909.28 1419.73,-930.47"/>
<polygon fill="darkviolet" stroke="darkviolet" points="1416.24,-930.22 1418.95,-940.47 1423.22,-930.77 1416.24,-930.22"/>
</g>
<!-- /gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge54" class="edge">
<title>/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="darkviolet" d="M1580.93,-727.05C1591.59,-726.03 1598.66,-724.05 1598.66,-721.09 1598.66,-719.2 1595.76,-717.71 1590.87,-716.61"/>
<polygon fill="darkviolet" stroke="darkviolet" points="1591.34,-713.14 1580.93,-715.14 1590.31,-720.07 1591.34,-713.14"/>
</g>
<!-- /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge68" class="edge">
<title>/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="darkseagreen" d="M1401.9,-1020.36C1391.37,-1009.65 1379.24,-995.23 1372.24,-979.97 1361.73,-957.04 1358,-928.45 1356.76,-907.56"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1360.25,-907.25 1356.32,-897.41 1353.26,-907.55 1360.25,-907.25"/>
</g>
<!-- /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge69" class="edge">
<title>/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkseagreen" d="M1421.11,-1020.41C1420.68,-1010.52 1420.14,-998.06 1419.66,-986.93"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1423.15,-986.63 1419.22,-976.79 1416.16,-986.93 1423.15,-986.63"/>
</g>
<!-- /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0 -->
<g id="edge72" class="edge">
<title>/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0</title>
<path fill="none" stroke="darkseagreen" d="M1462.97,-1045.16C1473.23,-1044.7 1480.89,-1042.48 1480.89,-1038.5 1480.89,-1036.02 1477.9,-1034.22 1473.15,-1033.11"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1473.33,-1029.61 1462.97,-1031.85 1472.47,-1036.55 1473.33,-1029.61"/>
</g>
<!-- /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/mmhimfwmmidf09jw1plw3aw1g1zn2nkh&#45;bash&#45;static&#45;5.0.16 -->
<g id="edge71" class="edge">
<title>/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/mmhimfwmmidf09jw1plw3aw1g1zn2nkh&#45;bash&#45;static&#45;5.0.16</title>
<path fill="none" stroke="darkseagreen" d="M1463.18,-1055.35C1513.5,-1075.87 1598.64,-1110.61 1654.08,-1133.22"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1652.81,-1136.48 1663.39,-1137.02 1655.45,-1130 1652.81,-1136.48"/>
</g>
<!-- /gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11 -->
<g id="node38" class="node">
<title>/gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11</title>
<polygon fill="none" stroke="black" points="1594.24,-1253.04 1503.24,-1253.04 1503.24,-1217.04 1594.24,-1217.04 1594.24,-1253.04"/>
<text text-anchor="middle" x="1548.74" y="-1231.34" font-family="sans" font-size="14.00">zlib&#45;1.2.11</text>
</g>
<!-- /gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11 -->
<g id="edge70" class="edge">
<title>/gnu/store/rn75fm7adgx3pw5j8pg3bczfqq1y17lk&#45;gcc&#45;7.5.0&#45;&gt;/gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11</title>
<path fill="none" stroke="darkseagreen" d="M1433.6,-1056.64C1456.06,-1091.45 1505.32,-1167.76 1531.53,-1208.38"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1528.7,-1210.44 1537.06,-1216.95 1534.58,-1206.65 1528.7,-1210.44"/>
</g>
<!-- /gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge75" class="edge">
<title>/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="magenta" d="M1442.46,-879.03C1434.83,-879.03 1426.79,-879.03 1418.83,-879.04"/>
<polygon fill="magenta" stroke="magenta" points="1418.81,-875.54 1408.81,-879.04 1418.81,-882.54 1418.81,-875.54"/>
</g>
<!-- /gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge76" class="edge">
<title>/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="magenta" d="M1472.37,-897.11C1463.09,-907.71 1451.23,-921.28 1440.99,-932.99"/>
<polygon fill="magenta" stroke="magenta" points="1438.16,-930.91 1434.21,-940.74 1443.43,-935.52 1438.16,-930.91"/>
</g>
<!-- /gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11 -->
<g id="edge77" class="edge">
<title>/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11</title>
<path fill="none" stroke="magenta" d="M1533.86,-885.6C1544.17,-885 1551.7,-882.81 1551.7,-879.01 1551.7,-876.64 1548.76,-874.89 1544.03,-873.77"/>
<polygon fill="magenta" stroke="magenta" points="1544.24,-870.26 1533.86,-872.42 1543.32,-877.2 1544.24,-870.26"/>
</g>
<!-- /gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge65" class="edge">
<title>/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="magenta" d="M1262.61,-1053.83C1274.1,-1042.24 1288.45,-1026.43 1298.7,-1010.54 1320.15,-977.3 1337.17,-934.74 1347.01,-907.19"/>
<polygon fill="magenta" stroke="magenta" points="1350.43,-908.01 1350.42,-897.42 1343.82,-905.7 1350.43,-908.01"/>
</g>
<!-- /gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge66" class="edge">
<title>/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="magenta" d="M1271.63,-1053.71C1301.59,-1034.33 1349.15,-1003.57 1381.98,-982.35"/>
<polygon fill="magenta" stroke="magenta" points="1383.91,-985.27 1390.41,-976.9 1380.11,-979.39 1383.91,-985.27"/>
</g>
<!-- /gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2&#45;&gt;/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2 -->
<g id="edge67" class="edge">
<title>/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2&#45;&gt;/gnu/store/zzkly5rbfvahwqgcs7crz0ilpi7x5g5p&#45;ncurses&#45;6.2</title>
<path fill="none" stroke="magenta" d="M1293.27,-1078.39C1303.6,-1077.71 1311.02,-1075.53 1311.02,-1071.88 1311.02,-1069.59 1308.12,-1067.89 1303.42,-1066.76"/>
<polygon fill="magenta" stroke="magenta" points="1303.65,-1063.26 1293.27,-1065.37 1302.7,-1070.2 1303.65,-1063.26"/>
</g>
<!-- /gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge73" class="edge">
<title>/gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="dimgrey" d="M1544.02,-1216.96C1533.51,-1178.51 1505.98,-1086.48 1466.09,-1017.3 1459.49,-1005.86 1450.71,-994.36 1442.48,-984.61"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1444.96,-982.13 1435.75,-976.88 1439.67,-986.72 1444.96,-982.13"/>
</g>
<!-- /gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11 -->
<g id="edge74" class="edge">
<title>/gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11&#45;&gt;/gnu/store/g2s5jfkfd4k973wb58476b1bbv9zpm6m&#45;zlib&#45;1.2.11</title>
<path fill="none" stroke="dimgrey" d="M1594.41,-1241.62C1604.71,-1241.03 1612.24,-1238.84 1612.24,-1235.04 1612.24,-1232.67 1609.3,-1230.92 1604.58,-1229.8"/>
<polygon fill="dimgrey" stroke="dimgrey" points="1604.78,-1226.29 1594.41,-1228.45 1603.86,-1233.23 1604.78,-1226.29"/>
</g>
<!-- /gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge90" class="edge">
<title>/gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="magenta" d="M1106.34,-522.32C1089.14,-548.94 1058.85,-600.58 1047.49,-649.66 1046.43,-654.25 1044.9,-688.13 1047.49,-692.06 1058.5,-708.74 1077.61,-693.2 1088.84,-709.72 1092.68,-715.37 1087.94,-764.8 1090.51,-771.12 1095.54,-783.52 1104.49,-794.91 1113.66,-804.27"/>
<polygon fill="magenta" stroke="magenta" points="1111.36,-806.92 1121,-811.33 1116.22,-801.87 1111.36,-806.92"/>
</g>
<!-- /gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3&#45;&gt;/gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3 -->
<g id="edge91" class="edge">
<title>/gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3&#45;&gt;/gnu/store/bh3mf0yg7y62p5r84f7n2q28cm4a86ma&#45;ruby&#45;diff&#45;lcs&#45;1.3</title>
<path fill="none" stroke="magenta" d="M1182.99,-510.29C1193.49,-509.39 1200.71,-507.31 1200.71,-504.04 1200.71,-502 1197.89,-500.42 1193.21,-499.3"/>
<polygon fill="magenta" stroke="magenta" points="1193.4,-495.79 1182.99,-497.8 1192.38,-502.72 1193.4,-495.79"/>
</g>
<!-- /gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge93" class="edge">
<title>/gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="blue" d="M1301.66,-664.94C1296.84,-691.22 1284.6,-740.09 1256.91,-771.12 1241.33,-788.57 1219.29,-801.6 1198.84,-810.86"/>
<polygon fill="blue" stroke="blue" points="1197.37,-807.68 1189.58,-814.86 1200.15,-814.11 1197.37,-807.68"/>
</g>
<!-- /gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge92" class="edge">
<title>/gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="blue" d="M1308.49,-665C1317.54,-705.46 1339.35,-802.97 1350.13,-851.15"/>
<polygon fill="blue" stroke="blue" points="1346.71,-851.93 1352.31,-860.92 1353.54,-850.4 1346.71,-851.93"/>
</g>
<!-- /gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge94" class="edge">
<title>/gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="blue" d="M1305.67,-664.8C1308.83,-698.46 1319.62,-771.86 1355.38,-820.46 1373.16,-844.62 1396.51,-831.91 1411.57,-857.86 1424.31,-879.82 1424.85,-909.16 1422.91,-930.54"/>
<polygon fill="blue" stroke="blue" points="1419.42,-930.29 1421.76,-940.62 1426.37,-931.08 1419.42,-930.29"/>
</g>
<!-- /gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge95" class="edge">
<title>/gnu/store/mp0h1q71b6w9h0i23kzrpxw8rd9v88w8&#45;ruby&#45;json&#45;2.1.0&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="blue" d="M1352.05,-664.86C1379.5,-675.28 1414.19,-688.45 1443.09,-699.43"/>
<polygon fill="blue" stroke="blue" points="1442.06,-702.78 1452.65,-703.06 1444.55,-696.24 1442.06,-702.78"/>
</g>
<!-- /gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge96" class="edge">
<title>/gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="blue" d="M1397.94,-584.53C1394.33,-605.83 1386.21,-641.64 1369.62,-667.98 1327.98,-734.05 1248.61,-781.26 1196.07,-806.98"/>
<polygon fill="blue" stroke="blue" points="1194.41,-803.89 1186.91,-811.38 1197.44,-810.2 1194.41,-803.89"/>
</g>
<!-- /gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0&#45;&gt;/gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0 -->
<g id="edge97" class="edge">
<title>/gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0&#45;&gt;/gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0</title>
<path fill="none" stroke="blue" d="M1484.48,-572.37C1495.3,-571.34 1502.45,-569.37 1502.45,-566.45 1502.45,-564.58 1499.51,-563.1 1494.56,-562.01"/>
<polygon fill="blue" stroke="blue" points="1494.88,-558.52 1484.48,-560.54 1493.87,-565.45 1494.88,-558.52"/>
</g>
<!-- /gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0&#45;&gt;/gnu/store/wq9l3yhxnhryvx6yrbzqz573dv6d3828&#45;ruby&#45;rspec&#45;support&#45;3.8.0 -->
<g id="edge98" class="edge">
<title>/gnu/store/sxgvkvs1j9n2cbm5p3ixbvv6gb120j6b&#45;ruby&#45;rspec&#45;core&#45;3.8.0&#45;&gt;/gnu/store/wq9l3yhxnhryvx6yrbzqz573dv6d3828&#45;ruby&#45;rspec&#45;support&#45;3.8.0</title>
<path fill="none" stroke="blue" d="M1407.86,-548.33C1412,-538.23 1417.23,-525.43 1421.86,-514.11"/>
<polygon fill="blue" stroke="blue" points="1425.19,-515.23 1425.73,-504.65 1418.71,-512.58 1425.19,-515.23"/>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge109" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="darkseagreen" d="M1611.45,-748.36C1578.89,-766.99 1526.21,-796.61 1479.78,-820.46 1455.48,-832.93 1428.08,-846.04 1405.28,-856.69"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1403.72,-853.55 1396.13,-860.94 1406.68,-859.9 1403.72,-853.55"/>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge113" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkseagreen" d="M1606.98,-748.33C1554.7,-775.4 1461.15,-826.71 1439.5,-857.81 1424.62,-879.18 1419.85,-908.85 1418.51,-930.5"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1415,-930.57 1418.09,-940.7 1422,-930.85 1415,-930.57"/>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge114" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="darkseagreen" d="M1588.39,-726.81C1588.23,-726.8 1588.07,-726.79 1587.91,-726.78"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1590.97,-723.47 1580.76,-726.32 1590.51,-730.46 1590.97,-723.47"/>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11 -->
<g id="edge117" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11</title>
<path fill="none" stroke="darkseagreen" d="M1616.78,-748.38C1601.67,-759.38 1582.57,-774.1 1566.98,-788.79 1545.61,-808.9 1523.86,-834.26 1508.65,-852.96"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1505.89,-850.81 1502.34,-860.79 1511.34,-855.2 1505.89,-850.81"/>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34 -->
<g id="edge110" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34</title>
<path fill="none" stroke="darkseagreen" d="M1696.68,-736.78C1707.2,-736.03 1714.67,-733.88 1714.67,-730.33 1714.67,-728.06 1711.6,-726.36 1706.63,-725.23"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1707.06,-721.76 1696.68,-723.88 1706.12,-728.7 1707.06,-721.76"/>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10 -->
<g id="edge112" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10</title>
<path fill="none" stroke="darkseagreen" d="M1588.47,-746.93C1557.82,-756.32 1519.18,-768.14 1486.41,-778.18"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1484.98,-774.96 1476.44,-781.23 1487.03,-781.65 1484.98,-774.96"/>
</g>
<!-- /gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37 -->
<g id="node52" class="node">
<title>/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37</title>
<polygon fill="none" stroke="black" points="1803.82,-831.43 1669.82,-831.43 1669.82,-795.43 1803.82,-795.43 1803.82,-831.43"/>
<text text-anchor="middle" x="1736.82" y="-809.73" font-family="sans" font-size="14.00">libgpg&#45;error&#45;1.37</text>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37 -->
<g id="edge111" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37</title>
<path fill="none" stroke="darkseagreen" d="M1663.1,-748.36C1676.33,-760.04 1693.75,-775.42 1708.34,-788.29"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1706.29,-791.15 1716.11,-795.14 1710.92,-785.9 1706.29,-791.15"/>
</g>
<!-- /gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5 -->
<g id="node53" class="node">
<title>/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5</title>
<polygon fill="none" stroke="black" points="1789.22,-911.23 1670.22,-911.23 1670.22,-875.23 1789.22,-875.23 1789.22,-911.23"/>
<text text-anchor="middle" x="1729.72" y="-889.53" font-family="sans" font-size="14.00">libgcrypt&#45;1.8.5</text>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5 -->
<g id="edge115" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5</title>
<path fill="none" stroke="darkseagreen" d="M1643.61,-748.48C1645.44,-770.26 1650.82,-807.28 1666.62,-834.63 1674.02,-847.44 1685.13,-859.1 1695.98,-868.59"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1693.85,-871.38 1703.77,-875.1 1698.34,-866.01 1693.85,-871.38"/>
</g>
<!-- /gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4 -->
<g id="node54" class="node">
<title>/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4</title>
<polygon fill="none" stroke="black" points="1644.18,-827.99 1570.18,-827.99 1570.18,-791.99 1644.18,-791.99 1644.18,-827.99"/>
<text text-anchor="middle" x="1607.18" y="-806.29" font-family="sans" font-size="14.00">xz&#45;5.2.4</text>
</g>
<!-- /gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4 -->
<g id="edge116" class="edge">
<title>/gnu/store/9lwc1kqvjxsxlnprk51zrcxyk6w6k22x&#45;libxslt&#45;1.1.34&#45;&gt;/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4</title>
<path fill="none" stroke="darkseagreen" d="M1634.61,-748.41C1630.12,-758.49 1624.43,-771.26 1619.4,-782.55"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1616.07,-781.42 1615.2,-791.98 1622.46,-784.27 1616.07,-781.42"/>
</g>
<!-- /gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge122" class="edge">
<title>/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="darkgoldenrod" d="M1403.69,-817.37C1395.63,-827.88 1385.34,-841.3 1376.41,-852.93"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1373.51,-850.96 1370.2,-861.03 1379.07,-855.22 1373.51,-850.96"/>
</g>
<!-- /gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge124" class="edge">
<title>/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkgoldenrod" d="M1417.68,-817.55C1417.83,-845.2 1418.11,-897.84 1418.29,-930.46"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1414.79,-930.7 1418.34,-940.69 1421.79,-930.67 1414.79,-930.7"/>
</g>
<!-- /gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge125" class="edge">
<title>/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="darkgoldenrod" d="M1436.73,-781.13C1447.68,-770.77 1461.57,-757.62 1473.56,-746.27"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1476.26,-748.54 1481.11,-739.12 1471.44,-743.46 1476.26,-748.54"/>
</g>
<!-- /gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11 -->
<g id="edge127" class="edge">
<title>/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/rykm237xkmq7rl1p0nwass01p090p88x&#45;zlib&#45;1.2.11</title>
<path fill="none" stroke="darkgoldenrod" d="M1433.6,-817.35C1442.99,-827.96 1455.01,-841.53 1465.38,-853.24"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1462.99,-855.82 1472.24,-860.98 1468.23,-851.18 1462.99,-855.82"/>
</g>
<!-- /gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10 -->
<g id="edge123" class="edge">
<title>/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10</title>
<path fill="none" stroke="darkgoldenrod" d="M1476.66,-805.61C1487.21,-804.78 1494.58,-802.67 1494.58,-799.26 1494.58,-797.07 1491.55,-795.42 1486.6,-794.29"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1487.04,-790.82 1476.66,-792.9 1486.08,-797.75 1487.04,-790.82"/>
</g>
<!-- /gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4 -->
<g id="edge126" class="edge">
<title>/gnu/store/c8w9z48vvx2a3q3k44ch9yn00wk1qwhb&#45;libxml2&#45;2.9.10&#45;&gt;/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4</title>
<path fill="none" stroke="darkgoldenrod" d="M1476.79,-802.61C1503.62,-804.13 1534.91,-805.9 1560.1,-807.32"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1559.96,-810.82 1570.15,-807.89 1560.36,-803.83 1559.96,-810.82"/>
</g>
<!-- /gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge138" class="edge">
<title>/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="magenta" d="M993.17,-816.51C1023.77,-819.14 1059.86,-822.25 1089.09,-824.77"/>
<polygon fill="magenta" stroke="magenta" points="1088.86,-828.26 1099.13,-825.63 1089.46,-821.28 1088.86,-828.26"/>
</g>
<!-- /gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0&#45;&gt;/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0 -->
<g id="edge139" class="edge">
<title>/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0&#45;&gt;/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0</title>
<path fill="none" stroke="magenta" d="M993.03,-817.14C1003.66,-816.25 1010.96,-814.17 1010.96,-810.9 1010.96,-808.8 1007.96,-807.2 1003.02,-806.08"/>
<polygon fill="magenta" stroke="magenta" points="1003.43,-802.6 993.03,-804.65 1002.44,-809.53 1003.43,-802.6"/>
</g>
<!-- /gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge118" class="edge">
<title>/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="#8b7765" d="M1669.51,-827.31C1662.06,-828.69 1654.56,-830.01 1647.38,-831.19 1555.45,-846.18 1530.99,-840.33 1439.5,-857.81 1432.72,-859.11 1425.66,-860.63 1418.66,-862.26"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1417.38,-858.96 1408.48,-864.7 1419.02,-865.77 1417.38,-858.96"/>
</g>
<!-- /gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge120" class="edge">
<title>/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="#8b7765" d="M1697.14,-831.54C1638.95,-858.1 1530.56,-907.59 1467.46,-936.39"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1465.76,-933.32 1458.12,-940.66 1468.67,-939.69 1465.76,-933.32"/>
</g>
<!-- /gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge121" class="edge">
<title>/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="#8b7765" d="M1690.63,-795.4C1652.15,-780.39 1597.21,-758.96 1556.22,-742.96"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1557.23,-739.6 1546.64,-739.23 1554.69,-746.12 1557.23,-739.6"/>
</g>
<!-- /gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37&#45;&gt;/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37 -->
<g id="edge119" class="edge">
<title>/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37&#45;&gt;/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37</title>
<path fill="none" stroke="#8b7765" d="M1804.16,-819.61C1814.66,-818.69 1821.82,-816.62 1821.82,-813.43 1821.82,-811.43 1819.02,-809.87 1814.36,-808.76"/>
<polygon fill="#8b7765" stroke="#8b7765" points="1814.56,-805.25 1804.16,-807.24 1813.53,-812.17 1814.56,-805.25"/>
</g>
<!-- /gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge132" class="edge">
<title>/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="darkgoldenrod" d="M1669.98,-899.81C1611.13,-905.09 1518.76,-910.13 1439.5,-900.21 1432.75,-899.36 1425.76,-898.15 1418.83,-896.72"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1419.28,-893.23 1408.76,-894.49 1417.77,-900.07 1419.28,-893.23"/>
</g>
<!-- /gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge134" class="edge">
<title>/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkgoldenrod" d="M1670.05,-901.95C1620.33,-909.72 1547.82,-922.24 1485.48,-937.66 1480.84,-938.81 1476.05,-940.1 1471.26,-941.46"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1470.1,-938.16 1461.49,-944.34 1472.08,-944.87 1470.1,-938.16"/>
</g>
<!-- /gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge135" class="edge">
<title>/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="darkgoldenrod" d="M1705.78,-875.19C1692.86,-864.5 1677.41,-850.07 1666.62,-834.63 1653.96,-816.51 1662.74,-804.67 1647.38,-788.79 1634.19,-775.15 1594.06,-757.11 1559.03,-743.07"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1559.89,-739.65 1549.31,-739.23 1557.32,-746.16 1559.89,-739.65"/>
</g>
<!-- /gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37 -->
<g id="edge133" class="edge">
<title>/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/9rk1sdzb9lqsi38knfi2pq5gqxfxi8d0&#45;libgpg&#45;error&#45;1.37</title>
<path fill="none" stroke="darkgoldenrod" d="M1731.33,-875.12C1732.21,-865.22 1733.32,-852.75 1734.31,-841.61"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1737.81,-841.73 1735.21,-831.46 1730.84,-841.11 1737.81,-841.73"/>
</g>
<!-- /gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5 -->
<g id="edge136" class="edge">
<title>/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5&#45;&gt;/gnu/store/qc3k3kd458pgrqsc7ih641160q81npwq&#45;libgcrypt&#45;1.8.5</title>
<path fill="none" stroke="darkgoldenrod" d="M1789.51,-899.56C1799.95,-898.71 1807.22,-896.6 1807.22,-893.23 1807.22,-891.12 1804.38,-889.5 1799.7,-888.38"/>
<polygon fill="darkgoldenrod" stroke="darkgoldenrod" points="1799.91,-884.88 1789.51,-886.9 1798.9,-891.8 1799.91,-884.88"/>
</g>
<!-- /gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib -->
<g id="edge128" class="edge">
<title>/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4&#45;&gt;/gnu/store/01b4w3m6mp55y531kyi1g8shh722kwqm&#45;gcc&#45;7.5.0&#45;lib</title>
<path fill="none" stroke="darkseagreen" d="M1570.17,-820.18C1530.35,-831.15 1466.34,-848.77 1418.72,-861.89"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1417.54,-858.59 1408.83,-864.62 1419.4,-865.33 1417.54,-858.59"/>
</g>
<!-- /gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31 -->
<g id="edge129" class="edge">
<title>/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4&#45;&gt;/gnu/store/fa6wj5bxkj5ll1d7292a70knmyl7a0cr&#45;glibc&#45;2.31</title>
<path fill="none" stroke="darkseagreen" d="M1596.47,-828.23C1584.14,-848.01 1562.29,-879.51 1536.9,-900.21 1517.31,-916.19 1492.63,-929.26 1470.88,-938.97"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1469.23,-935.87 1461.45,-943.05 1472.01,-942.29 1469.23,-935.87"/>
</g>
<!-- /gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16 -->
<g id="edge130" class="edge">
<title>/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4&#45;&gt;/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72&#45;bash&#45;minimal&#45;5.0.16</title>
<path fill="none" stroke="darkseagreen" d="M1585.26,-791.78C1569.25,-778.48 1547.35,-760.29 1529.78,-745.7"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1531.98,-742.97 1522.05,-739.27 1527.5,-748.36 1531.98,-742.97"/>
</g>
<!-- /gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4&#45;&gt;/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4 -->
<g id="edge131" class="edge">
<title>/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4&#45;&gt;/gnu/store/r7k859hmcnkazf492fasqvk25jflnfk6&#45;xz&#45;5.2.4</title>
<path fill="none" stroke="darkseagreen" d="M1644.19,-816.7C1654.39,-816.37 1662.18,-814.14 1662.18,-809.99 1662.18,-807.39 1659.13,-805.55 1654.36,-804.45"/>
<polygon fill="darkseagreen" stroke="darkseagreen" points="1654.53,-800.95 1644.19,-803.28 1653.72,-807.9 1654.53,-800.95"/>
</g>
<!-- /gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5 -->
<g id="edge147" class="edge">
<title>/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0&#45;&gt;/gnu/store/8ql9jjzl8q291ghsxlkm1wn5bpdvgcqw&#45;ruby&#45;2.6.5</title>
<path fill="none" stroke="magenta" d="M1015.97,-749.01C1041.48,-765.01 1078.87,-788.47 1106.72,-805.94"/>
<polygon fill="magenta" stroke="magenta" points="1105.07,-809.03 1115.4,-811.38 1108.79,-803.1 1105.07,-809.03"/>
</g>
<!-- /gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0&#45;&gt;/gnu/store/xhsz8j8hxjxml19f9750arqilf9lwjnr&#45;ruby&#45;minitest&#45;5.11.3 -->
<g id="edge149" class="edge">
<title>/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0&#45;&gt;/gnu/store/xhsz8j8hxjxml19f9750arqilf9lwjnr&#45;ruby&#45;minitest&#45;5.11.3</title>
<path fill="none" stroke="magenta" d="M981.45,-712.8C978.3,-702.79 974.32,-690.15 970.79,-678.91"/>
<polygon fill="magenta" stroke="magenta" points="974.04,-677.6 967.71,-669.11 967.37,-679.7 974.04,-677.6"/>
</g>
<!-- /gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0&#45;&gt;/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0 -->
<g id="edge148" class="edge">
<title>/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0&#45;&gt;/gnu/store/gkjfgh9qxmpxsn1v5nk7ij56mf47qws6&#45;ruby&#45;hoe&#45;3.21.0</title>
<path fill="none" stroke="magenta" d="M973.72,-749.07C965.92,-759.6 955.97,-773.05 947.34,-784.71"/>
<polygon fill="magenta" stroke="magenta" points="944.47,-782.7 941.34,-792.82 950.1,-786.87 944.47,-782.7"/>
</g>
<!-- /gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0&#45;&gt;/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0 -->
<g id="edge146" class="edge">
<title>/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0&#45;&gt;/gnu/store/8bpnkdmk5hhihncg2zhyy2mmnhv64cy6&#45;ruby&#45;minitest&#45;sprint&#45;1.1.0</title>
<path fill="none" stroke="magenta" d="M1085.74,-736.6C1096.62,-735.52 1103.64,-733.63 1103.64,-730.92 1103.64,-729.19 1100.76,-727.79 1095.83,-726.72"/>
<polygon fill="magenta" stroke="magenta" points="1096.14,-723.23 1085.74,-725.25 1095.12,-730.16 1096.14,-723.23"/>
</g>
</g>
</svg>