Skip to content

Commit

Permalink
Merge pull request #123 from hunner/dynamic_gemsource
Browse files Browse the repository at this point in the history
Allow custom gemsource
  • Loading branch information
hunner committed Feb 12, 2014
2 parents 5e6aecb + bc9494d commit 27662d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
source ENV['GEM_SOURCE'] || "https://rubygems.org"

group :development, :test do
gem 'rake', :require => false
Expand Down

0 comments on commit 27662d8

Please sign in to comment.