From 266883aadd9eecdb6c76d74aabb76a8c830040b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:57:46 +0000 Subject: [PATCH] Bump jekyll from 4.3.2 to 4.3.3 Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.2 to 4.3.3. - [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.2...v4.3.3) --- 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 bfb69cb..3217f3a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "jekyll", "~> 4.3.2" +gem "jekyll", "~> 4.3.3" gem "sanitize", "~> 6.0" group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 47d83fa..98ba0df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (4.3.2) + jekyll (4.3.3) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -104,7 +104,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - jekyll (~> 4.3.2) + jekyll (~> 4.3.3) jekyll-include-cache (~> 0.2.1) jekyll-seo-tag (~> 2.8) jemoji (~> 0.13.0)