From 7384011e546f6b5bf8f2f6ace5d0e65b0a85bee4 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 26 Feb 2013 21:06:16 +0100 Subject: [PATCH] Use rubygems via https --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b0810ca4..b9791555 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ ruby '1.9.3' rescue nil -source :rubygems +source 'https://rubygems.org' gemspec gem 'travis-core', github: 'travis-ci/travis-core' diff --git a/Gemfile.lock b/Gemfile.lock index d22ac457..416c2b1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ PATH travis-support GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: actionmailer (3.2.12) actionpack (= 3.2.12)