remote-jobs/Gemfile
Doug Aitken fc0d102f16
Update Gemfile
Signed-off-by: Doug Aitken <dougaitken@users.noreply.github.com>
2023-10-12 01:20:16 +01:00

13 lines
434 B
Ruby

source 'https://rubygems.org'
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
gem "just-the-docs", "0.6.2" # pinned to the current release
# gem "just-the-docs" # always download the latest release
gem "jekyll-github-metadata", ">= 2.15"
gem "jekyll-include-cache", group: :jekyll_plugins
gem "html-proofer", "~> 5.0", :group => :development