Skip to content

Commit 4cc0614

Browse files
authored
fix Gemfile to correctly install jekyll 3.9 (#224)
Merge pull request 224
1 parent d1ccfdf commit 4cc0614

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rvm:
44
- &latest_ruby 2.7
55
- 2.5
66
env:
7-
- JEKYLL_VERSION="~> 3.8"
7+
- JEKYLL_VERSION="~> 3.9"
88
matrix:
99
include:
1010
- # GitHub Pages

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ gemspec
55

66
gem "github-pages" if ENV["GH_PAGES"]
77
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
8+
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"

0 commit comments

Comments
 (0)