From dc1d17a0513172e251bdc7d800a362902601ef2b Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Sun, 21 Apr 2013 00:35:13 -0400 Subject: [PATCH] Make Gemfile use https://rubygems.org --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e45e65f8..851fabc2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,2 @@ -source :rubygems +source 'https://rubygems.org' gemspec