diff options
author | David Rodriguez <[email protected]> | 2021-10-10 17:10:49 +0200 |
---|---|---|
committer | git <[email protected]> | 2021-10-11 01:12:50 +0900 |
commit | e0c20485db62f1c764b9902ad4e64658a9027632 () | |
tree | 8062953271765cbd9244d168b6333b89ae6ed558 /lib/rubygems/util.rb | |
parent | 10c650628a0c0137fbe09e5631db8e0624dfbcc4 (diff) |
[ruby/rubygems] Prefer `require_relative` for internal requires
https://.com/rubygems/rubygems/commit/51796f257a
-rw-r--r-- | lib/rubygems/util.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # frozen_string_literal: true -require 'rubygems/deprecate' ## # This module contains various utility methods as module methods. |