All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 4m28s
12 lines
336 B
Ruby
12 lines
336 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
|
|
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
|
|
|
|
gem "just-the-docs", "0.10.0" # pinned to the current release
|
|
# gem "just-the-docs" # always download the latest release
|
|
|
|
gem 'jekyll-default-layout'
|
|
|
|
gem 'jekyll-webp'
|