From 4b1b2f10bb35ff9023ea48906778b8f078285468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tayfun=20O=CC=88zis=CC=A7=20ERI=CC=87KAN?= Date: Fri, 14 Jun 2013 09:54:02 +0300 Subject: [PATCH] #1 Rubygems source switched to https --- Gemfile | 4 +--- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9791a33..3ce760f 100755 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,4 @@ -# If you have OpenSSL installed, we recommend updating -# the following line to use "https" -source 'http://rubygems.org' +source 'https://rubygems.org' gem 'middleman', '~>3.0.14' gem 'middleman-livereload', '~> 3.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index f0759bb..b47158a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: activesupport (3.2.13) i18n (= 0.6.1)