OSDN Git Service

Use secure protocol
authorSytse Sijbrandij <sytses@gmail.com>
Wed, 6 Mar 2013 16:55:11 +0000 (17:55 +0100)
committerSytse Sijbrandij <sytses@gmail.com>
Wed, 6 Mar 2013 16:55:11 +0000 (17:55 +0100)
Gemfile

diff --git a/Gemfile b/Gemfile
index 41d8619..4cc7470 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
-source "http://rubygems.org"
+source "https://rubygems.org"
 
 def darwin_only(require_as)
   RUBY_PLATFORM.include?('darwin') && require_as