mirror of
https://github.com/stashapp/StashDB-Docs.git
synced 2026-05-01 12:12:51 -05:00
10 lines
178 B
Ruby
10 lines
178 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "webrick", "~> 1.8.1"
|
|
gem "just-the-docs"
|
|
gem "jekyll-include-cache"
|
|
|
|
group :jekyll_plugins do
|
|
gem "jekyll-remote-theme", "~> 0.4.2"
|
|
end
|