From 614fbd51bb547a2cef15afe7791bbe8ef29c43c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Wed, 2 Dec 2020 16:50:47 +0100 Subject: [PATCH] Delay deprecation still used by recent bundlers Bundler 2.1.4 still uses this, let's wait a bit longer. --- lib/rubygems/platform.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/rubygems/platform.rb b/lib/rubygems/platform.rb index 8dad2a0d3b7d..a500fd24c8f1 100644 --- a/lib/rubygems/platform.rb +++ b/lib/rubygems/platform.rb @@ -21,11 +21,6 @@ def self.match(platform) match_platforms?(platform, Gem.platforms) end - class << self - extend Gem::Deprecate - rubygems_deprecate :match, "Gem::Platform.match_spec?" - end - def self.match_platforms?(platform, platforms) platforms.any? do |local_platform| platform.nil? or