Skip to content

Commit

Permalink
fix: bump jekyll-feed to handle description field
Browse files Browse the repository at this point in the history
https://github.com/jekyll/jekyll-feed/releases/tag/v0.16.0

Minor Enhancements
Add support for page.description in front matter to become entry <summary> (#297)
jekyll/jekyll-feed#297
  • Loading branch information
benoitf committed Jan 25, 2022
1 parent b7634af commit 296991f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ gem "jekyll", "~> 4.2.1"
gem "minima", "~> 2.5.1"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.15.1"
gem "jekyll-feed", "~> 0.16.0"
gem "jekyll-asciidoc", "~> 3.0.0"
end

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -10,7 +10,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.4)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.8.11)
Expand All @@ -33,7 +33,7 @@ GEM
jekyll-asciidoc (3.0.0)
asciidoctor (>= 1.5.0)
jekyll (>= 3.0.0)
jekyll-feed (0.15.1)
jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
Expand All @@ -46,7 +46,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.0)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
Expand All @@ -61,7 +61,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.1)
rouge (3.27.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
Expand All @@ -78,9 +78,9 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.2.1)
jekyll-asciidoc (~> 3.0.0)
jekyll-feed (~> 0.15.1)
jekyll-feed (~> 0.16.0)
minima (~> 2.5.1)
webrick (~> 1.7)

BUNDLED WITH
2.2.7
2.2.24

0 comments on commit 296991f

Please sign in to comment.