Skip to content

Commit b572a8e

Browse files
Bump html-proofer from 5.0.9 to 5.0.10 (#81)
2 parents e601a5a + 6f0a45b commit b572a8e

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ end
4141
# Performance-booster for watching directories on Windows
4242
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?
4343

44-
gem "html-proofer", "~> 5.0.9"
44+
gem "html-proofer", "~> 5.0.10"
4545
gem "rake", "~> 13.2"

Gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@ GEM
66
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
88
ast (2.4.2)
9-
async (2.21.1)
9+
async (2.23.0)
1010
console (~> 1.29)
1111
fiber-annotation
12-
io-event (~> 1.6, >= 1.6.5)
12+
io-event (~> 1.9)
13+
metrics (~> 0.12)
14+
traces (~> 0.15)
1315
base64 (0.2.0)
1416
bigdecimal (3.1.9)
1517
code-scanning-rubocop (0.6.1)
1618
rubocop (~> 1.0)
1719
coderay (1.1.3)
1820
colorator (1.1.0)
1921
concurrent-ruby (1.3.4)
20-
console (1.29.2)
22+
console (1.29.3)
2123
fiber-annotation
2224
fiber-local (~> 1.1)
2325
json
@@ -28,7 +30,8 @@ GEM
2830
ethon (0.16.0)
2931
ffi (>= 1.15.0)
3032
eventmachine (1.2.7)
31-
ffi (1.17.0)
33+
ffi (1.17.1-arm64-darwin)
34+
ffi (1.17.1-x86_64-linux-gnu)
3235
fiber-annotation (0.2.0)
3336
fiber-local (1.1.0)
3437
fiber-storage
@@ -38,7 +41,7 @@ GEM
3841
bigdecimal
3942
rake (>= 13)
4043
hashery (2.1.2)
41-
html-proofer (5.0.9)
44+
html-proofer (5.0.10)
4245
addressable (~> 2.3)
4346
async (~> 2.1)
4447
nokogiri (~> 1.13)
@@ -50,7 +53,7 @@ GEM
5053
http_parser.rb (0.8.0)
5154
i18n (1.14.6)
5255
concurrent-ruby (~> 1.0)
53-
io-event (1.7.5)
56+
io-event (1.9.0)
5457
jekyll (4.3.4)
5558
addressable (~> 2.4)
5659
colorator (~> 1.0)
@@ -80,7 +83,7 @@ GEM
8083
jekyll (>= 3.7, < 5.0)
8184
jekyll-watch (2.2.1)
8285
listen (~> 3.0)
83-
json (2.9.1)
86+
json (2.10.1)
8487
kramdown (2.5.1)
8588
rexml (>= 3.3.9)
8689
kramdown-parser-gfm (1.1.0)
@@ -92,6 +95,7 @@ GEM
9295
rb-inotify (~> 0.9, >= 0.9.10)
9396
mercenary (0.4.0)
9497
method_source (1.1.0)
98+
metrics (0.12.1)
9599
nokogiri (1.18.3-arm64-darwin)
96100
racc (~> 1.4)
97101
nokogiri (1.18.3-x86_64-linux-gnu)
@@ -102,7 +106,7 @@ GEM
102106
racc
103107
pathutil (0.16.2)
104108
forwardable-extended (~> 2.6)
105-
pdf-reader (2.13.0)
109+
pdf-reader (2.14.1)
106110
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
107111
afm (~> 0.2.1)
108112
hashery (~> 2.0)
@@ -151,6 +155,7 @@ GEM
151155
google-protobuf (~> 4.28)
152156
terminal-table (3.0.2)
153157
unicode-display_width (>= 1.1.1, < 3)
158+
traces (0.15.2)
154159
ttfunk (1.8.0)
155160
bigdecimal (~> 3.1)
156161
typhoeus (1.4.1)
@@ -163,7 +168,7 @@ GEM
163168
wdm (0.2.0)
164169
webrick (1.9.1)
165170
yell (2.2.2)
166-
zeitwerk (2.7.1)
171+
zeitwerk (2.7.2)
167172

168173
PLATFORMS
169174
arm64-darwin-24
@@ -173,7 +178,7 @@ DEPENDENCIES
173178
base64
174179
code-scanning-rubocop (~> 0.3)
175180
csv (~> 3.3)
176-
html-proofer (~> 5.0.9)
181+
html-proofer (~> 5.0.10)
177182
jekyll (~> 4.3)
178183
jekyll-archives
179184
jekyll-feed (~> 0.12)

0 commit comments

Comments
 (0)