From b6de16d0640bae265a7d9947402e4f44a59a3f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 22:33:59 +0000 Subject: [PATCH] Bump jekyll from 4.2.2 to 4.3.0 Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.2.2 to 4.3.0. - [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.2.2...v4.3.0) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 33 +++++++++++++++++---------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index a2d4d2d..a9f1052 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source 'https://rubygems.org' # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem 'jekyll', '~> 4.2.2' +gem 'jekyll', '~> 4.3.0' gem 'jekyll-theme-hydeout', '~> 4.2' # This is the default theme for new Jekyll sites. You may change this to anything you like. gem 'minima', '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index 90eaf6d..8a47fd5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) colorator (1.1.0) concurrent-ruby (1.1.10) @@ -32,23 +32,24 @@ GEM ffi (1.15.5) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.2.2) + jekyll (4.3.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) jekyll-feed (0.16.0) jekyll (>= 3.7, < 5.0) jekyll-gist (1.5.0) @@ -88,14 +89,14 @@ GEM ast (~> 2.4.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.7) + public_suffix (5.0.0) rainbow (3.1.1) - rb-fsevent (0.11.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.5.0) rexml (3.2.5) - rouge (3.29.0) + rouge (4.0.0) rubocop (1.31.1) json (~> 2.3) parallel (~> 1.10) @@ -116,9 +117,9 @@ GEM sawyer (0.8.2) addressable (>= 2.3.5) faraday (> 0.8, < 2.0) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.8.0) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.3.0) webrick (1.7.0) PLATFORMS @@ -127,7 +128,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - jekyll (~> 4.2.2) + jekyll (~> 4.3.0) jekyll-feed (~> 0.16) jekyll-theme-hydeout (~> 4.2) minima (~> 2.5)