Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 285 Bytes

Gemfile.md

File metadata and controls

7 lines (5 loc) · 285 Bytes

source 'https://rubygems.org'

gem "jekyll", "~> 4.3" # installed by gem jekyll

gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

gem "just-the-docs", "0.4.2" # pinned to the current release

gem "just-the-docs" # always download the latest release