From fade440e042c04c61004e0499fb42972bc89ba51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Fri, 13 Dec 2019 12:09:40 -0500 Subject: [PATCH] add @maxim-belkin suggestions --- Gemfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index 37f5eaa..1ece4c0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,10 @@ +# frozen_string_literal: true + source 'https://rubygems.org' + +git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } + +# Synchronize with https://pages.github.com/versions +ruby '>=2.5.3' + gem 'github-pages', group: :jekyll_plugins -- 2.30.2