From c33092c20cd06b315d8b4873c8504d7468055ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:10:23 +0000 Subject: [PATCH] Update dependency jekyll to v3.10.0 --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 210a577..31d5694 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -9,7 +9,7 @@ ruby RUBY_VERSION # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "3.6.3" +gem "jekyll", "3.10.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0"