Skip to content

Commit 41d2656

Browse files
Bump html-proofer from 3.19.4 to 5.0.10
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.19.4 to 5.0.10. - [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.0.10) --- updated-dependencies: - dependency-name: html-proofer dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1dbdfaf commit 41d2656

File tree

2 files changed

+39
-8
lines changed

2 files changed

+39
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2020
# Performance-booster for watching directories on Windows
2121
gem "wdm", "~> 0.1.0" if Gem.win_platform?
2222

23-
gem "html-proofer", "~> 3.18"
23+
gem "html-proofer", "~> 5.0"
2424

2525
gem 'jekyll-sass-converter', '~> 3.0'

Gemfile.lock

Lines changed: 38 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,53 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
Ascii85 (2.0.1)
45
addressable (2.8.7)
56
public_suffix (>= 2.0.2, < 7.0)
7+
afm (0.2.2)
8+
async (2.23.1)
9+
console (~> 1.29)
10+
fiber-annotation
11+
io-event (~> 1.9)
12+
metrics (~> 0.12)
13+
traces (~> 0.15)
614
base64 (0.2.0)
715
bigdecimal (3.1.8)
816
colorator (1.1.0)
917
concurrent-ruby (1.3.4)
18+
console (1.30.2)
19+
fiber-annotation
20+
fiber-local (~> 1.1)
21+
json
1022
em-websocket (0.5.3)
1123
eventmachine (>= 0.12.9)
1224
http_parser.rb (~> 0)
1325
ethon (0.16.0)
1426
ffi (>= 1.15.0)
1527
eventmachine (1.2.7)
16-
ffi (1.17.0-x86_64-linux-gnu)
28+
ffi (1.17.1-x86_64-linux-gnu)
29+
fiber-annotation (0.2.0)
30+
fiber-local (1.1.0)
31+
fiber-storage
32+
fiber-storage (1.0.0)
1733
forwardable-extended (2.6.0)
1834
google-protobuf (4.29.1-x86_64-linux)
1935
bigdecimal
2036
rake (>= 13)
21-
html-proofer (3.19.4)
37+
hashery (2.1.2)
38+
html-proofer (5.0.10)
2239
addressable (~> 2.3)
23-
mercenary (~> 0.3)
40+
async (~> 2.1)
2441
nokogiri (~> 1.13)
25-
parallel (~> 1.10)
42+
pdf-reader (~> 2.11)
2643
rainbow (~> 3.0)
2744
typhoeus (~> 1.3)
2845
yell (~> 2.0)
46+
zeitwerk (~> 2.5)
2947
http_parser.rb (0.8.0)
3048
i18n (1.14.6)
3149
concurrent-ruby (~> 1.0)
50+
io-event (1.10.0)
3251
jekyll (4.3.3)
3352
addressable (~> 2.4)
3453
colorator (~> 1.0)
@@ -58,6 +77,7 @@ GEM
5877
jekyll (>= 3.7, < 5.0)
5978
jekyll-watch (2.2.1)
6079
listen (~> 3.0)
80+
json (2.10.2)
6181
kramdown (2.5.1)
6282
rexml (>= 3.3.9)
6383
kramdown-parser-gfm (1.1.0)
@@ -67,11 +87,17 @@ GEM
6787
rb-fsevent (~> 0.10, >= 0.10.3)
6888
rb-inotify (~> 0.9, >= 0.9.10)
6989
mercenary (0.4.0)
70-
nokogiri (1.18.4-x86_64-linux-gnu)
90+
metrics (0.12.2)
91+
nokogiri (1.18.7-x86_64-linux-gnu)
7192
racc (~> 1.4)
72-
parallel (1.26.3)
7393
pathutil (0.16.2)
7494
forwardable-extended (~> 2.6)
95+
pdf-reader (2.14.1)
96+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
97+
afm (~> 0.2.1)
98+
hashery (~> 2.0)
99+
ruby-rc4
100+
ttfunk
75101
public_suffix (6.0.1)
76102
racc (1.8.1)
77103
rack (2.2.13)
@@ -83,6 +109,7 @@ GEM
83109
redcarpet (3.6.0)
84110
rexml (3.3.9)
85111
rouge (4.5.1)
112+
ruby-rc4 (0.1.5)
86113
safe_yaml (1.0.5)
87114
sass-embedded (1.82.0)
88115
google-protobuf (~> 4.28)
@@ -93,17 +120,21 @@ GEM
93120
rack (> 1, < 3)
94121
terminal-table (3.0.2)
95122
unicode-display_width (>= 1.1.1, < 3)
123+
traces (0.15.2)
124+
ttfunk (1.8.0)
125+
bigdecimal (~> 3.1)
96126
typhoeus (1.4.1)
97127
ethon (>= 0.9.0)
98128
unicode-display_width (2.6.0)
99129
webrick (1.9.1)
100130
yell (2.2.2)
131+
zeitwerk (2.7.2)
101132

102133
PLATFORMS
103134
x86_64-linux
104135

105136
DEPENDENCIES
106-
html-proofer (~> 3.18)
137+
html-proofer (~> 5.0)
107138
jekyll (= 4.3.3)
108139
jekyll-liquify (= 0.0.2)
109140
jekyll-paginate-v2 (= 3.0.0)

0 commit comments

Comments
 (0)