Skip to content

Commit 3dce493

Browse files
authored
Update gems. Closes #93. (#94)
1 parent bd5f5b1 commit 3dce493

File tree

1 file changed

+55
-34
lines changed

1 file changed

+55
-34
lines changed

Gemfile.lock

Lines changed: 55 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
coderay (1.1.1)
5-
colorator (0.1)
6-
daemons (1.2.3)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
coderay (1.1.2)
7+
colorator (1.1.0)
8+
concurrent-ruby (1.0.5)
9+
daemons (1.2.6)
710
deckrb (0.5.2)
811
coderay
912
erector (>= 0.9.0)
@@ -14,52 +17,70 @@ GEM
1417
redcarpet (~> 2)
1518
thin
1619
trollop
20+
em-websocket (0.5.1)
21+
eventmachine (>= 0.12.9)
22+
http_parser.rb (~> 0.6.0)
1723
erector (0.10.0)
1824
treetop (>= 1.2.3)
19-
eventmachine (1.2.0.1)
20-
ffi (1.9.10)
21-
jekyll (3.1.6)
22-
colorator (~> 0.1)
25+
eventmachine (1.2.5)
26+
ffi (1.9.23)
27+
forwardable-extended (2.6.0)
28+
http_parser.rb (0.6.0)
29+
i18n (0.9.5)
30+
concurrent-ruby (~> 1.0)
31+
jekyll (3.7.3)
32+
addressable (~> 2.4)
33+
colorator (~> 1.0)
34+
em-websocket (~> 0.5)
35+
i18n (~> 0.7)
2336
jekyll-sass-converter (~> 1.0)
24-
jekyll-watch (~> 1.1)
25-
kramdown (~> 1.3)
26-
liquid (~> 3.0)
37+
jekyll-watch (~> 2.0)
38+
kramdown (~> 1.14)
39+
liquid (~> 4.0)
2740
mercenary (~> 0.3.3)
28-
rouge (~> 1.7)
41+
pathutil (~> 0.9)
42+
rouge (>= 1.7, < 4)
2943
safe_yaml (~> 1.0)
30-
jekyll-sass-converter (1.4.0)
44+
jekyll-sass-converter (1.5.2)
3145
sass (~> 3.4)
32-
jekyll-watch (1.4.0)
33-
listen (~> 3.0, < 3.1)
34-
json (1.8.3)
35-
kramdown (1.11.1)
36-
liquid (3.0.6)
37-
listen (3.0.8)
46+
jekyll-watch (2.0.0)
47+
listen (~> 3.0)
48+
json (2.1.0)
49+
kramdown (1.16.2)
50+
liquid (4.0.0)
51+
listen (3.1.5)
3852
rb-fsevent (~> 0.9, >= 0.9.4)
3953
rb-inotify (~> 0.9, >= 0.9.7)
54+
ruby_dep (~> 1.2)
4055
mercenary (0.3.6)
41-
mini_portile2 (2.1.0)
42-
nokogiri (1.6.8)
43-
mini_portile2 (~> 2.1.0)
44-
pkg-config (~> 1.1.7)
45-
pkg-config (1.1.7)
56+
mini_portile2 (2.3.0)
57+
nokogiri (1.8.2)
58+
mini_portile2 (~> 2.3.0)
59+
pathutil (0.16.1)
60+
forwardable-extended (~> 2.6)
4661
polyglot (0.3.5)
47-
rack (1.6.4)
48-
rack-codehighlighter (0.5.1)
62+
public_suffix (3.0.2)
63+
rack (2.0.4)
64+
rack-codehighlighter (0.6.0)
4965
nokogiri (>= 1.4.1)
50-
rack (>= 1.0.0)
51-
rb-fsevent (0.9.7)
52-
rb-inotify (0.9.7)
53-
ffi (>= 0.5.0)
66+
rack (>= 2.0.0)
67+
rb-fsevent (0.10.2)
68+
rb-inotify (0.9.10)
69+
ffi (>= 0.5.0, < 2)
5470
redcarpet (2.3.0)
55-
rouge (1.11.0)
71+
rouge (3.1.1)
72+
ruby_dep (1.5.0)
5673
safe_yaml (1.0.4)
57-
sass (3.4.22)
58-
thin (1.7.0)
74+
sass (3.5.5)
75+
sass-listen (~> 4.0.0)
76+
sass-listen (4.0.0)
77+
rb-fsevent (~> 0.9, >= 0.9.4)
78+
rb-inotify (~> 0.9, >= 0.9.7)
79+
thin (1.7.2)
5980
daemons (~> 1.0, >= 1.0.9)
6081
eventmachine (~> 1.0, >= 1.0.4)
6182
rack (>= 1, < 3)
62-
treetop (1.6.5)
83+
treetop (1.6.9)
6384
polyglot (~> 0.3)
6485
trollop (2.1.2)
6586

@@ -74,4 +95,4 @@ RUBY VERSION
7495
ruby 2.3.3p222
7596

7697
BUNDLED WITH
77-
1.15.3
98+
1.16.1

0 commit comments

Comments
 (0)