From 659c864a43d4bf2d287b08b451f8c67cd818739a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 29 Nov 2021 19:00:15 +0900 Subject: [rubygems/rubygems] Deprecate typo name https://github.com/rubygems/rubygems/commit/62d54cbf08 --- lib/rubygems/exceptions.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/rubygems') diff --git a/lib/rubygems/exceptions.rb b/lib/rubygems/exceptions.rb index f0debb646f..20e4049e48 100644 --- a/lib/rubygems/exceptions.rb +++ b/lib/rubygems/exceptions.rb @@ -284,3 +284,4 @@ end # Backwards compatible typo'd exception class for early RubyGems 2.0.x Gem::UnsatisfiableDepedencyError = Gem::UnsatisfiableDependencyError # :nodoc: +Gem.deprecate_constant :UnsatisfiableDepedencyError -- cgit v1.2.3