add source to Gemfile

This commit is contained in:
Marco Biedermann 2018-07-22 20:51:21 +02:00
parent 0852fe5423
commit 3c6b4a1c64
No known key found for this signature in database
GPG Key ID: 61342DB42C3F6E1E
1 changed files with 6 additions and 0 deletions

View File

@ -1 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll"