From 627c9f567c5b3e4f58ad0da422e475c218f9bb7c Mon Sep 17 00:00:00 2001 From: Dan Carley Date: Fri, 11 Jul 2014 09:44:05 +0100 Subject: [PATCH] Use https://rubygems in Gemfile This is best practice because it gives us *some* integrity about who we are downloading gems from. Following gds-operations/vcloud-launcher#52 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d65e2a6..fa75df1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' gemspec