From 4791519385928ce2327565cb2abd188517274978 Mon Sep 17 00:00:00 2001 From: Scooter Wadsworth Date: Thu, 10 Oct 2013 12:46:12 -0600 Subject: [PATCH] Update Gemfile to use URL --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d4438b7..cdfab82 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ -source :rubygems +source 'https://rubygems.org' gemspec group :test do gem 'rspec' -end \ No newline at end of file +end