Skip to content

Commit 2e48506

Browse files
committed
bump jekyll, bundle exec jekyll in .travis.yml
1 parent c9aefbe commit 2e48506

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
language: ruby
2-
script: "jekyll build"
2+
script: "bundle exec jekyll build"

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ source "https://rubygems.org"
33
# for latest versions, see:
44
# https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
55

6-
gem "jekyll", '=1.0.2'
7-
gem 'liquid', '=2.5.0'
6+
gem "jekyll", '=1.1.2'
7+
gem 'liquid', '=2.5.1'
88
gem 'redcarpet', '=2.2.2'
99
gem 'maruku', '=0.6.1'
1010
gem 'rdiscount', '=1.6.8'

Gemfile.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,28 @@ GEM
55
classifier (1.3.3)
66
fast-stemmer (>= 1.0.0)
77
colorator (0.1)
8-
commander (4.1.3)
8+
commander (4.1.4)
99
highline (~> 1.6.11)
1010
directory_watcher (1.4.1)
1111
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)
1414
classifier (~> 1.3)
1515
colorator (~> 0.1)
1616
commander (~> 4.1.3)
1717
directory_watcher (~> 1.4.1)
1818
kramdown (~> 1.0.2)
19-
liquid (~> 2.3)
19+
liquid (~> 2.5.1)
2020
maruku (~> 0.5)
2121
pygments.rb (~> 0.5.0)
22+
redcarpet (~> 2.2.2)
2223
safe_yaml (~> 0.7.0)
2324
kramdown (1.0.2)
24-
liquid (2.5.0)
25+
liquid (2.5.1)
2526
maruku (0.6.1)
2627
syntax (>= 1.0.0)
2728
posix-spawn (0.3.6)
28-
pygments.rb (0.5.0)
29+
pygments.rb (0.5.2)
2930
posix-spawn (~> 0.3.6)
3031
yajl-ruby (~> 1.1.0)
3132
rdiscount (1.6.8)
@@ -39,8 +40,8 @@ PLATFORMS
3940

4041
DEPENDENCIES
4142
RedCloth (= 4.2.9)
42-
jekyll (= 1.0.2)
43-
liquid (= 2.5.0)
43+
jekyll (= 1.1.2)
44+
liquid (= 2.5.1)
4445
maruku (= 0.6.1)
4546
rdiscount (= 1.6.8)
4647
redcarpet (= 2.2.2)

0 commit comments

Comments
 (0)