Relax Jekyll dependency to allow for version 4.0

This commit is contained in:
Michael Rose 2019-08-20 11:22:06 -04:00
parent e5963592b2
commit b0411a4825
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
end
spec.add_runtime_dependency "jekyll", "~> 3.7"
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.10"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"