From 3dee7ae71f6f89781158984480623f50d0fc293d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 03:52:20 +0000 Subject: [PATCH] Bump jekyll from 3.1.1 to 3.6.3 Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.1.1 to 3.6.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/v3.1.1...v3.6.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 76 +++++++++++++++++++++++++++++++--------------------- 2 files changed, 46 insertions(+), 32 deletions(-) diff --git a/Gemfile b/Gemfile index 9c9c8b6..a77d372 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "jekyll", "~> 3.0" +gem "jekyll", "~> 3.6" gem "jekyll-sitemap" gem "jekyll-gist" gem "octopress" diff --git a/Gemfile.lock b/Gemfile.lock index 660be5a..ed6c5a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,27 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.3.8) - colorator (0.1) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) + addressable (2.8.4) + public_suffix (>= 2.0.2, < 6.0) + colorator (1.1.0) + faraday (2.7.4) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) fastercsv (1.5.5) - ffi (1.9.10) + ffi (1.15.5) + forwardable-extended (2.6.0) hpricot (0.8.6) - jekyll (3.1.1) - colorator (~> 0.1) + jekyll (3.6.3) + addressable (~> 2.4) + colorator (~> 1.0) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) + kramdown (~> 1.14) + liquid (~> 4.0) mercenary (~> 0.3.3) - rouge (~> 1.7) + pathutil (~> 0.9) + rouge (>= 1.7, < 3) safe_yaml (~> 1.0) jekyll-gist (1.4.0) octokit (~> 4.2) @@ -23,23 +29,23 @@ GEM fastercsv jekyll (>= 1.4) nokogiri - jekyll-sass-converter (1.4.0) + jekyll-sass-converter (1.5.2) sass (~> 3.4) jekyll-sitemap (0.10.0) - jekyll-watch (1.3.1) + jekyll-watch (1.5.1) listen (~> 3.0) - kramdown (1.9.0) - liquid (3.0.6) - listen (3.0.5) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9) - mercenary (0.3.5) + kramdown (1.17.0) + liquid (4.0.4) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) mini_portile2 (2.0.0) - multipart-post (2.0.0) nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) - octokit (4.2.0) - sawyer (~> 0.6.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) octopress (3.0.11) jekyll (>= 2.0) mercenary (~> 0.3.2) @@ -55,16 +61,24 @@ GEM octopress-hooks (2.6.1) jekyll (>= 2.0) open_uri_redirections (0.2.1) - rb-fsevent (0.9.7) - rb-inotify (0.9.5) - ffi (>= 0.5.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (5.0.1) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) redcarpet (3.3.4) - rouge (1.10.1) - safe_yaml (1.0.4) - sass (3.4.21) - sawyer (0.6.0) - addressable (~> 2.3.5) - faraday (~> 0.8, < 0.10) + rouge (2.2.1) + ruby2_keywords (0.0.5) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sawyer (0.9.2) + addressable (>= 2.3.5) + faraday (>= 0.17.3, < 3) titlecase (0.1.1) PLATFORMS @@ -72,7 +86,7 @@ PLATFORMS DEPENDENCIES hpricot - jekyll (~> 3.0) + jekyll (~> 3.6) jekyll-gist jekyll-import jekyll-sitemap