Skip to content

Commit c1f4db5

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

File tree

2 files changed

+37
-13
lines changed

2 files changed

+37
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
gem "jekyll", "~> 4.2.2"
44
gem "minima", "~> 2.5"
5-
gem "html-proofer", "~> 3.19"
5+
gem "html-proofer", "~> 5.0"
66

77
# If you have any plugins, put them here
88
group :jekyll_plugins do

Gemfile.lock

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,44 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
Ascii85 (1.1.0)
5+
addressable (2.8.4)
56
public_suffix (>= 2.0.2, < 6.0)
7+
afm (0.2.2)
8+
async (2.6.3)
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.1.10)
15+
console (1.18.0)
16+
fiber-annotation
17+
fiber-local
818
em-websocket (0.5.3)
919
eventmachine (>= 0.12.9)
1020
http_parser.rb (~> 0)
11-
ethon (0.15.0)
21+
ethon (0.16.0)
1222
ffi (>= 1.15.0)
1323
eventmachine (1.2.7)
1424
ffi (1.15.5)
25+
fiber-annotation (0.2.0)
26+
fiber-local (1.0.0)
1527
forwardable-extended (2.6.0)
16-
html-proofer (3.19.4)
28+
hashery (2.1.2)
29+
html-proofer (5.0.7)
1730
addressable (~> 2.3)
18-
mercenary (~> 0.3)
31+
async (~> 2.1)
1932
nokogiri (~> 1.13)
20-
parallel (~> 1.10)
33+
pdf-reader (~> 2.11)
2134
rainbow (~> 3.0)
2235
typhoeus (~> 1.3)
2336
yell (~> 2.0)
37+
zeitwerk (~> 2.5)
2438
http_parser.rb (0.8.0)
2539
i18n (1.12.0)
2640
concurrent-ruby (~> 1.0)
41+
io-event (1.2.3)
2742
jekyll (4.2.2)
2843
addressable (~> 2.4)
2944
colorator (~> 1.0)
@@ -58,40 +73,49 @@ GEM
5873
rb-fsevent (~> 0.10, >= 0.10.3)
5974
rb-inotify (~> 0.9, >= 0.9.10)
6075
mercenary (0.4.0)
61-
mini_portile2 (2.8.0)
76+
mini_portile2 (2.8.4)
6277
minima (2.5.1)
6378
jekyll (>= 3.5, < 5.0)
6479
jekyll-feed (~> 0.9)
6580
jekyll-seo-tag (~> 2.1)
66-
nokogiri (1.13.9)
67-
mini_portile2 (~> 2.8.0)
81+
nokogiri (1.15.3)
82+
mini_portile2 (~> 2.8.2)
6883
racc (~> 1.4)
69-
parallel (1.22.1)
7084
pathutil (0.16.2)
7185
forwardable-extended (~> 2.6)
72-
public_suffix (5.0.0)
73-
racc (1.6.0)
86+
pdf-reader (2.11.0)
87+
Ascii85 (~> 1.0)
88+
afm (~> 0.2.1)
89+
hashery (~> 2.0)
90+
ruby-rc4
91+
ttfunk
92+
public_suffix (5.0.3)
93+
racc (1.7.1)
7494
rainbow (3.1.1)
7595
rb-fsevent (0.11.2)
7696
rb-inotify (0.10.1)
7797
ffi (~> 1.0)
7898
rexml (3.2.5)
7999
rouge (3.30.0)
100+
ruby-rc4 (0.1.5)
80101
safe_yaml (1.0.5)
81102
sassc (2.4.0)
82103
ffi (~> 1.9)
83104
terminal-table (2.0.0)
84105
unicode-display_width (~> 1.1, >= 1.1.1)
106+
timers (4.3.5)
107+
ttfunk (1.7.0)
85108
typhoeus (1.4.0)
86109
ethon (>= 0.9.0)
87110
unicode-display_width (1.8.0)
88111
yell (2.2.2)
112+
zeitwerk (2.6.10)
89113

90114
PLATFORMS
91115
ruby
92116

93117
DEPENDENCIES
94-
html-proofer (~> 3.19)
118+
html-proofer (~> 5.0)
95119
jekyll (~> 4.2.2)
96120
jekyll-feed (~> 0.17)
97121
jekyll-sitemap (~> 1.4)

0 commit comments

Comments
 (0)