From fab07597d264c6845b4dda08f8857c36c407a8ce Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 8 Mar 2013 11:59:02 -0500 Subject: [PATCH] Use https to talk to rubygems --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 43a9f6e2b1..7f7b146978 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source :rubygems +source 'https://rubygems.org' gem 'rake', '~> 10.0.3' gem 'sass', '3.1.15' gem 'bourbon', '~> 1.3.6'