From 1ff7bef9b88b2a2d0289e2dfe57b5c2771f1ec28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:29:17 +0000 Subject: [PATCH] :arrow_up: Update jekyll requirement from ~> 4.3.1 to ~> 4.4.1 Updates the requirements on [jekyll](https://github.com/jekyll/jekyll) to permit the latest version. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll/compare/v4.3.1...v4.4.1) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 38906e5..4930f96 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem "jekyll", "~> 4.3.1" +gem "jekyll", "~> 4.4.1" group :jekyll_plugins do gem "jekyll-theme-cayman"