updated to jekyll 4.

This commit is contained in:
2020-03-08 14:23:12 +00:00
parent 924f6565bb
commit 36c7024836
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -3,4 +3,5 @@
.sass-cache
_site
Gemfile.lock
.jekyll-cache
/public
+3 -3
View File
@@ -12,9 +12,9 @@ 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-feed", "~> 0.9"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
spec.add_runtime_dependency "jekyll", "~> 4.0"
spec.add_runtime_dependency "jekyll-feed", "~> 0.13"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.6"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 12.0"