mirror of
https://github.com/MAGICGrants/getmonero.dev.git
synced 2026-01-07 20:13:53 -05:00
12 lines
338 B
Ruby
12 lines
338 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
|
|
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
|
|
|
|
# gem "just-the-docs", "0.7.0" # pinned to the current release
|
|
gem "just-the-docs" # always download the latest release
|
|
|
|
gem "jekyll-default-layout"
|
|
|
|
gem "jekyll-sitemap"
|