1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ Ascii85 (1.1.1 )
4
5
addressable (2.8.6 )
5
6
public_suffix (>= 2.0.2 , < 6.0 )
7
+ afm (0.2.2 )
8
+ async (2.12.0 )
9
+ console (~> 1.25 , >= 1.25.2 )
10
+ fiber-annotation
11
+ io-event (~> 1.6 )
6
12
bigdecimal (3.1.8 )
13
+ chef-utils (18.4.12 )
14
+ concurrent-ruby
7
15
colorator (1.1.0 )
8
16
concurrent-ruby (1.3.3 )
17
+ console (1.25.2 )
18
+ fiber-annotation
19
+ fiber-local (~> 1.1 )
20
+ json
9
21
em-websocket (0.5.3 )
10
22
eventmachine (>= 0.12.9 )
11
23
http_parser.rb (~> 0 )
24
+ ethon (0.16.0 )
25
+ ffi (>= 1.15.0 )
12
26
eventmachine (1.2.7 )
13
27
faraday (2.9.1 )
14
28
faraday-net_http (>= 2.0 , < 3.2 )
21
35
ffi (1.17.0-arm64-darwin )
22
36
ffi (1.17.0-x86_64-darwin )
23
37
ffi (1.17.0-x86_64-linux-gnu )
38
+ fiber-annotation (0.2.0 )
39
+ fiber-local (1.1.0 )
40
+ fiber-storage
41
+ fiber-storage (0.1.1 )
24
42
forwardable-extended (2.6.0 )
25
43
google-protobuf (4.27.1 )
26
44
bigdecimal
37
55
google-protobuf (4.27.1-x86_64-linux )
38
56
bigdecimal
39
57
rake (>= 13 )
58
+ hashery (2.1.2 )
59
+ html-proofer (5.0.9 )
60
+ addressable (~> 2.3 )
61
+ async (~> 2.1 )
62
+ nokogiri (~> 1.13 )
63
+ pdf-reader (~> 2.11 )
64
+ rainbow (~> 3.0 )
65
+ typhoeus (~> 1.3 )
66
+ yell (~> 2.0 )
67
+ zeitwerk (~> 2.5 )
40
68
http_parser.rb (0.8.0 )
41
69
i18n (1.14.5 )
42
70
concurrent-ruby (~> 1.0 )
71
+ io-event (1.6.4 )
43
72
jekyll (4.3.3 )
44
73
addressable (~> 2.4 )
45
74
colorator (~> 1.0 )
71
100
jekyll (>= 3.7 , < 5.0 )
72
101
jekyll-watch (2.2.1 )
73
102
listen (~> 3.0 )
103
+ json (2.7.2 )
74
104
kramdown (2.4.0 )
75
105
rexml
76
106
kramdown-parser-gfm (1.1.0 )
79
109
listen (3.9.0 )
80
110
rb-fsevent (~> 0.10 , >= 0.10.3 )
81
111
rb-inotify (~> 0.9 , >= 0.9.10 )
112
+ mdl (0.13.0 )
113
+ kramdown (~> 2.3 )
114
+ kramdown-parser-gfm (~> 1.1 )
115
+ mixlib-cli (~> 2.1 , >= 2.1.1 )
116
+ mixlib-config (>= 2.2.1 , < 4 )
117
+ mixlib-shellout
82
118
mercenary (0.4.0 )
119
+ mixlib-cli (2.1.8 )
120
+ mixlib-config (3.0.27 )
121
+ tomlrb
122
+ mixlib-shellout (3.2.8 )
123
+ chef-utils
83
124
net-http (0.4.1 )
84
125
uri
126
+ nokogiri (1.16.6-aarch64-linux )
127
+ racc (~> 1.4 )
128
+ nokogiri (1.16.6-arm-linux )
129
+ racc (~> 1.4 )
130
+ nokogiri (1.16.6-arm64-darwin )
131
+ racc (~> 1.4 )
132
+ nokogiri (1.16.6-x86_64-darwin )
133
+ racc (~> 1.4 )
134
+ nokogiri (1.16.6-x86_64-linux )
135
+ racc (~> 1.4 )
85
136
pathutil (0.16.2 )
86
137
forwardable-extended (~> 2.6 )
138
+ pdf-reader (2.12.0 )
139
+ Ascii85 (~> 1.0 )
140
+ afm (~> 0.2.1 )
141
+ hashery (~> 2.0 )
142
+ ruby-rc4
143
+ ttfunk
87
144
public_suffix (5.0.5 )
145
+ racc (1.8.0 )
146
+ rainbow (3.1.1 )
88
147
rake (13.2.1 )
89
148
rb-fsevent (0.11.2 )
90
149
rb-inotify (0.11.1 )
91
150
ffi (~> 1.0 )
92
151
rexml (3.3.0 )
93
152
strscan
94
153
rouge (4.2.1 )
154
+ ruby-rc4 (0.1.5 )
95
155
rubyzip (2.3.2 )
96
156
safe_yaml (1.0.5 )
97
157
sass-embedded (1.77.5-aarch64-linux-gnu )
107
167
strscan (3.1.0 )
108
168
terminal-table (3.0.2 )
109
169
unicode-display_width (>= 1.1.1 , < 3 )
170
+ tomlrb (2.0.3 )
171
+ ttfunk (1.8.0 )
172
+ bigdecimal (~> 3.1 )
173
+ typhoeus (1.4.1 )
174
+ ethon (>= 0.9.0 )
110
175
unicode-display_width (2.5.0 )
111
176
uri (0.13.0 )
112
177
webrick (1.8.1 )
178
+ yell (2.2.2 )
179
+ zeitwerk (2.6.15 )
113
180
114
181
PLATFORMS
115
182
aarch64-linux
@@ -120,11 +187,13 @@ PLATFORMS
120
187
121
188
DEPENDENCIES
122
189
faraday-retry
190
+ html-proofer
123
191
jekyll
124
192
jekyll-redirect-from
125
193
jekyll-remote-theme
126
194
jekyll-seo-tag
127
195
jekyll-sitemap
196
+ mdl
128
197
rake
129
198
130
199
RUBY VERSION
0 commit comments