diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-08-29 10:37:06 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-08-29 17:37:44 +0900 |
commit | a68208235e389158427f24c7573fd2cffc58d3a6 (patch) | |
tree | 19209d7a400ec89ed73c2a38bbaaac8f22c2f68d | |
parent | 7cc6f70aa2d2eb3b6ad493b1cf32a29287103aaf (diff) |
Removed redundant require for TestGemRequire
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11490
-rw-r--r-- | test/rubygems/helper.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb index 5b6ba999a4..3514954103 100644 --- a/test/rubygems/helper.rb +++ b/test/rubygems/helper.rb @@ -19,7 +19,6 @@ require "shellwords" require "tmpdir" require "rubygems/vendor/uri/lib/uri" require "zlib" -require "benchmark" # stdlib require_relative "mock_gem_ui" module Gem |