Relax Jekyll dependency to allow for version 4.0

This commit is contained in:
Michael Rose
2019-08-20 11:25:39 -04:00
parent 43b5e5f2ef
commit 14e009ee29
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
f.match(%r{^(assets|_(data|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-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-sitemap", "~> 1.2"
spec.add_runtime_dependency "jekyll-gist", "~> 1.5"