From 8964cd6599acdc3c77af8ab824094dfdba899053 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 11 Feb 2014 16:31:58 -0800 Subject: [PATCH] Allow custom gemsource --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 690b772..9e6eaa5 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source ENV['GEM_SOURCE'] || "https://rubygems.org" group :development, :test do gem 'puppetlabs_spec_helper', :require => false -- 2.45.2