Allow custom gemsource

This commit is contained in:
Hunter Haugen 2014-02-11 16:34:43 -08:00
parent 467c4c56e9
commit ab21bd39fd

View file

@ -1,4 +1,4 @@
source 'https://rubygems.org'
source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :development, :test do
gem 'rake', :require => false