Skip to content

Commit ba56bb6

Browse files
committed
bundle update
1 parent 56d6f3e commit ba56bb6

1 file changed

Lines changed: 39 additions & 23 deletions

File tree

Gemfile.lock

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,57 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.0)
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.17)
7+
concurrent-ruby (1.1.5)
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.4.0)
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)
20-
jekyll-sass-converter (1.5.0)
30+
jekyll-sass-converter (1.5.2)
2131
sass (~> 3.4)
22-
jekyll-watch (1.5.0)
23-
listen (~> 3.0, < 3.1)
24-
kramdown (1.13.2)
25-
liquid (3.0.6)
26-
listen (3.0.8)
32+
jekyll-watch (2.2.1)
33+
listen (~> 3.0)
34+
kramdown (1.17.0)
35+
liquid (4.0.3)
36+
listen (3.1.5)
2737
rb-fsevent (~> 0.9, >= 0.9.4)
2838
rb-inotify (~> 0.9, >= 0.9.7)
39+
ruby_dep (~> 1.2)
2940
mercenary (0.3.6)
30-
pathutil (0.14.0)
41+
pathutil (0.16.2)
3142
forwardable-extended (~> 2.6)
32-
public_suffix (2.0.5)
33-
rb-fsevent (0.9.8)
34-
rb-inotify (0.9.8)
35-
ffi (>= 0.5.0)
36-
rouge (1.11.1)
37-
safe_yaml (1.0.4)
38-
sass (3.4.23)
43+
public_suffix (3.0.3)
44+
rb-fsevent (0.10.3)
45+
rb-inotify (0.10.0)
46+
ffi (~> 1.0)
47+
rouge (3.3.0)
48+
ruby_dep (1.5.0)
49+
safe_yaml (1.0.5)
50+
sass (3.7.4)
51+
sass-listen (~> 4.0.0)
52+
sass-listen (4.0.0)
53+
rb-fsevent (~> 0.9, >= 0.9.4)
54+
rb-inotify (~> 0.9, >= 0.9.7)
3955

4056
PLATFORMS
4157
ruby
@@ -45,4 +61,4 @@ DEPENDENCIES
4561
kramdown
4662

4763
BUNDLED WITH
48-
1.11.2
64+
1.17.1

0 commit comments

Comments
 (0)