Skip to content

Commit 5b4b5cf

Browse files
authored
update dependencies (#241)
1 parent 6f03a16 commit 5b4b5cf

File tree

1 file changed

+38
-58
lines changed

1 file changed

+38
-58
lines changed

Gemfile.lock

Lines changed: 38 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,48 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
blankslate (2.1.2.4)
5-
celluloid (0.16.0)
6-
timers (~> 4.0.0)
7-
classifier-reborn (2.0.3)
8-
fast-stemmer (~> 1.0)
9-
coffee-script (2.3.0)
10-
coffee-script-source
11-
execjs
12-
coffee-script-source (1.9.1)
13-
colorator (0.1)
14-
execjs (2.4.0)
15-
fast-stemmer (1.0.2)
16-
ffi (1.9.8)
17-
hitimes (1.2.2)
18-
jekyll (2.5.3)
19-
classifier-reborn (~> 2.0)
20-
colorator (~> 0.1)
21-
jekyll-coffeescript (~> 1.0)
22-
jekyll-gist (~> 1.0)
23-
jekyll-paginate (~> 1.0)
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
ffi (1.9.18)
8+
forwardable-extended (2.6.0)
9+
jekyll (3.6.2)
10+
addressable (~> 2.4)
11+
colorator (~> 1.0)
2412
jekyll-sass-converter (~> 1.0)
2513
jekyll-watch (~> 1.1)
26-
kramdown (~> 1.3)
27-
liquid (~> 2.6.1)
14+
kramdown (~> 1.14)
15+
liquid (~> 4.0)
2816
mercenary (~> 0.3.3)
29-
pygments.rb (~> 0.6.0)
30-
redcarpet (~> 3.1)
17+
pathutil (~> 0.9)
18+
rouge (>= 1.7, < 3)
3119
safe_yaml (~> 1.0)
32-
toml (~> 0.1.0)
33-
jekyll-coffeescript (1.0.1)
34-
coffee-script (~> 2.2)
35-
jekyll-gist (1.1.0)
36-
jekyll-paginate (1.1.0)
37-
jekyll-sass-converter (1.3.0)
38-
sass (~> 3.2)
39-
jekyll-watch (1.2.1)
40-
listen (~> 2.7)
41-
kramdown (1.6.0)
42-
liquid (2.6.2)
43-
listen (2.9.0)
44-
celluloid (>= 0.15.2)
45-
rb-fsevent (>= 0.9.3)
46-
rb-inotify (>= 0.9)
47-
mercenary (0.3.5)
48-
parslet (1.5.0)
49-
blankslate (~> 2.0)
50-
posix-spawn (0.3.10)
51-
pygments.rb (0.6.2)
52-
posix-spawn (~> 0.3.6)
53-
yajl-ruby (~> 1.2.0)
54-
rb-fsevent (0.9.4)
55-
rb-inotify (0.9.5)
56-
ffi (>= 0.5.0)
57-
redcarpet (3.1.2)
58-
rouge (1.8.0)
20+
jekyll-sass-converter (1.5.1)
21+
sass (~> 3.4)
22+
jekyll-watch (1.5.1)
23+
listen (~> 3.0)
24+
kramdown (1.16.2)
25+
liquid (4.0.0)
26+
listen (3.1.5)
27+
rb-fsevent (~> 0.9, >= 0.9.4)
28+
rb-inotify (~> 0.9, >= 0.9.7)
29+
ruby_dep (~> 1.2)
30+
mercenary (0.3.6)
31+
pathutil (0.16.1)
32+
forwardable-extended (~> 2.6)
33+
public_suffix (3.0.1)
34+
rb-fsevent (0.10.2)
35+
rb-inotify (0.9.10)
36+
ffi (>= 0.5.0, < 2)
37+
redcarpet (3.4.0)
38+
rouge (2.2.1)
39+
ruby_dep (1.5.0)
5940
safe_yaml (1.0.4)
60-
sass (3.4.13)
61-
timers (4.0.1)
62-
hitimes
63-
toml (0.1.2)
64-
parslet (~> 1.5.0)
65-
yajl-ruby (1.2.1)
41+
sass (3.5.4)
42+
sass-listen (~> 4.0.0)
43+
sass-listen (4.0.0)
44+
rb-fsevent (~> 0.9, >= 0.9.4)
45+
rb-inotify (~> 0.9, >= 0.9.7)
6646

6747
PLATFORMS
6848
ruby
@@ -73,4 +53,4 @@ DEPENDENCIES
7353
rouge
7454

7555
BUNDLED WITH
76-
1.14.6
56+
1.15.4

0 commit comments

Comments
 (0)