Skip to content

Commit

Permalink
Delay deprecation still used by recent bundlers
Browse files Browse the repository at this point in the history
Bundler 2.1.4 still uses this, let's wait a bit longer.
  • Loading branch information
deivid-rodriguez committed Dec 4, 2020
1 parent f7f8f7c commit 614fbd5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/rubygems/platform.rb
Expand Up @@ -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
Expand Down

0 comments on commit 614fbd5

Please sign in to comment.