Merge pull request #3158 from dosire/master

Use secure protocol
5-0-stable
Dmitriy Zaporozhets 2013-03-06 10:22:45 -08:00
commit 89ce02ea5d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source "http://rubygems.org"
source "https://rubygems.org"
def darwin_only(require_as)
RUBY_PLATFORM.include?('darwin') && require_as