1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove unused require

https://github.com/rubygems/rubygems/commit/2ee3e78a7a
This commit is contained in:
David Rodríguez 2021-08-26 15:39:22 +02:00 committed by Hiroshi SHIBATA
parent e841042070
commit 41240ffee3
Notes: git 2021-08-31 19:06:53 +09:00

View file

@ -1,6 +1,5 @@
# frozen_string_literal: true
require "rubygems/dependency_installer"
require_relative "worker"
require_relative "installer/parallel_installer"
require_relative "installer/standalone"