jvsteiner_send-note/docs/Gemfile
Alan Grainger 3e063a0b4a Docs WIP
2023-11-07 14:32:27 +00:00

10 lines
175 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "github-pages", "~> 228", group: :jekyll_plugins
gem "just-the-docs"
gem "webrick", "~> 1.8"