Skip to content

Commit 2a1436c

Browse files
committed
Update gem bundle for Jekyll 3
1 parent eb955fd commit 2a1436c

File tree

1 file changed

+8
-47
lines changed

1 file changed

+8
-47
lines changed

Gemfile.lock

+8-47
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.4.0)
5-
blankslate (2.1.2.4)
6-
classifier-reborn (2.0.4)
7-
fast-stemmer (~> 1.0)
8-
coffee-script (2.4.1)
9-
coffee-script-source
10-
execjs
11-
coffee-script-source (1.10.0)
124
colorator (0.1)
13-
execjs (2.6.0)
14-
faraday (0.9.2)
15-
multipart-post (>= 1.2, < 3)
16-
fast-stemmer (1.0.2)
175
ffi (1.9.10)
18-
jekyll (2.5.3)
19-
classifier-reborn (~> 2.0)
6+
jekyll (3.1.5)
207
colorator (~> 0.1)
21-
jekyll-coffeescript (~> 1.0)
22-
jekyll-gist (~> 1.0)
23-
jekyll-paginate (~> 1.0)
248
jekyll-sass-converter (~> 1.0)
259
jekyll-watch (~> 1.1)
2610
kramdown (~> 1.3)
27-
liquid (~> 2.6.1)
11+
liquid (~> 3.0)
2812
mercenary (~> 0.3.3)
29-
pygments.rb (~> 0.6.0)
30-
redcarpet (~> 3.1)
13+
rouge (~> 1.7)
3114
safe_yaml (~> 1.0)
32-
toml (~> 0.1.0)
33-
jekyll-coffeescript (1.0.1)
34-
coffee-script (~> 2.2)
35-
jekyll-gist (1.4.0)
36-
octokit (~> 4.2)
37-
jekyll-paginate (1.1.0)
3815
jekyll-sass-converter (1.4.0)
3916
sass (~> 3.4)
4017
jekyll-watch (1.4.0)
@@ -44,25 +21,16 @@ GEM
4421
lanyon (0.3.3)
4522
jekyll (>= 2.0, < 4.0)
4623
rack (~> 1.6)
47-
liquid (2.6.3)
48-
listen (3.0.7)
49-
rb-fsevent (>= 0.9.3)
50-
rb-inotify (>= 0.9.7)
24+
liquid (3.0.6)
25+
listen (3.0.8)
26+
rb-fsevent (~> 0.9, >= 0.9.4)
27+
rb-inotify (~> 0.9, >= 0.9.7)
5128
mercenary (0.3.6)
5229
mini_portile2 (2.0.0)
53-
multipart-post (2.0.0)
5430
multipart_body (0.2.1)
5531
nokogiri (1.6.7.2)
5632
mini_portile2 (~> 2.0.0.rc2)
57-
octokit (4.3.0)
58-
sawyer (~> 0.7.0, >= 0.5.3)
5933
paint (0.9.0)
60-
parslet (1.5.0)
61-
blankslate (~> 2.0)
62-
posix-spawn (0.3.11)
63-
pygments.rb (0.6.3)
64-
posix-spawn (~> 0.3.6)
65-
yajl-ruby (~> 1.2.0)
6634
rack (1.6.4)
6735
rack-protection (1.5.3)
6836
rack
@@ -74,31 +42,24 @@ GEM
7442
rb-fsevent (0.9.7)
7543
rb-inotify (0.9.7)
7644
ffi (>= 0.5.0)
77-
redcarpet (3.3.4)
7845
rouge (1.10.1)
7946
safe_yaml (1.0.4)
8047
sass (3.4.22)
81-
sawyer (0.7.0)
82-
addressable (>= 2.3.5, < 2.5)
83-
faraday (~> 0.8, < 0.10)
8448
spidr (0.5.0)
8549
nokogiri (~> 1.3)
86-
toml (0.1.2)
87-
parslet (~> 1.5.0)
8850
unicorn (5.1.0)
8951
kgio (~> 2.6)
9052
raindrops (~> 0.7)
9153
validate-website (0.9.5)
9254
multipart_body (~> 0.2)
9355
paint (~> 0.8)
9456
spidr (~> 0.4)
95-
yajl-ruby (1.2.1)
9657

9758
PLATFORMS
9859
ruby
9960

10061
DEPENDENCIES
101-
jekyll (~> 2.0)
62+
jekyll (~> 3.0)
10263
lanyon (~> 0.3.1)
10364
rack-protection
10465
rack-rewrite

0 commit comments

Comments
 (0)