source "https://rubygems.org"

# This installs the exact versions of Jekyll and plugins that GitHub uses
gem "github-pages", group: :jekyll_plugins

# Required since you are using a "remote" theme (Just-the-Docs)
gem "jekyll-remote-theme"

# Fix for Ruby 3.0+ (Windows/Mac users often need this)
gem "webrick"

