From 063ae608673eeb2bcb980c46c7817fa8bb12788f Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 27 Sep 2013 21:36:29 -0700 Subject: [PATCH] update gemfile --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 148b664..4c39b70 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source :rubygems +source 'https://rubygems.org' gem 'builder' gem 'json' diff --git a/Gemfile.lock b/Gemfile.lock index 7a533c4..057874f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: http://rubygems.org/ + remote: https://rubygems.org/ specs: builder (3.0.0) json (1.6.1)