plugo/Gemfile

11 lines
165 B
Ruby
Raw Normal View History

2022-03-05 15:50:21 +00:00
source "https://rubygems.org"
2024-07-11 06:50:11 +00:00
gem "jekyll", "~> 4.3.0"
2022-03-05 15:50:21 +00:00
gem "minima", "~> 2.5"
2024-07-11 06:50:11 +00:00
2022-03-05 15:50:21 +00:00
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end
gem "webrick", "~> 1.7"