From 9a5d4cc80ba16f4817dd9b1311e3e6239732618a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 5 Apr 2023 11:07:45 +0900 Subject: [PATCH] [rubygems/rubygems] Removed unused Gem::Deprecate from Gem::TestCase https://github.com/rubygems/rubygems/commit/d8a75a5f84 --- test/rubygems/helper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb index 3c4afca5cd..4b9fc258dc 100644 --- a/test/rubygems/helper.rb +++ b/test/rubygems/helper.rb @@ -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: