mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-04 15:08:59 +01: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
|