ruby-changes:69969
From: Nobuyoshi <ko1@a...>
Date: Mon, 29 Nov 2021 23:38:17 +0900 (JST)
Subject: [ruby-changes:69969] 659c864a43 (master): [rubygems/rubygems] Deprecate typo name
https://git.ruby-lang.org/ruby.git/commit/?id=659c864a43 From 659c864a43d4bf2d287b08b451f8c67cd818739a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> 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(+) diff --git a/lib/rubygems/exceptions.rb b/lib/rubygems/exceptions.rb index f0debb646ff..20e4049e488 100644 --- a/lib/rubygems/exceptions.rb +++ b/lib/rubygems/exceptions.rb @@ -284,3 +284,4 @@ end https://github.com/ruby/ruby/blob/trunk/lib/rubygems/exceptions.rb#L284 # Backwards compatible typo'd exception class for early RubyGems 2.0.x Gem::UnsatisfiableDepedencyError = Gem::UnsatisfiableDependencyError # :nodoc: +Gem.deprecate_constant :UnsatisfiableDepedencyError -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/