From 9ce79b9686d4d87da245bed1cf6e55ecabab19cc Mon Sep 17 00:00:00 2001 From: Thomas Naunheim Date: Sat, 10 Feb 2024 12:30:40 +0100 Subject: [PATCH] Revert to latest version --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 22d2e25..05501b1 100755 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,7 @@ source "https://rubygems.org" # Temporary down grade to GitHub pages version 228 -gem "github-pages", "=228", group: :jekyll_plugins -gem 'jekyll', '3.9.3' +gem "github-pages", group: :jekyll_plugins gem "tzinfo-data" gem "wdm", "~> 0.1.0" if Gem.win_platform?