From 36c9d39f75bcc5ccb87d7f16a76d5da41326fe56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:12:57 +0200 Subject: [PATCH] build(deps-dev): bump jekyll from 4.3.3 to 4.3.4 (#34768) Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.3 to 4.3.4. - [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.3...v4.3.4) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1c5276b5e12..7fd01713408 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '> 2.5.0' group :development do gem 'rake', '13.2.1' - gem 'jekyll', '4.3.3' + gem 'jekyll', '4.3.4' gem 'compass', '1.0.3' gem 'sass-globbing', '1.1.5' gem 'stringex', '2.8.6' diff --git a/Gemfile.lock b/Gemfile.lock index 0d10a93f159..ff675c17549 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - jekyll (4.3.3) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -112,7 +112,7 @@ GEM logger regexp_parser (2.9.2) rexml (3.3.7) - rouge (4.3.0) + rouge (4.4.0) rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -168,7 +168,7 @@ PLATFORMS DEPENDENCIES compass (= 1.0.3) - jekyll (= 4.3.3) + jekyll (= 4.3.4) jekyll-commonmark (= 1.4.0) jekyll-paginate (= 1.1.0) jekyll-sitemap (= 1.4.0)