Define a range for the versions

This commit is contained in:
Jordi García L 2020-01-06 13:51:56 +01:00
parent 455efc9c3c
commit 99bfa05bed
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "garth-jekyll-theme"
spec.version = "1.0.5"
spec.version = "1.0.4"
spec.authors = ["David Darnes"]
spec.email = ["me@daviddarnes.com"]
@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|_sass|LICENSE|README)}i) }
spec.add_runtime_dependency "jekyll", "~> 4.0.0"
spec.add_runtime_dependency "jekyll", ">= 3.6", "< 5.0"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_development_dependency "bundler", "~> 2.1.2"
spec.add_development_dependency "bundler", ">= 1.14", "< 3.0"
end