update gemfile

This commit is contained in:
Kameron Kenny 2024-05-25 13:58:08 -04:00
parent 8a246dd818
commit 65fec4474f
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,6 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem "bundler"
gem "jekyll", ">= 3.8.4"
gem "jekyll-feed"