Merge pull request #363 from hunner/dynamic_gemsource

Allow custom gemsource
This commit is contained in:
Hunter Haugen 2014-02-11 16:50:16 -08:00
commit 2e8e14afc0

View file

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