mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
8 lines
288 B
Ruby
8 lines
288 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
|
|
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
|
|
|
|
gem "just-the-docs", "0.10.1" # pinned to the current release
|
|
# gem "just-the-docs" # always download the latest release
|