summaryrefslogtreecommitdiff
path: root/lib/rubygems
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-11-29 19:00:15 +0900
committergit <svn-admin@ruby-lang.org>2021-11-29 23:38:01 +0900
commit659c864a43d4bf2d287b08b451f8c67cd818739a (patch)
tree4491e7d63ed3bcb4ec02dfbd350bce4767104e21 /lib/rubygems
parent95a6212a431929d91435056fa8df13ae697f8071 (diff)
[rubygems/rubygems] Deprecate typo name
https://github.com/rubygems/rubygems/commit/62d54cbf08
Diffstat (limited to 'lib/rubygems')
-rw-r--r--lib/rubygems/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
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