From 8d5cccade49a22e3c2ea0fbe372da243be51b4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 01:08:35 +0000 Subject: [PATCH] Bump jekyll from 3.2.1 to 3.6.3 Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.2.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.2.1...v3.6.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 35 +++++++++++++++++++---------------- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index 4e17ccfbee51..f5efe15036c9 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" group :development do gem 'rake', '~> 10.0' - gem 'jekyll', '~> 3.0' + gem 'jekyll', '~> 3.6' gem 'pygments.rb', '~> 0.6.3' gem 'rdiscount', '~> 2.0' gem 'RedCloth', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index ee6da6ad8d21..a05a6876c7ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,20 +11,21 @@ GEM fssm (>= 0.2.7) sass (~> 3.2.19) execjs (2.7.0) - ffi (1.9.14) + ffi (1.15.5) forwardable-extended (2.6.0) fssm (0.2.10) haml (4.0.7) tilt - jekyll (3.2.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) pathutil (~> 0.9) - rouge (~> 1.7) + rouge (>= 1.7, < 3) safe_yaml (~> 1.0) jekyll-paginate (1.1.0) jekyll-sass-converter (1.3.0) @@ -33,14 +34,15 @@ GEM addressable (~> 2.4.0) jekyll-time-to-read (0.1.2) jekyll - jekyll-watch (1.5.0) - listen (~> 3.0, < 3.1) - kramdown (1.12.0) + jekyll-watch (1.5.1) + listen (~> 3.0) + kramdown (1.17.0) libv8 (3.16.14.15) - liquid (3.0.6) - listen (3.0.8) + liquid (4.0.3) + listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) mercenary (0.3.6) method_source (0.8.2) mustermann (2.0.2) @@ -69,7 +71,7 @@ GEM octopress-tag-helpers (~> 1.0) octopress-tag-helpers (1.0.8) jekyll (>= 2.0) - pathutil (0.14.0) + pathutil (0.16.2) forwardable-extended (~> 2.6) posix-spawn (0.3.11) pry (0.10.4) @@ -84,16 +86,17 @@ GEM rack rake (10.5.0) rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) + rb-inotify (0.10.1) + ffi (~> 1.0) rdiscount (2.2.0.1) redcarpet (3.3.4) ref (2.0.0) - rouge (1.11.1) + rouge (2.2.1) ruby2_keywords (0.0.5) + ruby_dep (1.5.0) rubypants (0.5.0) rubypants-unicode (0.2.5) - safe_yaml (1.0.4) + safe_yaml (1.0.5) sass (3.2.19) sass-globbing (1.1.5) sass (>= 3.1) @@ -120,7 +123,7 @@ DEPENDENCIES compass (~> 0.12) execjs haml (~> 4.0) - jekyll (~> 3.0) + jekyll (~> 3.6) jekyll-paginate jekyll-sitemap jekyll-time-to-read