Skip to content

Commit 2e8e14a

Browse files
committed
Merge pull request puppetlabs#363 from hunner/dynamic_gemsource
Allow custom gemsource
2 parents b99094b + 969cc8b commit 2e8e14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://rubygems.org'
1+
source ENV['GEM_SOURCE'] || "https://rubygems.org"
22

33
group :development, :test do
44
gem 'rake'

0 commit comments

Comments
 (0)