Skip to content

Commit f4679c0

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 cfec8f8 commit f4679c0

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

tests/full/Gemfile.lock

Lines changed: 16 additions & 9 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.2)
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.0)
4351
jekyll (4.2.2)
4452
addressable (~> 2.4)
4553
colorator (~> 1.0)
@@ -88,7 +96,6 @@ GEM
8896
mini_portile2 (~> 2.8.0)
8997
racc (~> 1.4)
9098
open3 (0.1.1)
91-
parallel (1.22.1)
9299
pathutil (0.16.2)
93100
forwardable-extended (~> 2.6)
94101
public_suffix (5.0.0)
@@ -109,26 +116,26 @@ GEM
109116
rb-inotify (~> 0.9, >= 0.9.7)
110117
sassc (2.4.0)
111118
ffi (~> 1.9)
112-
swedbank-pay-design-guide-jekyll-theme (1.17.0)
119+
swedbank-pay-design-guide-jekyll-theme (1.16.1)
113120
faraday (>= 1.0.1, < 3)
114-
html-proofer (~> 3, >= 3.19)
115121
jekyll (>= 3.7, < 5.0)
116122
jekyll-contentblocks (~> 1, >= 1.2)
117123
jekyll-material-icon-tag (~> 1, >= 1.1)
118124
jekyll-redirect-from (~> 0.16)
119125
jemoji (~> 0.12)
120126
kramdown-plantuml (~> 1, >= 1.3.2)
121127
nokogiri (~> 1.11)
122-
rake (~> 13.0)
123128
sass (~> 3, >= 3.7)
124129
terminal-table (2.0.0)
125130
unicode-display_width (~> 1.1, >= 1.1.1)
131+
timers (4.3.5)
126132
typhoeus (1.4.0)
127133
ethon (>= 0.9.0)
128134
tzinfo (2.0.5)
129135
concurrent-ruby (~> 1.0)
130136
unicode-display_width (1.8.0)
131137
yell (2.2.2)
138+
zeitwerk (2.6.1)
132139

133140
PLATFORMS
134141
ruby

0 commit comments

Comments
 (0)