summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2021-08-26 15:39:22 +0200
committerHiroshi SHIBATA <[email protected]>2021-08-31 19:06:14 +0900
commit41240ffee3a796c02d24e6ed424ec1a9a1e242d6 (patch)
tree3e2ce7098cd38461ec755a7652c231235851d006 /lib
parente841042070357794ba9a73c685b98381f9ba6f80 (diff)
[rubygems/rubygems] Remove unused require
https://github.com/rubygems/rubygems/commit/2ee3e78a7a
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/installer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bundler/installer.rb b/lib/bundler/installer.rb
index 796fd34787..49ff177c0f 100644
--- a/lib/bundler/installer.rb
+++ b/lib/bundler/installer.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
-require "rubygems/dependency_installer"
require_relative "worker"
require_relative "installer/parallel_installer"
require_relative "installer/standalone"