From cd8b3489366ea60a877e895c3e4d4d3ab41a0626 Mon Sep 17 00:00:00 2001 From: Shota Iguchi Date: Fri, 23 Feb 2018 02:12:20 +0900 Subject: [PATCH] Fix gem source url --- rack-protection/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rack-protection/Gemfile b/rack-protection/Gemfile index 8e70942a..66d7b035 100644 --- a/rack-protection/Gemfile +++ b/rack-protection/Gemfile @@ -1,4 +1,4 @@ -source "http://rubygems.org" +source "https://rubygems.org" # encoding: utf-8 gem 'rake'