Browse Source

allow specifying gem source via env var

Justin Stoller 10 years ago
parent
commit
63277db4f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gemfile

+ 1 - 1
Gemfile

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