Skip to content

Commit c60ae24

Browse files
Bump html-proofer from 5.0.10 to 5.1.1
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 5.0.10 to 5.1.1. - [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.1) --- updated-dependencies: - dependency-name: html-proofer dependency-version: 5.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 539773a commit c60ae24

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

Gemfile.lock

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,32 @@ GEM
2626
minitest (>= 5.1)
2727
tzinfo (~> 2.0)
2828
zeitwerk (~> 2.3)
29-
addressable (2.8.7)
30-
public_suffix (>= 2.0.2, < 7.0)
31-
afm (0.2.2)
32-
async (2.27.0)
29+
addressable (2.8.8)
30+
public_suffix (>= 2.0.2, < 8.0)
31+
afm (1.0.0)
32+
async (2.34.0)
3333
console (~> 1.29)
3434
fiber-annotation
3535
io-event (~> 1.11)
3636
metrics (~> 0.12)
37-
traces (~> 0.15)
37+
traces (~> 0.18)
3838
base64 (0.2.0)
39-
bigdecimal (3.2.2)
39+
benchmark (0.5.0)
40+
bigdecimal (3.3.1)
4041
chunky_png (1.4.0)
4142
colorator (1.1.0)
4243
concurrent-ruby (1.3.5)
43-
console (1.32.0)
44+
console (1.34.2)
4445
fiber-annotation
4546
fiber-local (~> 1.1)
4647
json
4748
csv (3.3.3)
4849
em-websocket (0.5.3)
4950
eventmachine (>= 0.12.9)
5051
http_parser.rb (~> 0)
51-
ethon (0.16.0)
52+
ethon (0.18.0)
5253
ffi (>= 1.15.0)
54+
logger
5355
eventmachine (1.2.7)
5456
execjs (2.9.1)
5557
extras (0.3.0)
@@ -65,9 +67,10 @@ GEM
6567
bigdecimal
6668
rake (>= 13)
6769
hashery (2.1.2)
68-
html-proofer (5.0.10)
70+
html-proofer (5.1.1)
6971
addressable (~> 2.3)
7072
async (~> 2.1)
73+
benchmark (~> 0.5)
7174
nokogiri (~> 1.13)
7275
pdf-reader (~> 2.11)
7376
rainbow (~> 3.0)
@@ -77,7 +80,7 @@ GEM
7780
http_parser.rb (0.8.0)
7881
i18n (1.14.7)
7982
concurrent-ruby (~> 1.0)
80-
io-event (1.12.1)
83+
io-event (1.14.2)
8184
jekyll (4.4.1)
8285
addressable (~> 2.4)
8386
base64 (~> 0.2)
@@ -110,7 +113,7 @@ GEM
110113
jekyll (>= 3.7, < 5.0)
111114
jekyll-watch (2.2.1)
112115
listen (~> 3.0)
113-
json (2.13.1)
116+
json (2.16.0)
114117
kramdown (2.5.1)
115118
rexml (>= 3.3.9)
116119
kramdown-parser-gfm (1.1.0)
@@ -122,23 +125,24 @@ GEM
122125
listen (3.9.0)
123126
rb-fsevent (~> 0.10, >= 0.10.3)
124127
rb-inotify (~> 0.9, >= 0.9.10)
128+
logger (1.7.0)
125129
mercenary (0.4.0)
126-
metrics (0.12.2)
130+
metrics (0.15.0)
127131
mini_magick (4.13.2)
128132
mini_portile2 (2.8.9)
129133
minitest (5.24.1)
130-
nokogiri (1.18.9)
134+
nokogiri (1.18.10)
131135
mini_portile2 (~> 2.8.2)
132136
racc (~> 1.4)
133137
pathutil (0.16.2)
134138
forwardable-extended (~> 2.6)
135-
pdf-reader (2.14.1)
139+
pdf-reader (2.15.0)
136140
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
137-
afm (~> 0.2.1)
141+
afm (>= 0.2.1, < 2)
138142
hashery (~> 2.0)
139143
ruby-rc4
140144
ttfunk
141-
public_suffix (6.0.2)
145+
public_suffix (7.0.0)
142146
racc (1.8.1)
143147
rack (3.1.16)
144148
rainbow (3.1.1)
@@ -164,7 +168,7 @@ GEM
164168
rack (>= 2.2.4, < 4)
165169
terminal-table (3.0.2)
166170
unicode-display_width (>= 1.1.1, < 3)
167-
traces (0.15.2)
171+
traces (0.18.2)
168172
ttfunk (1.8.0)
169173
bigdecimal (~> 3.1)
170174
typhoeus (1.4.1)

0 commit comments

Comments
 (0)