Skip to content

Commit 5151ba0

Browse files
authored
Merge pull request #1502 from scala/dependabot/bundler/html-proofer-3.11.1
Bump html-proofer from 3.9.1 to 3.11.1
2 parents e03d3a2 + 59127ae commit 5151ba0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.0)
4+
activesupport (5.2.3)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
99
addressable (2.6.0)
1010
public_suffix (>= 2.0.2, < 4.0)
1111
colorator (1.1.0)
12-
colorize (0.8.1)
1312
concurrent-ruby (1.1.5)
1413
em-websocket (0.5.1)
1514
eventmachine (>= 0.12.9)
1615
http_parser.rb (~> 0.6.0)
17-
ethon (0.11.0)
16+
ethon (0.12.0)
1817
ffi (>= 1.3.0)
1918
eventmachine (1.2.7)
2019
ffi (1.11.1)
2120
forwardable-extended (2.6.0)
22-
html-proofer (3.9.1)
21+
html-proofer (3.11.1)
2322
activesupport (>= 4.2, < 6.0)
2423
addressable (~> 2.3)
25-
colorize (~> 0.8)
2624
mercenary (~> 0.3.2)
27-
nokogiri (~> 1.8.1)
25+
nokogiri (~> 1.9)
2826
parallel (~> 1.3)
27+
rainbow (~> 3.0)
2928
typhoeus (~> 1.3)
3029
yell (~> 2.0)
3130
http_parser.rb (0.6.0)
@@ -59,14 +58,15 @@ GEM
5958
rb-inotify (~> 0.9, >= 0.9.7)
6059
ruby_dep (~> 1.2)
6160
mercenary (0.3.6)
62-
mini_portile2 (2.3.0)
61+
mini_portile2 (2.4.0)
6362
minitest (5.11.3)
64-
nokogiri (1.8.5)
65-
mini_portile2 (~> 2.3.0)
66-
parallel (1.12.1)
63+
nokogiri (1.10.4)
64+
mini_portile2 (~> 2.4.0)
65+
parallel (1.17.0)
6766
pathutil (0.16.2)
6867
forwardable-extended (~> 2.6)
69-
public_suffix (3.0.3)
68+
public_suffix (3.1.1)
69+
rainbow (3.0.0)
7070
rb-fsevent (0.10.3)
7171
rb-inotify (0.10.0)
7272
ffi (~> 1.0)
@@ -79,11 +79,11 @@ GEM
7979
rb-fsevent (~> 0.9, >= 0.9.4)
8080
rb-inotify (~> 0.9, >= 0.9.7)
8181
thread_safe (0.3.6)
82-
typhoeus (1.3.0)
82+
typhoeus (1.3.1)
8383
ethon (>= 0.9.0)
8484
tzinfo (1.2.5)
8585
thread_safe (~> 0.1)
86-
yell (2.0.7)
86+
yell (2.2.0)
8787

8888
PLATFORMS
8989
ruby

0 commit comments

Comments
 (0)