[rubygems/rubygems] Remove typo name

It is more 2 years since #5109, probably enough time to warn.

https://github.com/rubygems/rubygems/commit/1e9433e77f
This commit is contained in:
Nobuyoshi Nakada 2024-03-24 20:23:57 +09:00 committed by git
parent 7c015c3b30
commit 5e4b4d6674

View File

@ -292,9 +292,3 @@ class Gem::UnsatisfiableDependencyError < Gem::DependencyError
@dependency.requirement
end
end
##
# Backwards compatible typo'd exception class for early RubyGems 2.0.x
Gem::UnsatisfiableDepedencyError = Gem::UnsatisfiableDependencyError # :nodoc:
Gem.deprecate_constant :UnsatisfiableDepedencyError