[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,5 +1,5 @@
# frozen_string_literal: true
require 'rubygems/command'
require_relative '../command'
class Gem::Commands::StaleCommand < Gem::Command
def initialize