Skip to content

Commit e625596

Browse files
[Dependency] Bump html-proofer from 3.19.4 to 5.1.0
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.19.4 to 5.1.0. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-proofer@v3.19.4...v5.1.0) --- updated-dependencies: - dependency-name: html-proofer dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 020140d commit e625596

File tree

2 files changed

+41
-10
lines changed

2 files changed

+41
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ gem 'wdm', '>= 0.1.1' if Gem.win_platform?
99

1010
gem "webrick", "~> 1.9"
1111

12-
gem 'html-proofer', "~> 3.19.4"
12+
gem 'html-proofer', "~> 5.1.0"
1313

1414
gem 'json'

Gemfile.lock

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
Ascii85 (2.0.1)
45
activesupport (7.1.3.4)
56
base64
67
bigdecimal
@@ -13,6 +14,13 @@ GEM
1314
tzinfo (~> 2.0)
1415
addressable (2.8.7)
1516
public_suffix (>= 2.0.2, < 7.0)
17+
afm (1.0.0)
18+
async (2.34.0)
19+
console (~> 1.29)
20+
fiber-annotation
21+
io-event (~> 1.11)
22+
metrics (~> 0.12)
23+
traces (~> 0.18)
1624
base64 (0.2.0)
1725
bigdecimal (3.1.8)
1826
coffee-script (2.4.1)
@@ -23,15 +31,20 @@ GEM
2331
commonmarker (0.23.10)
2432
concurrent-ruby (1.3.3)
2533
connection_pool (2.4.1)
34+
console (1.34.2)
35+
fiber-annotation
36+
fiber-local (~> 1.1)
37+
json
2638
csv (3.3.0)
2739
dnsruby (1.72.2)
2840
simpleidn (~> 0.2.1)
2941
drb (2.2.1)
3042
em-websocket (0.5.3)
3143
eventmachine (>= 0.12.9)
3244
http_parser.rb (~> 0)
33-
ethon (0.16.0)
45+
ethon (0.18.0)
3446
ffi (>= 1.15.0)
47+
logger
3548
eventmachine (1.2.7)
3649
execjs (2.9.1)
3750
faraday (2.10.1)
@@ -42,6 +55,10 @@ GEM
4255
ffi (1.17.2-arm64-darwin)
4356
ffi (1.17.2-x64-mingw-ucrt)
4457
ffi (1.17.2-x86_64-linux-gnu)
58+
fiber-annotation (0.2.0)
59+
fiber-local (1.1.0)
60+
fiber-storage
61+
fiber-storage (1.0.1)
4562
forwardable-extended (2.6.0)
4663
gemoji (4.1.0)
4764
github-pages (232)
@@ -96,20 +113,23 @@ GEM
96113
octokit (>= 4, < 8)
97114
public_suffix (>= 3.0, < 6.0)
98115
typhoeus (~> 1.3)
116+
hashery (2.1.2)
99117
html-pipeline (2.14.3)
100118
activesupport (>= 2)
101119
nokogiri (>= 1.4)
102-
html-proofer (3.19.4)
120+
html-proofer (5.1.0)
103121
addressable (~> 2.3)
104-
mercenary (~> 0.3)
122+
async (~> 2.1)
105123
nokogiri (~> 1.13)
106-
parallel (~> 1.10)
124+
pdf-reader (~> 2.11)
107125
rainbow (~> 3.0)
108126
typhoeus (~> 1.3)
109127
yell (~> 2.0)
128+
zeitwerk (~> 2.5)
110129
http_parser.rb (0.8.0)
111130
i18n (1.14.5)
112131
concurrent-ruby (~> 1.0)
132+
io-event (1.14.0)
113133
jekyll (3.10.0)
114134
addressable (~> 2.4)
115135
colorator (~> 1.0)
@@ -231,6 +251,7 @@ GEM
231251
rb-inotify (~> 0.9, >= 0.9.10)
232252
logger (1.6.0)
233253
mercenary (0.3.6)
254+
metrics (0.15.0)
234255
minima (2.5.1)
235256
jekyll (>= 3.5, < 5.0)
236257
jekyll-feed (~> 0.9)
@@ -239,18 +260,23 @@ GEM
239260
mutex_m (0.2.0)
240261
net-http (0.4.1)
241262
uri
242-
nokogiri (1.18.9-arm64-darwin)
263+
nokogiri (1.18.10-arm64-darwin)
243264
racc (~> 1.4)
244-
nokogiri (1.18.9-x64-mingw-ucrt)
265+
nokogiri (1.18.10-x64-mingw-ucrt)
245266
racc (~> 1.4)
246-
nokogiri (1.18.9-x86_64-linux-gnu)
267+
nokogiri (1.18.10-x86_64-linux-gnu)
247268
racc (~> 1.4)
248269
octokit (4.25.1)
249270
faraday (>= 1, < 3)
250271
sawyer (~> 0.9)
251-
parallel (1.24.0)
252272
pathutil (0.16.2)
253273
forwardable-extended (~> 2.6)
274+
pdf-reader (2.15.0)
275+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
276+
afm (>= 0.2.1, < 2)
277+
hashery (~> 2.0)
278+
ruby-rc4
279+
ttfunk
254280
public_suffix (5.1.1)
255281
racc (1.8.1)
256282
rainbow (3.1.1)
@@ -260,6 +286,7 @@ GEM
260286
rexml (3.3.4)
261287
strscan
262288
rouge (3.30.0)
289+
ruby-rc4 (0.1.5)
263290
rubyzip (2.3.2)
264291
safe_yaml (1.0.5)
265292
sass (3.7.4)
@@ -274,6 +301,9 @@ GEM
274301
strscan (3.1.0)
275302
terminal-table (1.8.0)
276303
unicode-display_width (~> 1.1, >= 1.1.1)
304+
traces (0.18.2)
305+
ttfunk (1.8.0)
306+
bigdecimal (~> 3.1)
277307
typhoeus (1.4.1)
278308
ethon (>= 0.9.0)
279309
tzinfo (2.0.6)
@@ -282,6 +312,7 @@ GEM
282312
uri (0.13.0)
283313
webrick (1.9.1)
284314
yell (2.2.2)
315+
zeitwerk (2.7.3)
285316

286317
PLATFORMS
287318
arm64-darwin-22
@@ -292,7 +323,7 @@ PLATFORMS
292323

293324
DEPENDENCIES
294325
github-pages (= 232)
295-
html-proofer (~> 3.19.4)
326+
html-proofer (~> 5.1.0)
296327
json
297328
webrick (~> 1.9)
298329

0 commit comments

Comments
 (0)