update to Jekyll ~> 4.0

This commit is contained in:
Pat Dryburgh
2020-10-01 13:42:29 -07:00
parent 287205f3f0
commit e0579ca495
6 changed files with 20 additions and 12 deletions

View File

@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "hitchens-theme"
spec.version = "0.7.2"
spec.version = "0.8.0"
spec.authors = ["Pat Dryburgh"]
spec.email = ["hello@patdryburgh.com"]
@ -12,8 +12,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", "~> 3.8"
spec.add_runtime_dependency "jekyll", "~> 4.0"
spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "bundler", "~> 2.1"
spec.add_development_dependency "rake", "~> 12.0"
end