1
0
Fork 0
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:
Nobuyoshi Nakada 2019-08-07 10:41:12 +09:00
parent 1bf796c69d
commit e6901cea74
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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