[rubygems/rubygems] Deprecate constant that has been unused for a long time

https://github.com/rubygems/rubygems/commit/282dbb3d62
This commit is contained in:
David Rodríguez 2024-09-06 13:02:07 +02:00 коммит произвёл git
Родитель 4478ca3113
Коммит 2a17b4f022
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.