From f82906a3c846ef205fc02188851e5babd940545f Mon Sep 17 00:00:00 2001 From: Steve Richert Date: Mon, 23 Apr 2012 13:23:57 -0400 Subject: [PATCH] Update the RubyGems source to the secure URL --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1e01eae..f50abda 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' platforms :jruby do gem 'jruby-openssl', '~> 0.7'