We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ccfdf commit 4cc0614Copy full SHA for 4cc0614
.travis.yml
@@ -4,7 +4,7 @@ rvm:
4
- &latest_ruby 2.7
5
- 2.5
6
env:
7
- - JEKYLL_VERSION="~> 3.8"
+ - JEKYLL_VERSION="~> 3.9"
8
matrix:
9
include:
10
- # GitHub Pages
Gemfile
@@ -5,3 +5,4 @@ gemspec
gem "github-pages" if ENV["GH_PAGES"]
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
+gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
0 commit comments