Skip to content

Commit a0c3b82

Browse files
committed
Merge pull request redhat-openstack#73 from hunner/dynamic_gemsource
Allow custom gemsource
2 parents 467c4c5 + ab21bd3 commit a0c3b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source 'https://rubygems.org'
1+
source ENV['GEM_SOURCE'] || "https://rubygems.org"
22

33
group :development, :test do
44
gem 'rake', :require => false

0 commit comments

Comments
 (0)