From 2c72a814bbd7f3fb6f4d776dd1d920f3b37f8a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 06:21:06 +0000 Subject: [PATCH] Bump jekyll from 3.5.2 to 3.9.3 Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.5.2 to 3.9.3. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/v3.9.3/History.markdown) - [Commits](https://github.com/jekyll/jekyll/compare/v3.5.2...v3.9.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 50 ++++++++++++++++++++++++++++++++------------------ 2 files changed, 33 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index d7b8fe661d03..fd7029a9ecd5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby "> 2.3.0" group :development do gem 'rake', '~> 10.0' - gem 'jekyll', '~> 3.0' + gem 'jekyll', '~> 3.9' gem 'compass', '~> 0.12' gem 'sass-globbing', '~> 1.0' gem 'stringex', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index 9b9a87a02c02..1028d786baf8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) chunky_png (1.3.8) coderay (1.1.1) colorator (1.1.0) @@ -10,19 +10,29 @@ GEM chunky_png (~> 1.2) fssm (>= 0.2.7) sass (~> 3.2.19) - ffi (1.9.18) + concurrent-ruby (1.2.0) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.15.5) forwardable-extended (2.6.0) fssm (0.2.10) - jekyll (3.5.2) + http_parser.rb (0.8.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + jekyll (3.9.3) addressable (~> 2.4) colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (>= 0.7, < 2) jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) + jekyll-watch (~> 2.0) + kramdown (>= 1.17, < 3) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) - rouge (~> 1.7) + rouge (>= 1.7, < 4) safe_yaml (~> 1.0) jekyll-paginate (1.1.0) jekyll-redirect-from (0.12.1) @@ -33,13 +43,15 @@ GEM jekyll (~> 3.3) jekyll-time-to-read (0.1.2) jekyll - jekyll-watch (1.5.0) - listen (~> 3.0, < 3.1) - kramdown (1.14.0) - liquid (4.0.0) - listen (3.0.8) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + liquid (4.0.4) + 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) octopress (3.0.11) @@ -61,23 +73,25 @@ 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) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - public_suffix (3.0.0) + public_suffix (5.0.1) rack (1.6.9) rack-protection (1.5.5) rack rake (10.5.0) - rb-fsevent (0.10.2) + rb-fsevent (0.11.2) rb-inotify (0.9.8) ffi (>= 0.5.0) redcarpet (3.4.0) - rouge (1.11.1) - safe_yaml (1.0.4) + rexml (3.2.5) + rouge (3.30.0) + ruby_dep (1.5.0) + safe_yaml (1.0.5) sass (3.2.19) sass-globbing (1.1.5) sass (>= 3.1) @@ -95,7 +109,7 @@ PLATFORMS DEPENDENCIES compass (~> 0.12) - jekyll (~> 3.0) + jekyll (~> 3.9) jekyll-paginate jekyll-redirect-from jekyll-sitemap