From 304155122d75c1cd8d795216946182f28fa326c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= Date: Tue, 19 Mar 2013 21:24:55 +0100 Subject: [PATCH] Use SSL communications to rubygems.org --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index af1049e4..2be6bad1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -source :rubygems +source "https://rubygems.org" gem "rails", "2.3.17"