[rubygems/rubygems] Prefer require_relative to require for internal requires

c74fc58695
This commit is contained in:
David Rodríguez 2019-04-22 13:56:16 +02:00 committed by Hiroshi SHIBATA
parent f6803d2411
commit 54ae3f587e
Notes: git 2025-06-06 00:31:58 +00:00
80 changed files with 273 additions and 273 deletions

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'rubygems/command'
require 'rubygems/query_utils'
require_relative '../command'
require_relative '../query_utils'
##
# Searches for gems starting with the supplied argument.