File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
cache : bundler
3
- sudo : false
4
- rvm : 2.4
3
+ rvm :
4
+ - 2.6
5
+ - 2.4
5
6
7
+ before_install : gem update --system --no-document
6
8
install : script/bootstrap
7
9
script : script/cibuild
10
+
11
+ env :
12
+ matrix :
13
+ - JEKYLL_VERSION="~> 3.5"
14
+ - 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,8 +16,8 @@ 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
- spec . add_development_dependency "bundler" , "~> 1.15"
22
+ spec . add_development_dependency "bundler" , ">= 1.15"
23
23
end
You can’t perform that action at this time.
0 commit comments