Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08fcec5

Browse files
committed
Update jekyll to 1.3
1 parent cd6d43e commit 08fcec5

File tree

2 files changed

+27
-20
lines changed

2 files changed

+27
-20
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'rake'
44

55
# jekyll, which builds it all
6-
gem 'jekyll', '~>1.0'
6+
gem 'jekyll', '~>1.3.0'
77

88
# JSON
99
gem 'json'

docs/Gemfile.lock

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,55 @@ GEM
44
classifier (1.3.3)
55
fast-stemmer (>= 1.0.0)
66
colorator (0.1)
7-
commander (4.1.3)
7+
commander (4.1.5)
88
highline (~> 1.6.11)
9-
directory_watcher (1.4.1)
109
fast-stemmer (1.0.2)
11-
highline (1.6.19)
12-
jekyll (1.0.2)
10+
ffi (1.9.3)
11+
highline (1.6.20)
12+
jekyll (1.3.0)
1313
classifier (~> 1.3)
1414
colorator (~> 0.1)
1515
commander (~> 4.1.3)
16-
directory_watcher (~> 1.4.1)
17-
kramdown (~> 1.0.2)
18-
liquid (~> 2.3)
19-
maruku (~> 0.5)
16+
liquid (~> 2.5.2)
17+
listen (~> 1.3)
18+
maruku (~> 0.6.0)
2019
pygments.rb (~> 0.5.0)
21-
safe_yaml (~> 0.7.0)
22-
json (1.8.0)
23-
kramdown (1.0.2)
24-
liquid (2.5.0)
20+
redcarpet (~> 2.3.0)
21+
safe_yaml (~> 0.9.7)
22+
json (1.8.1)
23+
liquid (2.5.4)
24+
listen (1.3.1)
25+
rb-fsevent (>= 0.9.3)
26+
rb-inotify (>= 0.9)
27+
rb-kqueue (>= 0.2)
2528
maruku (0.6.1)
2629
syntax (>= 1.0.0)
27-
mini_portile (0.5.1)
30+
mini_portile (0.5.2)
2831
nokogiri (1.6.0)
2932
mini_portile (~> 0.5.0)
3033
posix-spawn (0.3.6)
31-
pygments.rb (0.5.0)
34+
pygments.rb (0.5.4)
3235
posix-spawn (~> 0.3.6)
3336
yajl-ruby (~> 1.1.0)
34-
rake (10.0.4)
37+
rake (10.1.0)
3538
rb-fsevent (0.9.3)
36-
redcarpet (2.2.2)
37-
safe_yaml (0.7.1)
39+
rb-inotify (0.9.2)
40+
ffi (>= 0.5.0)
41+
rb-kqueue (0.2.0)
42+
ffi (>= 0.5.0)
43+
redcarpet (2.3.0)
44+
safe_yaml (0.9.7)
3845
sanitize (2.0.6)
3946
nokogiri (>= 1.4.4)
40-
sass (3.2.9)
47+
sass (3.2.12)
4148
syntax (1.0.0)
4249
yajl-ruby (1.1.0)
4350

4451
PLATFORMS
4552
ruby
4653

4754
DEPENDENCIES
48-
jekyll (~> 1.0)
55+
jekyll (~> 1.3.0)
4956
json
5057
rake
5158
rb-fsevent

0 commit comments

Comments
 (0)