Skip to content

Commit 42a8209

Browse files
committed
Add htmlproofer in Gemfile.lock
In 0317303, I've added `htmlproofer` to `Gemfile`, but did not commit the changes to `Gemfile.lock`. This commit adds it back.
1 parent 858632c commit 42a8209

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

Gemfile.lock

+43
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,44 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
Ascii85 (1.1.0)
45
addressable (2.8.0)
56
public_suffix (>= 2.0.2, < 5.0)
7+
afm (0.2.2)
8+
async (2.6.4)
9+
console (~> 1.10)
10+
fiber-annotation
11+
io-event (~> 1.1)
12+
timers (~> 4.1)
613
colorator (1.1.0)
714
concurrent-ruby (1.1.10)
15+
console (1.23.2)
16+
fiber-annotation
17+
fiber-local
818
em-websocket (0.5.3)
919
eventmachine (>= 0.12.9)
1020
http_parser.rb (~> 0)
21+
ethon (0.16.0)
22+
ffi (>= 1.15.0)
1123
eventmachine (1.2.7)
1224
ffi (1.15.5)
25+
fiber-annotation (0.2.0)
26+
fiber-local (1.0.0)
1327
forwardable-extended (2.6.0)
28+
hashery (2.1.2)
29+
html-proofer (5.0.8)
30+
addressable (~> 2.3)
31+
async (~> 2.1)
32+
nokogiri (~> 1.13)
33+
pdf-reader (~> 2.11)
34+
rainbow (~> 3.0)
35+
typhoeus (~> 1.3)
36+
yell (~> 2.0)
37+
zeitwerk (~> 2.5)
1438
http_parser.rb (0.8.0)
1539
i18n (1.10.0)
1640
concurrent-ruby (~> 1.0)
41+
io-event (1.3.2)
1742
jekyll (4.2.2)
1843
addressable (~> 2.4)
1944
colorator (~> 1.0)
@@ -44,26 +69,44 @@ GEM
4469
rb-fsevent (~> 0.10, >= 0.10.3)
4570
rb-inotify (~> 0.9, >= 0.9.10)
4671
mercenary (0.4.0)
72+
nokogiri (1.15.4-arm64-darwin)
73+
racc (~> 1.4)
4774
pathutil (0.16.2)
4875
forwardable-extended (~> 2.6)
76+
pdf-reader (2.11.0)
77+
Ascii85 (~> 1.0)
78+
afm (~> 0.2.1)
79+
hashery (~> 2.0)
80+
ruby-rc4
81+
ttfunk
4982
public_suffix (4.0.7)
83+
racc (1.7.1)
84+
rainbow (3.1.1)
5085
rb-fsevent (0.11.1)
5186
rb-inotify (0.10.1)
5287
ffi (~> 1.0)
5388
rexml (3.2.5)
5489
rouge (3.28.0)
90+
ruby-rc4 (0.1.5)
5591
safe_yaml (1.0.5)
5692
sassc (2.4.0)
5793
ffi (~> 1.9)
5894
terminal-table (2.0.0)
5995
unicode-display_width (~> 1.1, >= 1.1.1)
96+
timers (4.3.5)
97+
ttfunk (1.7.0)
98+
typhoeus (1.4.0)
99+
ethon (>= 0.9.0)
60100
unicode-display_width (1.8.0)
61101
webrick (1.7.0)
102+
yell (2.2.2)
103+
zeitwerk (2.6.11)
62104

63105
PLATFORMS
64106
ruby
65107

66108
DEPENDENCIES
109+
html-proofer
67110
jekyll (~> 4.2.1)
68111
jekyll-redirect-from
69112
webrick (~> 1.7)

0 commit comments

Comments
 (0)