Skip to content

Commit 5965a70

Browse files
committed
Update HTML Proofer
1 parent 52cd305 commit 5965a70

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
77
concurrent-ruby (1.1.8)
88
em-websocket (0.5.2)
@@ -15,14 +15,15 @@ GEM
1515
ffi (1.15.5)
1616
ffi (1.15.5-x64-mingw32)
1717
forwardable-extended (2.6.0)
18-
html-proofer (3.19.2)
18+
html-proofer (4.4.3)
1919
addressable (~> 2.3)
2020
mercenary (~> 0.3)
21-
nokogumbo (~> 2.0)
22-
parallel (~> 1.3)
21+
nokogiri (~> 1.13)
22+
parallel (~> 1.10)
2323
rainbow (~> 3.0)
2424
typhoeus (~> 1.3)
2525
yell (~> 2.0)
26+
zeitwerk (~> 2.5)
2627
http_parser.rb (0.6.0)
2728
i18n (0.9.5)
2829
concurrent-ruby (~> 1.0)
@@ -58,19 +59,17 @@ GEM
5859
neat (3.0.0)
5960
sass (~> 3.4)
6061
thor (~> 0.19)
61-
nokogiri (1.13.6)
62+
nokogiri (1.13.9)
6263
mini_portile2 (~> 2.8.0)
6364
racc (~> 1.4)
64-
nokogiri (1.13.6-x64-mingw32)
65+
nokogiri (1.13.9-x64-mingw32)
6566
racc (~> 1.4)
66-
nokogumbo (2.0.5)
67-
nokogiri (~> 1.8, >= 1.8.4)
68-
parallel (1.21.0)
67+
parallel (1.22.1)
6968
pathutil (0.16.2)
7069
forwardable-extended (~> 2.6)
71-
public_suffix (4.0.6)
70+
public_suffix (5.0.0)
7271
racc (1.6.0)
73-
rainbow (3.0.0)
72+
rainbow (3.1.1)
7473
rake (12.3.3)
7574
rb-fsevent (0.11.0)
7675
rb-inotify (0.10.1)
@@ -88,6 +87,7 @@ GEM
8887
ethon (>= 0.9.0)
8988
wdm (0.1.1)
9089
yell (2.2.2)
90+
zeitwerk (2.6.1)
9191

9292
PLATFORMS
9393
ruby

0 commit comments

Comments
 (0)