Gemfile: Use https rather than git protocol to fetch liquid-c

This commit is contained in:
Dylan Thacker-Smith
2018-02-01 07:08:19 -05:00
parent 5106466a2d
commit 04d552fabb

View File

@@ -1,4 +1,7 @@
source 'https://rubygems.org'
git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end
gemspec