Merge pull request #101 from whopper/maint/gem_source

(maint) Make GEM_SOURCE configurable in Gemfile
This commit is contained in:
Jesse Scott 2016-09-16 15:19:03 -07:00 committed by GitHub
commit 0b682d5710
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