Allow custom gemsource

This commit is contained in:
Hunter Haugen 2014-02-11 16:33:52 -08:00
parent 41e13ff8a6
commit a9eba26ab7

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