mirror of
https://github.com/danog/MadelineProtoPhar.git
synced 2024-11-26 20:35:26 +01:00
9 lines
200 B
Ruby
9 lines
200 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
|