Skip to content

Commit b49528a

Browse files
hardingjnewbery
authored andcommitted
Dependencies: update testing dependencies
Command used: bundle update -g testing
1 parent e6f730d commit b49528a

File tree

1 file changed

+23
-31
lines changed

1 file changed

+23
-31
lines changed

Gemfile.lock

Lines changed: 23 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,24 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.0)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
addressable (2.5.2)
10-
public_suffix (>= 2.0.2, < 4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
116
colorator (1.1.0)
12-
colorize (0.8.1)
13-
concurrent-ruby (1.0.5)
7+
concurrent-ruby (1.1.5)
148
em-websocket (0.5.1)
159
eventmachine (>= 0.12.9)
1610
http_parser.rb (~> 0.6.0)
17-
ethon (0.11.0)
11+
ethon (0.12.0)
1812
ffi (>= 1.3.0)
1913
eventmachine (1.2.7)
20-
ffi (1.9.25)
14+
ffi (1.11.3)
2115
forwardable-extended (2.6.0)
22-
html-proofer (3.9.1)
23-
activesupport (>= 4.2, < 6.0)
16+
html-proofer (3.15.0)
2417
addressable (~> 2.3)
25-
colorize (~> 0.8)
26-
mercenary (~> 0.3.2)
27-
nokogiri (~> 1.8.1)
18+
mercenary (~> 0.3)
19+
nokogumbo (~> 2.0)
2820
parallel (~> 1.3)
21+
rainbow (~> 3.0)
2922
typhoeus (~> 1.3)
3023
yell (~> 2.0)
3124
http_parser.rb (0.6.0)
@@ -59,27 +52,29 @@ GEM
5952
listen (3.1.1)
6053
rb-fsevent (>= 0.9.3)
6154
rb-inotify (>= 0.9.7)
62-
mdl (0.5.0)
55+
mdl (0.6.0)
6356
kramdown (~> 1.12, >= 1.12.0)
64-
mixlib-cli (~> 1.7, >= 1.7.0)
57+
mixlib-cli (~> 2.1, >= 2.1.1)
6558
mixlib-config (~> 2.2, >= 2.2.1)
6659
mercenary (0.3.6)
67-
mini_portile2 (2.3.0)
60+
mini_portile2 (2.4.0)
6861
minima (2.5.0)
6962
jekyll (~> 3.5)
7063
jekyll-feed (~> 0.9)
7164
jekyll-seo-tag (~> 2.1)
72-
minitest (5.11.3)
73-
mixlib-cli (1.7.0)
65+
mixlib-cli (2.1.1)
7466
mixlib-config (2.2.18)
7567
tomlrb
76-
nokogiri (1.8.3)
77-
mini_portile2 (~> 2.3.0)
78-
parallel (1.12.1)
68+
nokogiri (1.10.7)
69+
mini_portile2 (~> 2.4.0)
70+
nokogumbo (2.0.2)
71+
nokogiri (~> 1.8, >= 1.8.4)
72+
parallel (1.19.1)
7973
parslet (1.8.2)
8074
pathutil (0.16.1)
8175
forwardable-extended (~> 2.6)
82-
public_suffix (3.0.2)
76+
public_suffix (4.0.1)
77+
rainbow (3.0.0)
8378
rb-fsevent (0.10.3)
8479
rb-inotify (0.9.10)
8580
ffi (>= 0.5.0, < 2)
@@ -90,15 +85,12 @@ GEM
9085
sass-listen (4.0.0)
9186
rb-fsevent (~> 0.9, >= 0.9.4)
9287
rb-inotify (~> 0.9, >= 0.9.7)
93-
thread_safe (0.3.6)
9488
toml (0.2.0)
9589
parslet (~> 1.8.0)
96-
tomlrb (1.2.8)
97-
typhoeus (1.3.0)
90+
tomlrb (1.2.9)
91+
typhoeus (1.3.1)
9892
ethon (>= 0.9.0)
99-
tzinfo (1.2.5)
100-
thread_safe (~> 0.1)
101-
yell (2.0.7)
93+
yell (2.2.0)
10294

10395
PLATFORMS
10496
ruby

0 commit comments

Comments
 (0)