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

[rubygems/rubygems] Remove explicit require for autoloaded constant

https://github.com/rubygems/rubygems/commit/a54230093e
This commit is contained in:
David Rodríguez 2020-07-01 09:38:29 +02:00 committed by Hiroshi SHIBATA
parent 3921ab8291
commit fedaa61b3f
Notes: git 2020-07-31 21:08:11 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@ require 'rubygems/package'
require 'rubygems/installer'
require 'rubygems/spec_fetcher'
require 'rubygems/user_interaction'
require 'rubygems/source'
require 'rubygems/available_set'
require 'rubygems/deprecate'

View file

@ -1,5 +1,4 @@
# frozen_string_literal: true
require 'rubygems/source'
##
# The SourceList represents the sources rubygems has been configured to use.