Update jekyll dependency

This commit is contained in:
drew 2020-03-15 11:21:14 -05:00
parent 149a628918
commit 90ea105a14
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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.6"
spec.add_runtime_dependency "jekyll", "~> 4.0"
spec.add_runtime_dependency "jekyll-paginate", "~> 1.1"
spec.add_runtime_dependency "jekyll-feed", "~> 0.10"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.5"