Skip to content

Commit 0534508

Browse files
Bump html-proofer from 3.19.1 to 5.0.8
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.19.1 to 5.0.8. - [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.1...v5.0.8) --- updated-dependencies: - dependency-name: html-proofer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 16f97b4 commit 0534508

File tree

2 files changed

+37
-11
lines changed

2 files changed

+37
-11
lines changed

Gemfile

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

22-
gem "html-proofer", "~> 3.18"
22+
gem "html-proofer", "~> 5.0"

Gemfile.lock

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
Ascii85 (1.1.0)
45
addressable (2.8.5)
56
public_suffix (>= 2.0.2, < 6.0)
7+
afm (0.2.2)
8+
async (2.6.5)
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.2.2)
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)
1121
ethon (0.16.0)
1222
ffi (>= 1.15.0)
1323
eventmachine (1.2.7)
24+
ffi (1.16.3)
1425
ffi (1.16.3-x64-mingw-ucrt)
26+
fiber-annotation (0.2.0)
27+
fiber-local (1.0.0)
1528
forwardable-extended (2.6.0)
16-
html-proofer (3.19.4)
29+
hashery (2.1.2)
30+
html-proofer (5.0.8)
1731
addressable (~> 2.3)
18-
mercenary (~> 0.3)
32+
async (~> 2.1)
1933
nokogiri (~> 1.13)
20-
parallel (~> 1.10)
34+
pdf-reader (~> 2.11)
2135
rainbow (~> 3.0)
2236
typhoeus (~> 1.3)
2337
yell (~> 2.0)
38+
zeitwerk (~> 2.5)
2439
http_parser.rb (0.8.0)
2540
i18n (1.14.1)
2641
concurrent-ruby (~> 1.0)
42+
io-event (1.3.3)
2743
jekyll (4.2.2)
2844
addressable (~> 2.4)
2945
colorator (~> 1.0)
@@ -58,12 +74,19 @@ GEM
5874
rb-fsevent (~> 0.10, >= 0.10.3)
5975
rb-inotify (~> 0.9, >= 0.9.10)
6076
mercenary (0.4.0)
61-
nokogiri (1.15.4-x64-mingw-ucrt)
77+
nokogiri (1.15.5-x64-mingw-ucrt)
78+
racc (~> 1.4)
79+
nokogiri (1.15.5-x86_64-linux)
6280
racc (~> 1.4)
63-
parallel (1.23.0)
6481
pathutil (0.16.2)
6582
forwardable-extended (~> 2.6)
66-
public_suffix (5.0.3)
83+
pdf-reader (2.11.0)
84+
Ascii85 (~> 1.0)
85+
afm (~> 0.2.1)
86+
hashery (~> 2.0)
87+
ruby-rc4
88+
ttfunk
89+
public_suffix (5.0.4)
6790
racc (1.7.3)
6891
rack (2.2.8)
6992
rainbow (3.1.1)
@@ -72,6 +95,7 @@ GEM
7295
ffi (~> 1.0)
7396
rexml (3.2.6)
7497
rouge (3.30.0)
98+
ruby-rc4 (0.1.5)
7599
safe_yaml (1.0.5)
76100
sassc (2.4.0)
77101
ffi (~> 1.9)
@@ -80,30 +104,32 @@ GEM
80104
rack (> 1, < 3)
81105
terminal-table (2.0.0)
82106
unicode-display_width (~> 1.1, >= 1.1.1)
83-
typhoeus (1.4.0)
107+
timers (4.3.5)
108+
ttfunk (1.7.0)
109+
typhoeus (1.4.1)
84110
ethon (>= 0.9.0)
85111
tzinfo (2.0.6)
86112
concurrent-ruby (~> 1.0)
87113
tzinfo-data (1.2023.3)
88114
tzinfo (>= 1.0.0)
89115
unicode-display_width (1.8.0)
90-
wdm (0.1.1)
91116
webrick (1.8.1)
92117
yell (2.2.2)
118+
zeitwerk (2.6.12)
93119

94120
PLATFORMS
95121
x64-mingw-ucrt
122+
x86_64-linux
96123

97124
DEPENDENCIES
98-
html-proofer (~> 3.18)
125+
html-proofer (~> 5.0)
99126
jekyll (= 4.2.2)
100127
jekyll-paginate-v2 (= 3.0.0)
101128
jekyll-seo-tag
102129
jekyll-sitemap
103130
kramdown-parser-gfm (~> 1.1.0)
104131
sprockets (~> 3.7)
105132
tzinfo-data
106-
wdm (~> 0.1.0)
107133
webrick
108134

109135
RUBY VERSION

0 commit comments

Comments
 (0)