diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-03-24 20:23:57 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-03-24 15:27:00 +0000 |
commit | 5e4b4d667441461f6384b2afb47df855c06d2e20 () | |
tree | 0b496daf754f63f67fe35335231fe474f48b5325 /lib/rubygems/exceptions.rb | |
parent | 7c015c3b30ca3618f9c02c03ff4184ca8587b2c1 (diff) |
[rubygems/rubygems] Remove typo name
It is more 2 years since #5109, probably enough time to warn. https://.com/rubygems/rubygems/commit/1e9433e77f
-rw-r--r-- | lib/rubygems/exceptions.rb | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |