Skip to content

Commit 4a55dec

Browse files
Bump html-proofer from 3.19.4 to 5.0.0 in /tests/full
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.19.4 to 5.0.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@v3.19.4...v5.0.0) --- 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 00b2788 commit 4a55dec

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

tests/full/Gemfile.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ GEM
88
tzinfo (~> 2.0)
99
addressable (2.8.1)
1010
public_suffix (>= 2.0.2, < 6.0)
11+
async (2.2.1)
12+
console (~> 1.10)
13+
io-event (~> 1.1.0)
14+
timers (~> 4.1)
1115
colorator (1.1.0)
1216
concurrent-ruby (1.1.10)
17+
console (1.16.2)
18+
fiber-local
1319
em-websocket (0.5.3)
1420
eventmachine (>= 0.12.9)
1521
http_parser.rb (~> 0)
@@ -21,25 +27,27 @@ GEM
2127
ruby2_keywords (>= 0.0.4)
2228
faraday-net_http (3.0.1)
2329
ffi (1.15.5)
30+
fiber-local (1.0.0)
2431
forwardable-extended (2.6.0)
2532
gemoji (3.0.1)
2633
html-pipeline (2.14.3)
2734
activesupport (>= 2)
2835
nokogiri (>= 1.4)
29-
html-proofer (3.19.4)
36+
html-proofer (5.0.0)
3037
addressable (~> 2.3)
31-
mercenary (~> 0.3)
38+
async (~> 2.1)
3239
nokogiri (~> 1.13)
33-
parallel (~> 1.10)
3440
rainbow (~> 3.0)
3541
typhoeus (~> 1.3)
3642
yell (~> 2.0)
37-
html-proofer-unrendered-markdown (0.1.3)
38-
html-proofer (~> 3.0, >= 3.15.1)
43+
zeitwerk (~> 2.5)
44+
html-proofer-unrendered-markdown (0.2.0)
45+
html-proofer (>= 4.0.0)
3946
htmlentities (4.3.4)
4047
http_parser.rb (0.8.0)
4148
i18n (1.12.0)
4249
concurrent-ruby (~> 1.0)
50+
io-event (1.1.2)
4351
jekyll (4.3.1)
4452
addressable (~> 2.4)
4553
colorator (~> 1.0)
@@ -89,7 +97,6 @@ GEM
8997
mini_portile2 (~> 2.8.0)
9098
racc (~> 1.4)
9199
open3 (0.1.1)
92-
parallel (1.22.1)
93100
pathutil (0.16.2)
94101
forwardable-extended (~> 2.6)
95102
public_suffix (5.0.0)
@@ -110,27 +117,27 @@ GEM
110117
rb-inotify (~> 0.9, >= 0.9.7)
111118
sassc (2.4.0)
112119
ffi (~> 1.9)
113-
swedbank-pay-design-guide-jekyll-theme (1.17.0)
120+
swedbank-pay-design-guide-jekyll-theme (1.16.2)
114121
faraday (>= 1.0.1, < 3)
115-
html-proofer (~> 3, >= 3.19)
116122
jekyll (>= 3.7, < 5.0)
117123
jekyll-contentblocks (~> 1, >= 1.2)
118124
jekyll-material-icon-tag (~> 1, >= 1.1)
119125
jekyll-redirect-from (~> 0.16)
120126
jemoji (~> 0.12)
121127
kramdown-plantuml (~> 1, >= 1.3.2)
122-
nokogiri (~> 1.11)
123-
rake (~> 13.0)
128+
nokogiri (~> 1, >= 1.11)
124129
sass (~> 3, >= 3.7)
125130
terminal-table (3.0.2)
126131
unicode-display_width (>= 1.1.1, < 3)
132+
timers (4.3.5)
127133
typhoeus (1.4.0)
128134
ethon (>= 0.9.0)
129135
tzinfo (2.0.5)
130136
concurrent-ruby (~> 1.0)
131137
unicode-display_width (2.3.0)
132138
webrick (1.7.0)
133139
yell (2.2.2)
140+
zeitwerk (2.6.1)
134141

135142
PLATFORMS
136143
ruby

0 commit comments

Comments
 (0)