Skip to content

Commit a806b51

Browse files
oguz-colakclaude
andcommitted
Fix: add jekyll-gist and jekyll-paginate to Gemfile
These were previously pulled in transitively via github-pages gem. Now that github-pages is removed they must be listed explicitly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bb61073 commit a806b51

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ gem 'jekyll', '~> 4.3'
55
group :jekyll_plugins do
66
gem 'jekyll-polyglot', '~> 1.7'
77
gem 'jekyll-feed'
8+
gem 'jekyll-gist'
9+
gem 'jekyll-paginate'
810
gem 'jekyll-sitemap'
911
gem 'jekyll-redirect-from'
1012
gem 'jemoji'

0 commit comments

Comments
 (0)