From fcdc94c1ec2ecb3376179f0c4ffb0d7293f5c707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ug=CC=A7is=20Ozols?= Date: Mon, 22 Jul 2013 14:00:47 +0300 Subject: [PATCH] Use https for rubygems. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 957bdca2..cab4f67d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' gemspec