Skip to content

Commit ecfd9e2

Browse files
Update Jekyll and plugins to latest versions
- Update Jekyll from 4.3.0 to 4.4.1 - Update jekyll-feed to 0.17 - Update jekyll-sitemap to 1.4 - Update jekyll-seo-tag to 2.8 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 5fe9ef4 commit ecfd9e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
source 'https://rubygems.org'
22

33
# Jekyll and GitHub Pages
4-
gem 'jekyll', '~> 4.3.0'
4+
gem 'jekyll', '~> 4.4.1'
55
gem 'liquid'
66
gem "webrick", "~> 1.8"
77

88
# GitHub Pages compatible plugins
99
group :jekyll_plugins do
10-
gem 'jekyll-feed'
11-
gem 'jekyll-sitemap'
12-
gem 'jekyll-seo-tag'
10+
gem 'jekyll-feed', '~> 0.17'
11+
gem 'jekyll-sitemap', '~> 1.4'
12+
gem 'jekyll-seo-tag', '~> 2.8'
1313
end
1414

1515
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

0 commit comments

Comments
 (0)