mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-04-24 01:39:18 -04:00
10 lines
178 B
Ruby
10 lines
178 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
# gem "rails"
|
|
|
|
# gem "jekyll", "~> 4.2"
|
|
gem "github-pages", group: :jekyll_plugins
|
|
gem "webrick", "~> 1.7"
|