diff options
author | David RodrÃguez <[email protected]> | 2024-09-06 13:02:07 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-09-06 18:44:37 +0000 |
commit | 2a17b4f0222a24e2ae2cd686e611f6951215387e () | |
tree | c0df0b6f491194e5e9556a4eb62a6e3038424937 /lib/rubygems/exceptions.rb | |
parent | 4478ca31131a1c5d7eac5ae79bfae5f2d28f4d60 (diff) |
[rubygems/rubygems] Deprecate constant that has been unused for a long time
https://.com/rubygems/rubygems/commit/282dbb3d62
-rw-r--r-- | lib/rubygems/exceptions.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -134,6 +134,8 @@ class Gem::SpecificGemNotFoundException < Gem::GemNotFoundException attr_reader :errors end ## # Raised by Gem::Resolver when dependencies conflict and create the # inability to find a valid possible spec for a request. |