summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-11-22 20:31:40 +0900
committernagachika <nagachika@ruby-lang.org>2022-11-22 21:50:22 +0900
commit6f59f0bebc5fe1ae84028832cc777160d853e302 (patch)
tree0feb32969611b220f1aef178c0cc1a3ecbfee754 /lib/bundler.rb
parent8f2586f1985041b8be33358052fa647d02bf2aea (diff)
Merge RubyGems-3.3.24 and Bundler-2.3.24
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 24785ef5eb..436cdf25ad 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -41,7 +41,6 @@ module Bundler
autoload :Definition, File.expand_path("bundler/definition", __dir__)
autoload :Dependency, File.expand_path("bundler/dependency", __dir__)
- autoload :DepProxy, File.expand_path("bundler/dep_proxy", __dir__)
autoload :Deprecate, File.expand_path("bundler/deprecate", __dir__)
autoload :Digest, File.expand_path("bundler/digest", __dir__)
autoload :Dsl, File.expand_path("bundler/dsl", __dir__)