Skip to content

Commit 7254fde

Browse files
committed
+ update jekyll
1 parent f833fde commit 7254fde

File tree

1 file changed

+38
-22
lines changed

1 file changed

+38
-22
lines changed

Gemfile.lock

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,58 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
addressable (2.5.1)
5-
public_suffix (~> 2.0, >= 2.0.2)
4+
addressable (2.6.0)
5+
public_suffix (>= 2.0.2, < 4.0)
66
colorator (1.1.0)
7-
ffi (1.9.24)
7+
concurrent-ruby (1.1.4)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.10.0)
813
forwardable-extended (2.6.0)
9-
jekyll (3.6.3)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.5)
1018
addressable (~> 2.4)
1119
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
1222
jekyll-sass-converter (~> 1.0)
13-
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.3)
15-
liquid (~> 3.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
1626
mercenary (~> 0.3.3)
1727
pathutil (~> 0.9)
18-
rouge (~> 1.7)
28+
rouge (>= 1.7, < 4)
1929
safe_yaml (~> 1.0)
2030
jekyll-paginate (1.1.0)
21-
jekyll-sass-converter (1.5.0)
31+
jekyll-sass-converter (1.5.2)
2232
sass (~> 3.4)
23-
jekyll-watch (1.5.0)
24-
listen (~> 3.0, < 3.1)
25-
kramdown (1.13.2)
26-
liquid (3.0.6)
27-
listen (3.0.8)
33+
jekyll-watch (2.1.2)
34+
listen (~> 3.0)
35+
kramdown (1.17.0)
36+
liquid (4.0.1)
37+
listen (3.1.5)
2838
rb-fsevent (~> 0.9, >= 0.9.4)
2939
rb-inotify (~> 0.9, >= 0.9.7)
40+
ruby_dep (~> 1.2)
3041
mercenary (0.3.6)
31-
pathutil (0.14.0)
42+
pathutil (0.16.2)
3243
forwardable-extended (~> 2.6)
33-
public_suffix (2.0.5)
34-
rb-fsevent (0.9.8)
35-
rb-inotify (0.9.8)
36-
ffi (>= 0.5.0)
37-
rouge (1.11.1)
44+
public_suffix (3.0.3)
45+
rb-fsevent (0.10.3)
46+
rb-inotify (0.10.0)
47+
ffi (~> 1.0)
48+
rouge (3.3.0)
49+
ruby_dep (1.5.0)
3850
safe_yaml (1.0.4)
39-
sass (3.4.23)
51+
sass (3.7.3)
52+
sass-listen (~> 4.0.0)
53+
sass-listen (4.0.0)
54+
rb-fsevent (~> 0.9, >= 0.9.4)
55+
rb-inotify (~> 0.9, >= 0.9.7)
4056
support-for (1.0.7)
4157
sass (~> 3.3)
4258

@@ -49,4 +65,4 @@ DEPENDENCIES
4965
support-for
5066

5167
BUNDLED WITH
52-
1.14.6
68+
1.16.5

0 commit comments

Comments
 (0)