From 04d552fabb05e65421f94a674c739c36d97f0e25 Mon Sep 17 00:00:00 2001 From: Dylan Thacker-Smith Date: Thu, 1 Feb 2018 07:08:19 -0500 Subject: [PATCH] Gemfile: Use https rather than git protocol to fetch liquid-c --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index dda9fa6..bdeefac 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,7 @@ source 'https://rubygems.org' +git_source(:github) do |repo_name| + "https://github.com/#{repo_name}.git" +end gemspec