From 8ff7967b8abe702e15ef4ec5f27073b07c403dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 19:03:07 +0000 Subject: [PATCH] Bump jekyll and liquid Bumps [jekyll](https://github.com/jekyll/jekyll) and [liquid](https://github.com/Shopify/liquid). These dependencies needed to be updated together. Updates `jekyll` from 0.11.0 to 4.3.2 - [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/v0.11.0...v4.3.2) Updates `liquid` from 2.2.2 to 4.0.4 - [Release notes](https://github.com/Shopify/liquid/releases) - [Changelog](https://github.com/Shopify/liquid/blob/v4.0.4/History.md) - [Commits](https://github.com/Shopify/liquid/compare/v2.2.2...v4.0.4) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production - dependency-name: liquid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 +-- Gemfile.lock | 80 ++++++++++++++++++++++++++++++++++++++-------------- 2 files changed, 61 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index b4328ea..55e10d3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,6 @@ source :rubygems gem "rake" gem "RedCloth" -gem "jekyll", "= 0.11.0" -gem "liquid", "= 2.2.2" +gem "jekyll", "4.3.2" +gem "liquid", "4.0.4" gem "foreman" diff --git a/Gemfile.lock b/Gemfile.lock index 7c319cc..216d13f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,29 +2,67 @@ GEM remote: http://rubygems.org/ specs: RedCloth (4.2.9) - albino (1.3.3) - posix-spawn (>= 0.3.6) - classifier (1.3.3) - fast-stemmer (>= 1.0.0) - directory_watcher (1.4.1) - fast-stemmer (1.0.1) + addressable (2.8.4) + public_suffix (>= 2.0.2, < 6.0) + colorator (1.1.0) + concurrent-ruby (1.2.2) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.15.5) foreman (0.60.2) thor (>= 0.13.6) - jekyll (0.11.0) - albino (>= 1.3.2) - classifier (>= 1.3.1) - directory_watcher (>= 1.1.1) - kramdown (>= 0.13.2) - liquid (>= 1.9.0) - maruku (>= 0.5.9) - kramdown (0.14.0) - liquid (2.2.2) - maruku (0.6.1) - syntax (>= 1.0.0) - posix-spawn (0.3.6) + forwardable-extended (2.6.0) + http_parser.rb (0.8.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + jekyll (4.3.2) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (>= 0.3.6, < 0.5) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) + safe_yaml (~> 1.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.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.4.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (5.0.1) rake (0.9.2.2) - syntax (1.0.0) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (4.1.0) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) thor (0.16.0) + unicode-display_width (2.4.2) + webrick (1.8.1) PLATFORMS ruby @@ -32,6 +70,6 @@ PLATFORMS DEPENDENCIES RedCloth foreman - jekyll (= 0.11.0) - liquid (= 2.2.2) + jekyll (= 4.3.2) + liquid (= 4.0.4) rake