File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
cache : bundler
3
- rvm : 2.4
3
+ rvm :
4
+ - 2.6
5
+ - 2.4
4
6
7
+ before_install : gem update --system
5
8
install : script/bootstrap
6
9
script : script/cibuild
10
+
11
+ env :
12
+ matrix :
13
+ - JEKYLL_VERSION="~> 3.5"
14
+ - JEKYLL_VERSION="~> 3.8.0"
15
+ - JEKYLL_VERSION=">= 4.0.0.pre.alpha1"
Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
gemspec
5
+
6
+ gem "jekyll" , ENV [ "JEKYLL_VERSION" ] if ENV [ "JEKYLL_VERSION" ]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
16
16
f . match ( %r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\. (txt|md|markdown)|$)))!i )
17
17
end
18
18
19
- spec . add_runtime_dependency "jekyll" , "~> 3.5"
19
+ spec . add_runtime_dependency "jekyll" , ">= 3.5" , "< 5.0 "
20
20
spec . add_runtime_dependency "jekyll-feed" , "~> 0.9"
21
21
spec . add_runtime_dependency "jekyll-seo-tag" , "~> 2.1"
22
22
You can’t perform that action at this time.
0 commit comments