mirror of
https://github.com/danog/rpc-db.git
synced 2024-11-26 20:14:40 +01:00
8 lines
199 B
Ruby
8 lines
199 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
source "https://rubygems.org"
|
||
|
|
||
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
||
|
|
||
|
# gem "rails"
|
||
|
gem "github-pages", "~> 215", group: :jekyll_plugins
|