Update Jekyll runtime dependency to allow 3.x

This commit is contained in:
Joseph Wynn 2015-04-15 20:42:53 +01:00
parent f7b20798a7
commit 4fb3830b78
1 changed files with 1 additions and 1 deletions

View File

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