mirror of
https://github.com/jvsteiner/send-note.git
synced 2026-07-22 11:20:26 +00:00
10 lines
175 B
Ruby
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"
|