From 2a17b4f0222a24e2ae2cd686e611f6951215387e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 6 Sep 2024 13:02:07 +0200 Subject: [PATCH] [rubygems/rubygems] Deprecate constant that has been unused for a long time https://github.com/rubygems/rubygems/commit/282dbb3d62 --- lib/rubygems/exceptions.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rubygems/exceptions.rb b/lib/rubygems/exceptions.rb index 10530163cb..793324b875 100644 --- a/lib/rubygems/exceptions.rb +++ b/lib/rubygems/exceptions.rb @@ -134,6 +134,8 @@ class Gem::SpecificGemNotFoundException < Gem::GemNotFoundException attr_reader :errors end +Gem.deprecate_constant :SpecificGemNotFoundException + ## # Raised by Gem::Resolver when dependencies conflict and create the # inability to find a valid possible spec for a request.