From 3d982db2a2a3f77d8f5bc35ac115334428e3e064 Mon Sep 17 00:00:00 2001 From: Nick Quaranto Date: Tue, 5 Feb 2013 15:21:44 -0500 Subject: [PATCH] Use https://rubygems.org instead of http --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e8703abb8f9..fe84fb1f10c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' gem 'redis' gem 'redis-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 1a27a174107..2025f9bee8e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ PATH rails (~> 3.1) GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: actionmailer (3.2.11) actionpack (= 3.2.11)