From f651f52951c51701e15bffd1f011be06f4cd47bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 15:04:33 +0000 Subject: [PATCH] Bump kramdown and jekyll in /docsite Bumps [kramdown](https://github.com/gettalong/kramdown) and [jekyll](https://github.com/jekyll/jekyll). These dependencies needed to be updated together. Updates `kramdown` from 1.17.0 to 2.4.0 - [Release notes](https://github.com/gettalong/kramdown/releases) - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page) - [Commits](https://github.com/gettalong/kramdown/commits) Updates `jekyll` from 3.6.3 to 3.9.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.6.3...v3.9.3) --- updated-dependencies: - dependency-name: kramdown dependency-type: direct:production - dependency-name: jekyll dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docsite/Gemfile | 4 ++-- docsite/Gemfile.lock | 40 ++++++++++++++++++++++++++-------------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/docsite/Gemfile b/docsite/Gemfile index af3da9576c9..de2e5ad9ce6 100644 --- a/docsite/Gemfile +++ b/docsite/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" # gem "github-pages", group: :jekyll_plugins -gem "jekyll", "3.6.3" +gem "jekyll", "3.9.3" group :github_pages_compatible do gem "json", "~> 1.7", ">= 1.7.7" @@ -48,7 +48,7 @@ group :jekyll_plugins do gem 'jekyll-youtube', '~> 1.0' end -gem "kramdown", "~> 1.11" +gem "kramdown", "~> 2.4" gem "rouge", "~> 2.0" gem "pry" diff --git a/docsite/Gemfile.lock b/docsite/Gemfile.lock index 2f2ad809f8f..217aa57ef23 100644 --- a/docsite/Gemfile.lock +++ b/docsite/Gemfile.lock @@ -1,31 +1,41 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.4) + public_suffix (>= 2.0.2, < 6.0) coderay (1.1.2) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.12.2) colorator (1.1.0) + concurrent-ruby (1.2.2) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) ethon (0.12.0) ffi (>= 1.3.0) + eventmachine (1.2.7) execjs (2.7.0) faraday (1.0.1) multipart-post (>= 1.2, < 3) - ffi (1.12.2) + ffi (1.15.5) forwardable-extended (2.6.0) - jekyll (3.6.3) + http_parser.rb (0.8.0) + i18n (1.14.1) + 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.14) + jekyll-watch (~> 2.0) + kramdown (>= 1.17, < 3) liquid (~> 4.0) mercenary (~> 0.3.3) pathutil (~> 0.9) - rouge (>= 1.7, < 3) + rouge (>= 1.7, < 4) safe_yaml (~> 1.0) jekyll-avatar (0.7.0) jekyll (>= 3.0, < 5.0) @@ -89,14 +99,15 @@ GEM jekyll (~> 3.3) jekyll-titles-from-headings (0.5.3) jekyll (>= 3.3, < 5.0) - jekyll-watch (1.5.1) + jekyll-watch (2.2.1) listen (~> 3.0) jekyll-youtube (1.0.0) jekyll json (1.8.6) - kramdown (1.17.0) - liquid (4.0.3) - listen (3.2.1) + kramdown (2.4.0) + rexml + 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) @@ -115,9 +126,10 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (3.1.1) - rb-fsevent (0.10.4) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rexml (3.2.5) rouge (2.2.1) safe_yaml (1.0.5) sass (3.7.4) @@ -140,7 +152,7 @@ DEPENDENCIES coffee-script-source (~> 1.12) ethon (~> 0.10) execjs (~> 2.7) - jekyll (= 3.6.3) + jekyll (= 3.9.3) jekyll-avatar (~> 0.4) jekyll-coffeescript (~> 1.0) jekyll-default-layout (~> 0.1) @@ -172,7 +184,7 @@ DEPENDENCIES jekyll-titles-from-headings (~> 0.1) jekyll-youtube (~> 1.0) json (~> 1.7, >= 1.7.7) - kramdown (~> 1.11) + kramdown (~> 2.4) minima (~> 2.0) pry public_suffix (~> 3.0)