Skip to content

Commit d2ec566

Browse files
Bump html-proofer from 5.0.10 to 5.1.0 (#360)
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 5.0.10 to 5.1.0. - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md) - [Commits](gjtorikian/html-proofer@v5.0.10...v5.1.0) --- updated-dependencies: - dependency-name: html-proofer dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d7a7cc3 commit d2ec566

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
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", "~> 5.0"
5+
gem "html-proofer", "~> 5.1"

Gemfile.lock

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,30 @@ GEM
55
addressable (2.8.7)
66
public_suffix (>= 2.0.2, < 7.0)
77
afm (0.2.2)
8-
async (2.23.0)
8+
async (2.24.0)
99
console (~> 1.29)
1010
fiber-annotation
1111
io-event (~> 1.9)
1212
metrics (~> 0.12)
1313
traces (~> 0.15)
14-
bigdecimal (3.1.9)
15-
console (1.29.3)
14+
bigdecimal (3.3.1)
15+
console (1.30.2)
1616
fiber-annotation
1717
fiber-local (~> 1.1)
1818
json
19-
ethon (0.16.0)
19+
ethon (0.18.0)
2020
ffi (>= 1.15.0)
21-
ffi (1.17.1)
22-
ffi (1.17.1-aarch64-linux)
23-
ffi (1.17.1-arm64-darwin)
24-
ffi (1.17.1-x86_64-darwin)
21+
logger
22+
ffi (1.17.2)
23+
ffi (1.17.2-aarch64-linux-gnu)
24+
ffi (1.17.2-arm64-darwin)
25+
ffi (1.17.2-x86_64-darwin)
2526
fiber-annotation (0.2.0)
2627
fiber-local (1.1.0)
2728
fiber-storage
28-
fiber-storage (1.0.0)
29+
fiber-storage (1.0.1)
2930
hashery (2.1.2)
30-
html-proofer (5.0.10)
31+
html-proofer (5.1.0)
3132
addressable (~> 2.3)
3233
async (~> 2.1)
3334
nokogiri (~> 1.13)
@@ -36,26 +37,27 @@ GEM
3637
typhoeus (~> 1.3)
3738
yell (~> 2.0)
3839
zeitwerk (~> 2.5)
39-
io-event (1.9.0)
40-
json (2.10.2)
41-
metrics (0.12.1)
40+
io-event (1.11.2)
41+
json (2.16.0)
42+
logger (1.7.0)
43+
metrics (0.12.2)
4244
mini_portile2 (2.8.9)
43-
nokogiri (1.18.9)
45+
nokogiri (1.18.10)
4446
mini_portile2 (~> 2.8.2)
4547
racc (~> 1.4)
46-
nokogiri (1.18.9-aarch64-linux-gnu)
48+
nokogiri (1.18.10-aarch64-linux-gnu)
4749
racc (~> 1.4)
48-
nokogiri (1.18.9-arm64-darwin)
50+
nokogiri (1.18.10-arm64-darwin)
4951
racc (~> 1.4)
50-
nokogiri (1.18.9-x86_64-darwin)
52+
nokogiri (1.18.10-x86_64-darwin)
5153
racc (~> 1.4)
52-
pdf-reader (2.14.1)
54+
pdf-reader (2.15.0)
5355
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
54-
afm (~> 0.2.1)
56+
afm (>= 0.2.1, < 2)
5557
hashery (~> 2.0)
5658
ruby-rc4
5759
ttfunk
58-
public_suffix (6.0.1)
60+
public_suffix (6.0.2)
5961
racc (1.8.1)
6062
rainbow (3.1.1)
6163
ruby-rc4 (0.1.5)
@@ -74,7 +76,7 @@ PLATFORMS
7476
x86_64-darwin
7577

7678
DEPENDENCIES
77-
html-proofer (~> 5.0)
79+
html-proofer (~> 5.1)
7880

7981
RUBY VERSION
8082
ruby 3.1.2p20

0 commit comments

Comments
 (0)