mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-09 07:46:13 -04:00
16 lines
447 B
Ruby
16 lines
447 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# connection_pool 3.x requires Ruby >= 3.2; jekyll/jekyll:4.2.2 (docs/Dockerfile) uses Ruby 3.1.
|
|
gem "connection_pool", "< 3"
|
|
|
|
# gem "jekyll", "~> 4.3.2"
|
|
gem "just-the-docs"
|
|
|
|
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
|
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
group :jekyll_plugins do
|
|
gem "jekyll-sitemap"
|
|
end
|