mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-04 03:01:23 -06:00
Splitting this out of #1513 to make my life reviewing a bit easier! Note that this does *not* affect our downstream users, just the docs site for this project itself. --------- Co-authored-by: Michael Ball <michael@mball.co>
17 lines
345 B
Groff
17 lines
345 B
Groff
source "https://rubygems.org"
|
|
|
|
gem "jekyll", "~> 3.9"
|
|
|
|
gem "jekyll-seo-tag", ">= 2.0"
|
|
gem "rake", ">= 12.3.1"
|
|
|
|
gem "jekyll-include-cache", group: :jekyll_plugins
|
|
gem "jekyll-sitemap", group: :jekyll_plugins
|
|
|
|
# required for Jekyll 3
|
|
gem "webrick", "~> 1.7"
|
|
gem "kramdown-parser-gfm", '~> 1.1'
|
|
|
|
# docs-only
|
|
gem "jekyll-github-metadata", ">= 2.15"
|