(maint) Make GEM_SOURCE configurable in Gemfile

This commit is contained in:
Will Hopper 2016-09-16 15:02:52 -07:00
parent ee0cc0e5a4
commit 98a14685f4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source 'https://rubygems.org'
source ENV['GEM_SOURCE'] || "https://rubygems.org"
gemspec