Skip to content

Commit

Permalink
This plugin is compatible with Jekyll 4
Browse files Browse the repository at this point in the history
fixes #36
fixes #37
  • Loading branch information
nhoizey committed Nov 4, 2019
1 parent 5b3b344 commit 9dbb977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-postfiles.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.3.0"

spec.add_runtime_dependency "jekyll", "~> 3.6"
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5"

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 12.0"
Expand Down

0 comments on commit 9dbb977

Please sign in to comment.