From 475da40846e4a153e46ab919b7bfd62533aeb6f7 Mon Sep 17 00:00:00 2001 From: Ronald Tse Date: Tue, 18 Jun 2024 00:19:33 +0800 Subject: [PATCH] chore: relax jekyll version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1748cf4a..64edd091 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.1.0" +gem "jekyll", "~> 4.1" # This is the default theme for new Jekyll sites. You may change this to anything you like.