Update file Gemfile

This commit is contained in:
mayx 2023-12-30 15:27:02 +00:00
parent a4e9d17cf1
commit e6281bfa5f

View File

@ -8,4 +8,6 @@ group :jekyll_plugins do
gem "jekyll-feed", "~> 0.15.1"
gem "jekyll-theme-minimal"
gem "jekyll-paginate", "~> 1.1.0"
gem "kramdown-parser-gfm", "~> 1.1.0"
gem "kramdown", "~> 2.3.2"
end