Skip to content

Commit

Permalink
Merge pull request redhat-openstack#73 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 467c4c5 + ab21bd3 commit a0c3b82
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 a0c3b82

Please sign in to comment.