More permissive rmagick dep

This commit is contained in:
Quinn 2019-12-23 14:09:04 +00:00 committed by GitHub
parent 5715734bde
commit f3103be702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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