Works with Jekyll 4

This commit is contained in:
Joseph Wynn 2019-09-05 14:45:41 +12:00
parent 91a540c266
commit 16ab99deac
No known key found for this signature in database
GPG Key ID: F34B9E530F0D3AEE
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ['lib']
spec.add_runtime_dependency 'jekyll', ['>= 2.0', "< 4.0"]
spec.add_runtime_dependency 'jekyll', ['>= 2.0', "< 5.0"]
spec.add_runtime_dependency 'rmagick', ['>= 2.0', '< 3.0']
end