Merge branch 'master' into patch-1
This commit is contained in:
commit
a91f1157d0
|
@ -14,5 +14,5 @@ env:
|
|||
global:
|
||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||
matrix:
|
||||
- JEKYLL_VERSION="~> 3.8"
|
||||
- JEKYLL_VERSION="~> 3.9"
|
||||
- JEKYLL_VERSION="~> 4.0"
|
||||
|
|
1
Gemfile
1
Gemfile
|
@ -5,3 +5,4 @@ source "https://rubygems.org"
|
|||
gemspec
|
||||
|
||||
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
|
||||
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
### Bug Fixes
|
||||
|
||||
* Reduce allocations of instance-agnostic objects (#376)
|
||||
* Fix Travis builds for Jekyll 3.x (#415)
|
||||
|
||||
## 2.6.1 / 2019-05-17
|
||||
|
||||
|
|
Loading…
Reference in New Issue