File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ script : script/cibuild
33sudo : false
44
55rvm :
6- - 2.2
7- - 2.1
8- - 2.0
6+ - 2.3.1
7+ - 2.2.5
8+ - 2.1.9
99env :
1010 - " "
11- - JEKYLL_VERSION=3.0.0
11+ - JEKYLL_VERSION=3.0
1212 - JEKYLL_VERSION=2.0
1313matrix :
1414 include :
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ if ENV["GH_PAGES"]
66elsif ENV [ "JEKYLL_VERSION" ]
77 gem "jekyll" , "~> #{ ENV [ "JEKYLL_VERSION" ] } "
88end
9+
10+ # Support for Ruby < 2.2.2 & activesupport
11+ gem "activesupport" , "~> 4.2" if RUBY_VERSION < '2.2.2'
Original file line number Diff line number Diff line change 33### Minor Enhancements
44 * Don't limit slugs/title to strings (#41 )
55
6+ ### Development Fixes
7+ * Update Travis config and Gemfile for Ruby < 2.2.2 support (#68 )
8+
69## 2.1.0
710
811### Minor Enhancements
1215 * Update to reflect release of Jekyll 3 (#52 )
1316 * Support revised documents/collections in Jekyll 3 (#53 )
1417
15- ## Development Fixes
18+ ### Development Fixes
1619 * Test against Jekyll 2, 3, and GitHub Pages (#48 )
1720
1821### Bug Fixes
You can’t perform that action at this time.
0 commit comments