Skip to content

Commit e0cb1a9

Browse files
committed
Gemfile: add html-proofer and mdl.
1 parent 7a0d179 commit e0cb1a9

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed

Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ gem "jekyll-remote-theme"
1111
gem "jekyll-seo-tag"
1212
gem "jekyll-sitemap"
1313
gem "rake"
14+
15+
group :test do
16+
gem "html-proofer"
17+
gem "mdl"
18+
end

Gemfile.lock

+69
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
Ascii85 (1.1.1)
45
addressable (2.8.6)
56
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)
612
bigdecimal (3.1.8)
13+
chef-utils (18.4.12)
14+
concurrent-ruby
715
colorator (1.1.0)
816
concurrent-ruby (1.3.3)
17+
console (1.25.2)
18+
fiber-annotation
19+
fiber-local (~> 1.1)
20+
json
921
em-websocket (0.5.3)
1022
eventmachine (>= 0.12.9)
1123
http_parser.rb (~> 0)
24+
ethon (0.16.0)
25+
ffi (>= 1.15.0)
1226
eventmachine (1.2.7)
1327
faraday (2.9.1)
1428
faraday-net_http (>= 2.0, < 3.2)
@@ -21,6 +35,10 @@ GEM
2135
ffi (1.17.0-arm64-darwin)
2236
ffi (1.17.0-x86_64-darwin)
2337
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)
2442
forwardable-extended (2.6.0)
2543
google-protobuf (4.27.1)
2644
bigdecimal
@@ -37,9 +55,20 @@ GEM
3755
google-protobuf (4.27.1-x86_64-linux)
3856
bigdecimal
3957
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)
4068
http_parser.rb (0.8.0)
4169
i18n (1.14.5)
4270
concurrent-ruby (~> 1.0)
71+
io-event (1.6.4)
4372
jekyll (4.3.3)
4473
addressable (~> 2.4)
4574
colorator (~> 1.0)
@@ -71,6 +100,7 @@ GEM
71100
jekyll (>= 3.7, < 5.0)
72101
jekyll-watch (2.2.1)
73102
listen (~> 3.0)
103+
json (2.7.2)
74104
kramdown (2.4.0)
75105
rexml
76106
kramdown-parser-gfm (1.1.0)
@@ -79,19 +109,49 @@ GEM
79109
listen (3.9.0)
80110
rb-fsevent (~> 0.10, >= 0.10.3)
81111
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
82118
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
83124
net-http (0.4.1)
84125
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)
85136
pathutil (0.16.2)
86137
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
87144
public_suffix (5.0.5)
145+
racc (1.8.0)
146+
rainbow (3.1.1)
88147
rake (13.2.1)
89148
rb-fsevent (0.11.2)
90149
rb-inotify (0.11.1)
91150
ffi (~> 1.0)
92151
rexml (3.3.0)
93152
strscan
94153
rouge (4.2.1)
154+
ruby-rc4 (0.1.5)
95155
rubyzip (2.3.2)
96156
safe_yaml (1.0.5)
97157
sass-embedded (1.77.5-aarch64-linux-gnu)
@@ -107,9 +167,16 @@ GEM
107167
strscan (3.1.0)
108168
terminal-table (3.0.2)
109169
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)
110175
unicode-display_width (2.5.0)
111176
uri (0.13.0)
112177
webrick (1.8.1)
178+
yell (2.2.2)
179+
zeitwerk (2.6.15)
113180

114181
PLATFORMS
115182
aarch64-linux
@@ -120,11 +187,13 @@ PLATFORMS
120187

121188
DEPENDENCIES
122189
faraday-retry
190+
html-proofer
123191
jekyll
124192
jekyll-redirect-from
125193
jekyll-remote-theme
126194
jekyll-seo-tag
127195
jekyll-sitemap
196+
mdl
128197
rake
129198

130199
RUBY VERSION

0 commit comments

Comments
 (0)