summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-09-06 13:02:07 +0200
committergit <svn-admin@ruby-lang.org>2024-09-06 18:44:37 +0000
commit2a17b4f0222a24e2ae2cd686e611f6951215387e (patch)
treec0df0b6f491194e5e9556a4eb62a6e3038424937 /lib
parent4478ca31131a1c5d7eac5ae79bfae5f2d28f4d60 (diff)
[rubygems/rubygems] Deprecate constant that has been unused for a long time
https://github.com/rubygems/rubygems/commit/282dbb3d62
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/exceptions.rb2
1 files changed, 2 insertions, 0 deletions
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.