Merge pull request #363 from hunner/dynamic_gemsource
Allow custom gemsource
This commit is contained in:
commit
2e8e14afc0
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
|||
source 'https://rubygems.org'
|
||||
source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
||||
|
||||
group :development, :test do
|
||||
gem 'rake'
|
||||
|
|
Loading…
Reference in a new issue