Skip to content

Commit e01c46e

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 9b5853d commit e01c46e

File tree

2 files changed

+41
-19
lines changed

2 files changed

+41
-19
lines changed

Gemfile

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

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

Gemfile.lock

Lines changed: 40 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,53 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
Ascii85 (1.1.0)
45
activesupport (5.2.6)
56
concurrent-ruby (~> 1.0, >= 1.0.2)
67
i18n (>= 0.7, < 2)
78
minitest (~> 5.1)
89
tzinfo (~> 1.1)
9-
addressable (2.8.0)
10-
public_suffix (>= 2.0.2, < 5.0)
10+
addressable (2.8.5)
11+
public_suffix (>= 2.0.2, < 6.0)
12+
afm (0.2.2)
13+
async (2.6.5)
14+
console (~> 1.10)
15+
fiber-annotation
16+
io-event (~> 1.1)
17+
timers (~> 4.1)
1118
colorator (1.1.0)
1219
concurrent-ruby (1.1.8)
20+
console (1.23.2)
21+
fiber-annotation
22+
fiber-local
1323
em-websocket (0.5.2)
1424
eventmachine (>= 0.12.9)
1525
http_parser.rb (~> 0.6.0)
16-
ethon (0.14.0)
26+
ethon (0.16.0)
1727
ffi (>= 1.15.0)
1828
eventmachine (1.2.7)
1929
execjs (2.8.1)
2030
extras (0.3.0)
2131
forwardable-extended (~> 2.5)
2232
fastimage (2.2.3)
23-
ffi (1.15.0)
33+
ffi (1.16.3)
34+
fiber-annotation (0.2.0)
35+
fiber-local (1.0.0)
2436
forwardable-extended (2.6.0)
25-
html-proofer (3.19.1)
37+
hashery (2.1.2)
38+
html-proofer (5.0.8)
2639
addressable (~> 2.3)
27-
mercenary (~> 0.3)
28-
nokogumbo (~> 2.0)
29-
parallel (~> 1.3)
40+
async (~> 2.1)
41+
nokogiri (~> 1.13)
42+
pdf-reader (~> 2.11)
3043
rainbow (~> 3.0)
3144
typhoeus (~> 1.3)
3245
yell (~> 2.0)
46+
zeitwerk (~> 2.5)
3347
http_parser.rb (0.6.0)
3448
i18n (0.9.5)
3549
concurrent-ruby (~> 1.0)
50+
io-event (1.3.3)
3651
jekyll (3.9.1)
3752
addressable (~> 2.4)
3853
colorator (~> 1.0)
@@ -86,25 +101,29 @@ GEM
86101
rb-fsevent (~> 0.10, >= 0.10.3)
87102
rb-inotify (~> 0.9, >= 0.9.10)
88103
mercenary (0.3.6)
89-
mini_portile2 (2.5.1)
104+
mini_portile2 (2.8.5)
90105
minitest (5.14.4)
91-
nokogiri (1.11.4)
92-
mini_portile2 (~> 2.5.0)
106+
nokogiri (1.15.4)
107+
mini_portile2 (~> 2.8.2)
93108
racc (~> 1.4)
94-
nokogumbo (2.0.5)
95-
nokogiri (~> 1.8, >= 1.8.4)
96-
parallel (1.20.1)
97109
pathutil (0.16.2)
98110
forwardable-extended (~> 2.6)
99-
public_suffix (4.0.6)
100-
racc (1.5.2)
111+
pdf-reader (2.11.0)
112+
Ascii85 (~> 1.0)
113+
afm (~> 0.2.1)
114+
hashery (~> 2.0)
115+
ruby-rc4
116+
ttfunk
117+
public_suffix (5.0.3)
118+
racc (1.7.2)
101119
rack (2.2.3)
102-
rainbow (3.0.0)
120+
rainbow (3.1.1)
103121
rb-fsevent (0.11.0)
104122
rb-inotify (0.10.1)
105123
ffi (~> 1.0)
106124
rexml (3.2.5)
107125
rouge (3.26.0)
126+
ruby-rc4 (0.1.5)
108127
safe_yaml (1.0.5)
109128
sass (3.7.4)
110129
sass-listen (~> 4.0.0)
@@ -115,17 +134,20 @@ GEM
115134
concurrent-ruby (~> 1.0)
116135
rack (> 1, < 3)
117136
thread_safe (0.3.6)
137+
timers (4.3.5)
138+
ttfunk (1.7.0)
118139
typhoeus (1.4.0)
119140
ethon (>= 0.9.0)
120141
tzinfo (1.2.9)
121142
thread_safe (~> 0.1)
122143
yell (2.2.2)
144+
zeitwerk (2.6.12)
123145

124146
PLATFORMS
125147
ruby
126148

127149
DEPENDENCIES
128-
html-proofer (~> 3.18)
150+
html-proofer (~> 5.0)
129151
jekyll (~> 3.9)
130152
jekyll-assets (~> 3.0)
131153
jekyll-feed (~> 0.15)

0 commit comments

Comments
 (0)