From 63f9a6f1ba334fc184d053edc8488e7fa4865237 Mon Sep 17 00:00:00 2001 From: Alexander Wenzowski Date: Thu, 28 Feb 2013 19:05:39 -0500 Subject: [PATCH] bundler should communicate with rubygems using ssl --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d3eb20d0e..47d716923 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://rubygems.org' +source 'https://rubygems.org' gem 'rails', '3.2.12' diff --git a/Gemfile.lock b/Gemfile.lock index 43e1df401..2edad44c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,7 +8,7 @@ GIT nokogiri (>= 1.3.3) GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: actionmailer (3.2.12) actionpack (= 3.2.12)