aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher.rb
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-03-15 14:51:56 +1100
committerTim Moore <tmoore@incrementalism.net>2015-03-15 14:51:56 +1100
commitd80e5f1ffd59821c33a45798232e129f6b1d8899 (patch)
treee935e60ff472d47f006a44093c028d18033236f2 /lib/bundler/fetcher.rb
parente73c24660143af961ab7e91675ebc2b55073cca6 (diff)
downloadbundler-d80e5f1ffd59821c33a45798232e129f6b1d8899.tar.gz
Move lookup of mirror into Remote.
Diffstat (limited to 'lib/bundler/fetcher.rb')
-rw-r--r--lib/bundler/fetcher.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index bd336a24..e8d3e36b 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -397,7 +397,6 @@ module Bundler
private
def configured_uri_for(uri)
- uri = Bundler.settings.mirror_for(uri)
config_auth = Bundler.settings.credentials_for(uri)
Source::Rubygems::Remote.new(uri, config_auth)
end