# frozen_string_literal: true

source "https://rubygems.org"

# gem "rails"
gem "github-pages", group: :jekyll_plugins

# Needed for `jekyll serve` on Ruby 3.0+ (webrick was removed from the stdlib).
# GitHub Pages production doesn't use this.
gem "webrick", "~> 1.8", group: :development
