From 77f6511fdaa01cec712aa000f663d0163afb3036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net> Date: Sat, 27 Feb 2021 20:36:12 +0100 Subject: [PATCH] Update Jekyll --- .gitignore | 1 + Gemfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a8c1c00..28199fe 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .bundle .sass-cache +.jekyll-cache Gemfile.lock _site *.gem diff --git a/Gemfile b/Gemfile index 3a3d6fd..dc6626a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" ruby RUBY_VERSION # This will help ensure the proper Jekyll version is running. -gem "jekyll", "3.8.5" +gem "jekyll", "~> 4.2" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -- GitLab