summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-01-17 20:53:52 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 18:50:55 +0900
commitddc4fd5644ae40e6b817fc534f0de0f9c867e7b7 (patch)
tree6555d7277c3afbfb4f66bd2eb0dc243ee90798f2 /lib/bundler.rb
parent7800d4eeb5cfcd367a596044c183c547642066e2 (diff)
Normalize git sources
Just like gem sources, a "style-only" change, like adding a trailing slash, should not expire them.
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 1598397bca..3f7fc8f5f4 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -85,6 +85,7 @@ module Bundler
autoload :StubSpecification, File.expand_path("bundler/stub_specification", __dir__)
autoload :UI, File.expand_path("bundler/ui", __dir__)
autoload :URICredentialsFilter, File.expand_path("bundler/uri_credentials_filter", __dir__)
+ autoload :URINormalizer, File.expand_path("bundler/uri_normalizer", __dir__)
class << self
def configure