Skip to content

Commit c028ebc

Browse files
committed
Upgrade html-proofer and dependencies to latest
Upgraded via: rbenv exec bundle update html-proofer
1 parent 5cdf3a7 commit c028ebc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (4.2.10)
4+
activesupport (4.2.11)
55
i18n (~> 0.7)
66
minitest (~> 5.1)
77
thread_safe (~> 0.3, >= 0.3.4)
@@ -10,12 +10,12 @@ GEM
1010
public_suffix (>= 2.0.2, < 4.0)
1111
colorator (1.1.0)
1212
colorize (0.8.1)
13-
concurrent-ruby (1.0.5)
13+
concurrent-ruby (1.1.4)
1414
ethon (0.11.0)
1515
ffi (>= 1.3.0)
16-
ffi (1.9.21)
16+
ffi (1.9.25)
1717
forwardable-extended (2.6.0)
18-
html-proofer (3.8.0)
18+
html-proofer (3.9.3)
1919
activesupport (>= 4.2, < 6.0)
2020
addressable (~> 2.3)
2121
colorize (~> 0.8)
@@ -54,12 +54,12 @@ GEM
5454
mercenary (0.3.6)
5555
mini_portile2 (2.3.0)
5656
minitest (5.11.3)
57-
nokogiri (1.8.2)
57+
nokogiri (1.8.5)
5858
mini_portile2 (~> 2.3.0)
5959
parallel (1.12.1)
6060
pathutil (0.16.1)
6161
forwardable-extended (~> 2.6)
62-
public_suffix (3.0.2)
62+
public_suffix (3.0.3)
6363
rake (12.3.0)
6464
rb-fsevent (0.10.2)
6565
rb-inotify (0.9.10)
@@ -73,7 +73,7 @@ GEM
7373
rb-fsevent (~> 0.9, >= 0.9.4)
7474
rb-inotify (~> 0.9, >= 0.9.7)
7575
thread_safe (0.3.6)
76-
typhoeus (1.3.0)
76+
typhoeus (1.3.1)
7777
ethon (>= 0.9.0)
7878
tzinfo (1.2.5)
7979
thread_safe (~> 0.1)
@@ -92,4 +92,4 @@ DEPENDENCIES
9292
rake
9393

9494
BUNDLED WITH
95-
1.16.0
95+
1.16.2

0 commit comments

Comments
 (0)