We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e596359 commit b0411a4Copy full SHA for b0411a4
1 file changed
jekyll-theme-basically-basic.gemspec
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
f.match(%r{^(assets|_(includes|layouts|sass)/|(LICENSE|README|CHANGELOG)((\.(txt|md|markdown)|$)))}i)
16
end
17
18
- spec.add_runtime_dependency "jekyll", "~> 3.7"
+ spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0"
19
spec.add_runtime_dependency "jekyll-feed", "~> 0.10"
20
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
21
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"
0 commit comments