From 8bd979c6440674d220d22e4d8d62d5bed7a3a425 Mon Sep 17 00:00:00 2001 From: "Todd A. Jacobs" Date: Tue, 4 Jun 2013 12:07:31 -0400 Subject: [PATCH] Use HTTPS to fetch gems more securely. Update the Gemfile to use HTTPS instead of HTTP as the gem source to prevent man-in-the-middle attacks. --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1c86af9..b4e2a20 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,3 @@ -source "http://rubygems.org" +source "https://rubygems.org" gemspec -