From dc0a5acb4c54775a9ca31eaa51b695b875f5c709 Mon Sep 17 00:00:00 2001 From: Scott Lundgren Date: Fri, 25 Apr 2014 16:10:56 -0400 Subject: [PATCH] Updates gems source to https --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f67ca10..2d9bbbb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source :rubygems +source 'https://rubygems.org' gem 'rails', '3.2.12'