Skip to content

Commit 78aa740

Browse files
committed
Bump to Jekyll 3
1 parent 593b383 commit 78aa740

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3+
gem "jekyll", "~> 3.0.2"
34
gem "jekyll-watch"
45
gem "jekyll-sitemap"
5-
gem "rdiscount"

Gemfile.lock

+27-13
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,42 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
celluloid (0.17.1.2)
5-
timers (~> 4.0.0)
4+
colorator (0.1)
65
ffi (1.9.10)
7-
hitimes (1.2.2)
8-
jekyll-sitemap (0.8.1)
9-
jekyll-watch (1.2.1)
10-
listen (~> 2.7)
11-
listen (2.10.1)
12-
celluloid (~> 0.16.0)
6+
jekyll (3.0.2)
7+
colorator (~> 0.1)
8+
jekyll-sass-converter (~> 1.0)
9+
jekyll-watch (~> 1.1)
10+
kramdown (~> 1.3)
11+
liquid (~> 3.0)
12+
mercenary (~> 0.3.3)
13+
rouge (~> 1.7)
14+
safe_yaml (~> 1.0)
15+
jekyll-sass-converter (1.4.0)
16+
sass (~> 3.4)
17+
jekyll-sitemap (0.10.0)
18+
jekyll-watch (1.3.1)
19+
listen (~> 3.0)
20+
kramdown (1.9.0)
21+
liquid (3.0.6)
22+
listen (3.0.5)
1323
rb-fsevent (>= 0.9.3)
1424
rb-inotify (>= 0.9)
15-
rb-fsevent (0.9.5)
25+
mercenary (0.3.5)
26+
rb-fsevent (0.9.7)
1627
rb-inotify (0.9.5)
1728
ffi (>= 0.5.0)
18-
rdiscount (2.1.8)
19-
timers (4.0.1)
20-
hitimes
29+
rouge (1.10.1)
30+
safe_yaml (1.0.4)
31+
sass (3.4.21)
2132

2233
PLATFORMS
2334
ruby
2435

2536
DEPENDENCIES
37+
jekyll (~> 3.0.2)
2638
jekyll-sitemap
2739
jekyll-watch
28-
rdiscount
40+
41+
BUNDLED WITH
42+
1.11.2

0 commit comments

Comments
 (0)