File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
- script : " jekyll build"
2
+ script : " bundle exec jekyll build"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ source "https://rubygems.org"
3
3
# for latest versions, see:
4
4
# https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
5
5
6
- gem "jekyll" , '=1.0 .2'
7
- gem 'liquid' , '=2.5.0 '
6
+ gem "jekyll" , '=1.1 .2'
7
+ gem 'liquid' , '=2.5.1 '
8
8
gem 'redcarpet' , '=2.2.2'
9
9
gem 'maruku' , '=0.6.1'
10
10
gem 'rdiscount' , '=1.6.8'
Original file line number Diff line number Diff line change 5
5
classifier (1.3.3 )
6
6
fast-stemmer (>= 1.0.0 )
7
7
colorator (0.1 )
8
- commander (4.1.3 )
8
+ commander (4.1.4 )
9
9
highline (~> 1.6.11 )
10
10
directory_watcher (1.4.1 )
11
11
fast-stemmer (1.0.2 )
12
- highline (1.6.18 )
13
- jekyll (1.0 .2 )
12
+ highline (1.6.19 )
13
+ jekyll (1.1 .2 )
14
14
classifier (~> 1.3 )
15
15
colorator (~> 0.1 )
16
16
commander (~> 4.1.3 )
17
17
directory_watcher (~> 1.4.1 )
18
18
kramdown (~> 1.0.2 )
19
- liquid (~> 2.3 )
19
+ liquid (~> 2.5.1 )
20
20
maruku (~> 0.5 )
21
21
pygments.rb (~> 0.5.0 )
22
+ redcarpet (~> 2.2.2 )
22
23
safe_yaml (~> 0.7.0 )
23
24
kramdown (1.0.2 )
24
- liquid (2.5.0 )
25
+ liquid (2.5.1 )
25
26
maruku (0.6.1 )
26
27
syntax (>= 1.0.0 )
27
28
posix-spawn (0.3.6 )
28
- pygments.rb (0.5.0 )
29
+ pygments.rb (0.5.2 )
29
30
posix-spawn (~> 0.3.6 )
30
31
yajl-ruby (~> 1.1.0 )
31
32
rdiscount (1.6.8 )
@@ -39,8 +40,8 @@ PLATFORMS
39
40
40
41
DEPENDENCIES
41
42
RedCloth (= 4.2.9 )
42
- jekyll (= 1.0 .2 )
43
- liquid (= 2.5.0 )
43
+ jekyll (= 1.1 .2 )
44
+ liquid (= 2.5.1 )
44
45
maruku (= 0.6.1 )
45
46
rdiscount (= 1.6.8 )
46
47
redcarpet (= 2.2.2 )
You can’t perform that action at this time.
0 commit comments