Skip to content

Commit f8664cf

Browse files
Ollymidsverrirs
authored andcommitted
updates minimum Jekyll version requirement
1 parent e3cc120 commit f8664cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll-paginate-v2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424

2525
# Gem requires Jekyll to work
2626
# ~> is the pessimistic operator and is equivalent to '>= 3.0', '< 4.0'
27-
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0"
27+
spec.add_runtime_dependency "jekyll", ">= 3.0", "< 5.0"
2828

2929
# Development requires more
3030
spec.add_development_dependency "bundler", "~> 1.5"

0 commit comments

Comments
 (0)