From: Hunter Haugen Date: Wed, 12 Feb 2014 00:31:58 +0000 (-0800) Subject: Allow custom gemsource X-Git-Tag: 1.0.1~17^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8964cd6599acdc3c77af8ab824094dfdba899053;p=puppet-modules%2Fpuppetlabs-firewall.git Allow custom gemsource --- 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