From f9550a111cbbd5e9e255aac26c7da83395aa7f02 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:36:48 -0500 Subject: [PATCH] Upgrade Jekyll to 4.3.2 (#3709) (#6615) (cherry picked from commit b8e1e164b051e8eb6fcec3a029deb6a09fc7784e) Signed-off-by: Miki Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cd42fda502..eac716565f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source "http://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.2.0" +gem "jekyll", "~> 4.3.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "just-the-docs", "~> 0.3.3"