diff --git a/Gemfile b/Gemfile index 093af2c..9f05cdf 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.16" 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..0b375bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,21 +30,21 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) 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.4) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) - i18n (1.8.9) + http_parser.rb (0.8.0) + i18n (1.8.11) concurrent-ruby (~> 1.0) iniparser (1.0.1) jekyll (4.0.1) @@ -62,7 +62,7 @@ GEM rouge (~> 3.0) safe_yaml (~> 1.0) terminal-table (~> 1.8) - jekyll-feed (0.15.1) + jekyll-feed (0.16.0) jekyll (>= 3.7, < 5.0) jekyll-paginate (1.1.0) jekyll-sass-converter (2.1.0) @@ -79,7 +79,7 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.3) - listen (3.2.1) + listen (3.7.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logutils (0.6.1) @@ -108,11 +108,11 @@ GEM activerecord props (>= 1.2.0) public_suffix (4.0.6) - rb-fsevent (0.10.4) + rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.24.0) + rouge (3.27.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.16) jekyll-paginate (~> 1.1) jekyll-seo-tag (~> 2.7) jekyll-sitemap (~> 1.4)