From b3a16d2db40f808590b2d2e6a795851f02cf5e31 Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Sat, 8 Jun 2024 02:27:33 +0800 Subject: [PATCH] chore(deps): bump Jekyll to 4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 30e06c6..f9e640f 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", "~> 3.8.3" +gem "jekyll", "~> 4.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "jekyll-theme-open-project", "~> 2.1.9"