Skip to content

Commit e24be4e

Browse files
Bump html-proofer from 5.0.10 to 5.2.0 (#107)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad18ac6 commit e24be4e

2 files changed

Lines changed: 28 additions & 24 deletions

File tree

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.10"
44+
gem "html-proofer", "~> 5.2.1"
4545
gem "rake", "~> 13.3"

Gemfile.lock

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,40 @@ GEM
44
Ascii85 (2.0.1)
55
addressable (2.9.0)
66
public_suffix (>= 2.0.2, < 8.0)
7-
afm (0.2.2)
7+
afm (1.0.0)
88
ast (2.4.2)
9-
async (2.23.0)
9+
async (2.39.0)
1010
console (~> 1.29)
1111
fiber-annotation
12-
io-event (~> 1.9)
12+
io-event (~> 1.11)
1313
metrics (~> 0.12)
14-
traces (~> 0.15)
14+
traces (~> 0.18)
1515
base64 (0.3.0)
16-
bigdecimal (3.1.9)
16+
benchmark (0.5.0)
17+
bigdecimal (3.3.1)
1718
code-scanning-rubocop (0.6.1)
1819
rubocop (~> 1.0)
1920
coderay (1.1.3)
2021
colorator (1.1.0)
2122
concurrent-ruby (1.3.6)
22-
console (1.29.3)
23+
console (1.34.3)
2324
fiber-annotation
2425
fiber-local (~> 1.1)
2526
json
2627
csv (3.3.5)
2728
em-websocket (0.5.3)
2829
eventmachine (>= 0.12.9)
2930
http_parser.rb (~> 0)
30-
ethon (0.16.0)
31+
ethon (0.18.0)
3132
ffi (>= 1.15.0)
33+
logger
3234
eventmachine (1.2.7)
33-
ffi (1.17.1-arm64-darwin)
34-
ffi (1.17.1-x86_64-linux-gnu)
35+
ffi (1.17.4-arm64-darwin)
36+
ffi (1.17.4-x86_64-linux-gnu)
3537
fiber-annotation (0.2.0)
3638
fiber-local (1.1.0)
3739
fiber-storage
38-
fiber-storage (1.0.0)
40+
fiber-storage (1.0.1)
3941
forwardable-extended (2.6.0)
4042
google-protobuf (4.29.3-arm64-darwin)
4143
bigdecimal
@@ -44,9 +46,10 @@ GEM
4446
bigdecimal
4547
rake (>= 13)
4648
hashery (2.1.2)
47-
html-proofer (5.0.10)
49+
html-proofer (5.2.1)
4850
addressable (~> 2.3)
4951
async (~> 2.1)
52+
benchmark (~> 0.5)
5053
nokogiri (~> 1.13)
5154
pdf-reader (~> 2.11)
5255
rainbow (~> 3.0)
@@ -57,7 +60,7 @@ GEM
5760
i18n (1.14.7)
5861
concurrent-ruby (~> 1.0)
5962
io-console (0.8.2)
60-
io-event (1.9.0)
63+
io-event (1.15.1)
6164
jekyll (4.4.1)
6265
addressable (~> 2.4)
6366
base64 (~> 0.2)
@@ -90,7 +93,7 @@ GEM
9093
jekyll (>= 3.7, < 5.0)
9194
jekyll-watch (2.2.1)
9295
listen (~> 3.0)
93-
json (2.10.2)
96+
json (2.19.4)
9497
kramdown (2.5.1)
9598
rexml (>= 3.3.9)
9699
kramdown-parser-gfm (1.1.0)
@@ -100,22 +103,23 @@ GEM
100103
listen (3.9.0)
101104
rb-fsevent (~> 0.10, >= 0.10.3)
102105
rb-inotify (~> 0.9, >= 0.9.10)
106+
logger (1.7.0)
103107
mercenary (0.4.0)
104108
method_source (1.1.0)
105-
metrics (0.12.1)
106-
nokogiri (1.19.1-arm64-darwin)
109+
metrics (0.15.0)
110+
nokogiri (1.19.2-arm64-darwin)
107111
racc (~> 1.4)
108-
nokogiri (1.19.1-x86_64-linux-gnu)
112+
nokogiri (1.19.2-x86_64-linux-gnu)
109113
racc (~> 1.4)
110114
parallel (1.26.3)
111115
parser (3.3.6.0)
112116
ast (~> 2.4.1)
113117
racc
114118
pathutil (0.16.2)
115119
forwardable-extended (~> 2.6)
116-
pdf-reader (2.14.1)
120+
pdf-reader (2.15.1)
117121
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
118-
afm (~> 0.2.1)
122+
afm (>= 0.2.1, < 2)
119123
hashery (~> 2.0)
120124
ruby-rc4
121125
ttfunk
@@ -165,11 +169,11 @@ GEM
165169
google-protobuf (~> 4.29)
166170
terminal-table (3.0.2)
167171
unicode-display_width (>= 1.1.1, < 3)
168-
traces (0.15.2)
172+
traces (0.18.2)
169173
ttfunk (1.8.0)
170174
bigdecimal (~> 3.1)
171-
typhoeus (1.4.1)
172-
ethon (>= 0.9.0)
175+
typhoeus (1.6.0)
176+
ethon (>= 0.18.0)
173177
tzinfo (2.0.6)
174178
concurrent-ruby (~> 1.0)
175179
tzinfo-data (1.2026.1)
@@ -178,7 +182,7 @@ GEM
178182
wdm (0.2.0)
179183
webrick (1.9.2)
180184
yell (2.2.2)
181-
zeitwerk (2.7.2)
185+
zeitwerk (2.7.5)
182186

183187
PLATFORMS
184188
arm64-darwin-24
@@ -188,7 +192,7 @@ DEPENDENCIES
188192
base64
189193
code-scanning-rubocop (~> 0.3)
190194
csv (~> 3.3)
191-
html-proofer (~> 5.0.10)
195+
html-proofer (~> 5.2.1)
192196
jekyll (~> 4.4)
193197
jekyll-archives
194198
jekyll-feed (~> 0.12)

0 commit comments

Comments
 (0)