zcash-sync/docs/Gemfile

11 lines
224 B
Ruby
Raw Normal View History

2021-06-19 02:52:01 -07:00
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "jekyll", "~> 3.9"
gem "github-pages", "~> 215", group: :jekyll_plugins