[rubygems/rubygems] Removed unused Gem::Deprecate from Gem::TestCase

https://github.com/rubygems/rubygems/commit/d8a75a5f84
This commit is contained in:
Hiroshi SHIBATA 2023-04-05 11:07:45 +09:00 committed by git
parent 8e37eb1d15
commit 9a5d4cc80b

View File

@ -11,8 +11,6 @@ require "test/unit"
ENV["JARS_SKIP"] = "true" if Gem.java_platform? # avoid unnecessary and noisy `jar-dependencies` post install hook
require "rubygems/deprecate"
require "fileutils"
require "pathname"
require "pp"
@ -72,8 +70,6 @@ end
# your normal set of gems is not affected.
class Gem::TestCase < Test::Unit::TestCase
extend Gem::Deprecate
attr_accessor :fetcher # :nodoc:
attr_accessor :gem_repo # :nodoc: