Skip to content

Commit 6b17aea

Browse files
authored
Merge pull request #337 from php-fig/dependabot/bundler/html-proofer-5.0.10
Bump html-proofer from 3.19.4 to 5.0.10
2 parents 69332c1 + b32d0d8 commit 6b17aea

File tree

3 files changed

+43
-11
lines changed

3 files changed

+43
-11
lines changed

Gemfile

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

33
ruby '>= 3.1', '< 3.2'
44

5-
gem "html-proofer", "~> 3.19"
5+
gem "html-proofer", "~> 5.0"

Gemfile.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,71 @@
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.0)
9+
console (~> 1.29)
10+
fiber-annotation
11+
io-event (~> 1.9)
12+
metrics (~> 0.12)
13+
traces (~> 0.15)
14+
bigdecimal (3.1.9)
15+
console (1.29.3)
16+
fiber-annotation
17+
fiber-local (~> 1.1)
18+
json
619
ethon (0.16.0)
720
ffi (>= 1.15.0)
821
ffi (1.17.1)
22+
ffi (1.17.1-aarch64-linux)
923
ffi (1.17.1-arm64-darwin)
1024
ffi (1.17.1-x86_64-darwin)
11-
html-proofer (3.19.4)
25+
fiber-annotation (0.2.0)
26+
fiber-local (1.1.0)
27+
fiber-storage
28+
fiber-storage (1.0.0)
29+
hashery (2.1.2)
30+
html-proofer (5.0.10)
1231
addressable (~> 2.3)
13-
mercenary (~> 0.3)
32+
async (~> 2.1)
1433
nokogiri (~> 1.13)
15-
parallel (~> 1.10)
34+
pdf-reader (~> 2.11)
1635
rainbow (~> 3.0)
1736
typhoeus (~> 1.3)
1837
yell (~> 2.0)
19-
mercenary (0.4.0)
38+
zeitwerk (~> 2.5)
39+
io-event (1.9.0)
40+
json (2.10.1)
41+
metrics (0.12.1)
2042
mini_portile2 (2.8.8)
2143
nokogiri (1.18.3)
2244
mini_portile2 (~> 2.8.2)
2345
racc (~> 1.4)
46+
nokogiri (1.18.3-aarch64-linux)
47+
racc (~> 1.4)
2448
nokogiri (1.18.3-arm64-darwin)
2549
racc (~> 1.4)
2650
nokogiri (1.18.3-x86_64-darwin)
2751
racc (~> 1.4)
28-
parallel (1.26.3)
52+
pdf-reader (2.14.1)
53+
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
54+
afm (~> 0.2.1)
55+
hashery (~> 2.0)
56+
ruby-rc4
57+
ttfunk
2958
public_suffix (6.0.1)
3059
racc (1.8.1)
3160
rainbow (3.1.1)
61+
ruby-rc4 (0.1.5)
62+
traces (0.15.2)
63+
ttfunk (1.8.0)
64+
bigdecimal (~> 3.1)
3265
typhoeus (1.4.1)
3366
ethon (>= 0.9.0)
3467
yell (2.2.2)
68+
zeitwerk (2.6.18)
3569

3670
PLATFORMS
3771
aarch64-linux
@@ -40,7 +74,7 @@ PLATFORMS
4074
x86_64-darwin
4175

4276
DEPENDENCIES
43-
html-proofer (~> 3.19)
77+
html-proofer (~> 5.0)
4478

4579
RUBY VERSION
4680
ruby 3.1.2p20

bin/html-proofer.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ bundle config set path '.bundle'
77
bundle install
88

99
bundle exec htmlproofer output_dev \
10-
--check-html \
11-
--check-img-http \
12-
--check-opengraph \
10+
--checks html,images,links,opengraph,scripts \
1311
--disable-external \
14-
--url-ignore 'foo-meta.md#errata-1-foo'
12+
--ignore-urls 'foo-meta.md#errata-1-foo'

0 commit comments

Comments
 (0)