From a24645b9bb18619ea3a3797fe170926305cc41ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:00:49 +0000 Subject: [PATCH] Bump jekyll from 4.3.1 to 4.3.2 Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.1 to 4.3.2. - [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.3.2) --- 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 1a9eaaac..705a9d7e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem 'jekyll', '~>4.3.1' +gem 'jekyll', '~>4.3.2' gem "kramdown", "~> 2.4.0" gem "kramdown-parser-gfm", "~> 1.1.0" gem 'therubyracer', '~>0.12.3' diff --git a/Gemfile.lock b/Gemfile.lock index 9cc36abc..860474a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.3.1) + jekyll (4.3.2) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -88,7 +88,7 @@ PLATFORMS DEPENDENCIES bourbon (~> 6.0.0) - jekyll (~> 4.3.1) + jekyll (~> 4.3.2) kramdown (~> 2.4.0) kramdown-parser-gfm (~> 1.1.0) neat (~> 3.0.1)