From 529924da09b9041cbbcf28260cbe3c03d6502f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:23:34 +0000 Subject: [PATCH] chore(deps): bump jekyll from 4.4.0 to 4.4.1 Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.4.0 to 4.4.1. - [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.4.0...v4.4.1) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9e1f9089..683928e2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "jekyll", "~> 4.4.0" +gem "jekyll", "~> 4.4.1" gem "rubyzip", "~> 2.4" gem "jekyll-sass-converter", "2.2.0" gem "jekyll-seo-tag", "~> 2.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 80f55f95..edcfed07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - jekyll (4.4.0) + jekyll (4.4.1) addressable (~> 2.4) base64 (~> 0.2) colorator (~> 1.0) @@ -78,7 +78,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - jekyll (~> 4.4.0) + jekyll (~> 4.4.1) jekyll-sass-converter (= 2.2.0) jekyll-seo-tag (~> 2.8.0) jekyll-sitemap (~> 1.4.0)