aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher.rb
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-03-15 15:32:06 +1100
committerTim Moore <tmoore@incrementalism.net>2015-03-15 15:32:06 +1100
commit5ccddd4c9fd8a9793396439b6c3eb20964323333 (patch)
treeac0113d05a8ef31f64606b82afc0497bed378600 /lib/bundler/fetcher.rb
parentd80e5f1ffd59821c33a45798232e129f6b1d8899 (diff)
downloadbundler-5ccddd4c9fd8a9793396439b6c3eb20964323333.tar.gz
Move remote URI resolution logic into Remote.
Diffstat (limited to 'lib/bundler/fetcher.rb')
-rw-r--r--lib/bundler/fetcher.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bundler/fetcher.rb b/lib/bundler/fetcher.rb
index e8d3e36b..e23521aa 100644
--- a/lib/bundler/fetcher.rb
+++ b/lib/bundler/fetcher.rb
@@ -397,8 +397,7 @@ module Bundler
private
def configured_uri_for(uri)
- config_auth = Bundler.settings.credentials_for(uri)
- Source::Rubygems::Remote.new(uri, config_auth)
+ Source::Rubygems::Remote.new(uri)
end
def fetch_uri