diff --git a/Gemfile b/Gemfile index 4f6e33b..f9d1960 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,5 @@ -source ENV['GEM_SOURCE'] || 'https://rubygems.org' +source 'https://rubygems.org' +# source ENV['GEM_SOURCE'] || 'https://rubygems.org' def location_for(place_or_version, fake_version = nil) git_url_regex = %r{\A(?(https?|git)[:@][^#]*)(#(?.*))?}