mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-04 23:19:03 +01:00
5 lines
145 B
Ruby
5 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
|