mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed deprecation message
This commit is contained in:
parent
1bf796c69d
commit
e6901cea74
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class Gem::BasicSpecification
|
|||
class << self
|
||||
|
||||
extend Gem::Deprecate
|
||||
deprecate :default_specifications_dir, "Gem::BasicSpecification.default_specifications_dir", 2020, 02
|
||||
deprecate :default_specifications_dir, "Gem.default_specifications_dir", 2020, 02
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue