summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorJames Wen <jrw2175@columbia.edu>2016-04-02 23:42:45 -0400
committerJames Wen <jrw2175@columbia.edu>2016-04-03 23:48:12 -0400
commita1ec005000359d8bb2638230e6231bf72a48d784 (patch)
tree33898492bc6a4fde09cdfa8d630413032930930e /lib/bundler.rb
parent3a09448d8b060f2688dbc73bfa1eb08e1bd126f3 (diff)
downloadbundler-a1ec005000359d8bb2638230e6231bf72a48d784.tar.gz
Create URICredentialsFilter module for filtering out authentication
credentials from uris
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 8288f839e1..ace1e7f3c4 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -52,6 +52,7 @@ module Bundler
autoload :SourceList, "bundler/source_list"
autoload :RubyGemsGemInstaller, "bundler/rubygems_gem_installer"
autoload :UI, "bundler/ui"
+ autoload :URICredentialsFilter, "bundler/uri_credentials_filter"
class << self
attr_writer :bundle_path