From 879da2315f3826735d8e4493fc9ea45c77f500bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 04:01:01 +0000 Subject: [PATCH] Bump jekyll-feed from 0.15.1 to 0.17.0 Bumps [jekyll-feed](https://github.com/jekyll/jekyll-feed) from 0.15.1 to 0.17.0. - [Release notes](https://github.com/jekyll/jekyll-feed/releases) - [Changelog](https://github.com/jekyll/jekyll-feed/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll-feed/compare/v0.15.1...v0.17.0) --- updated-dependencies: - dependency-name: jekyll-feed dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 093af2c..1ff3c29 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "jekyll-swiss", "~> 1.0" # gem "github-pages", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.15" + gem "jekyll-feed", "~> 0.17" gem "jekyll-paginate", "~> 1.1" gem "jekyll-seo-tag", "~> 2.7" gem "jekyll-sitemap", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index d1e8d0a..a88c7c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,24 +27,24 @@ GEM zeitwerk (~> 2.3) activityutils (0.1.2) logutils (>= 0.6.1) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) date-formatter (0.1.1) - em-websocket (0.5.2) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) eventmachine (1.2.7) feedfilter (1.1.1) textutils (>= 1.0.1) feedparser (2.1.2) logutils (>= 0.6.1) textutils (>= 1.0.0) - ffi (1.13.1) + ffi (1.15.5) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (1.8.9) + http_parser.rb (0.8.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) iniparser (1.0.1) jekyll (4.0.1) @@ -62,10 +62,10 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 1.8) - jekyll-feed (0.15.1) + jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-paginate (1.1.0) - jekyll-sass-converter (2.1.0) + jekyll-sass-converter (2.2.0) sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.7.1) jekyll (>= 3.8, < 5.0) @@ -74,12 +74,12 @@ GEM jekyll-swiss (1.0.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.3.1) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.3) - listen (3.2.1) + listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logutils (0.6.1) @@ -107,12 +107,12 @@ GEM props-activerecord (0.2.0) activerecord props (>= 1.2.0) - public_suffix (4.0.6) - rb-fsevent (0.10.4) + public_suffix (5.0.0) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.24.0) + rouge (3.30.0) rubyzip (2.3.0) safe_yaml (1.0.5) sassc (2.4.0) @@ -127,7 +127,7 @@ GEM rubyzip (>= 1.0.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (1.7.0) + unicode-display_width (1.8.0) wdm (0.1.1) zeitwerk (2.4.2) @@ -136,7 +136,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.0.1) - jekyll-feed (~> 0.15) + jekyll-feed (~> 0.17) jekyll-paginate (~> 1.1) jekyll-seo-tag (~> 2.7) jekyll-sitemap (~> 1.4)