From 54d6c8912aaa6f7330400b99499d7f65389a39d3 Mon Sep 17 00:00:00 2001 From: Richard Michael Date: Tue, 13 Aug 2013 18:11:20 -0400 Subject: [PATCH] Silence bundler HTTPS warning. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e45e65f..851fabc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,2 @@ -source :rubygems +source 'https://rubygems.org' gemspec