mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-01-18 09:54:27 -06:00
6 lines
145 B
Ruby
6 lines
145 B
Ruby
source "https://rubygems.org"
|
|
gem "github-pages", "~> 226", group: :jekyll_plugins
|
|
group :jekyll_plugins do
|
|
gem "jekyll-feed", "~> 0.15.1"
|
|
end
|