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 11language : ruby
22cache : bundler
3- sudo : false
4- rvm : 2.4
3+ rvm :
4+ - 2.6
5+ - 2.4
56
7+ before_install : gem update --system --no-document
68install : script/bootstrap
79script : 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 22
33source "https://rubygems.org"
44gemspec
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|
1616 f . match ( %r!^(assets|_(includes|layouts|sass)/|(LICENSE|README)((\. (txt|md|markdown)|$)))!i )
1717 end
1818
19- spec . add_runtime_dependency "jekyll" , "~> 3.5"
19+ spec . add_runtime_dependency "jekyll" , ">= 3.5" , "< 5.0 "
2020 spec . add_runtime_dependency "jekyll-feed" , "~> 0.9"
2121 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"
2323end
You can’t perform that action at this time.
0 commit comments