From 98a14685f442432ad3a6ba5493cf14a836d8da63 Mon Sep 17 00:00:00 2001 From: Will Hopper Date: Fri, 16 Sep 2016 15:02:52 -0700 Subject: [PATCH] (maint) Make GEM_SOURCE configurable in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 756f11d..faca3ba 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source ENV['GEM_SOURCE'] || "https://rubygems.org" gemspec