summaryrefslogtreecommitdiff
path: root/lib/rubygems/basic_specification.rb
diff options
context:
space:
mode:
authorbronzdoc <[email protected]>2020-04-19 07:41:54 -0600
committerHiroshi SHIBATA <[email protected]>2020-05-08 07:38:50 +0900
commit7db538a7c92bcbcccb97d2ffcf505bee4d85e7d3 ()
treef39b14d36e148245a1b91f09b3bd0db1c2f4e1eb /lib/rubygems/basic_specification.rb
parent361ed8d0a65df513f527c62539abb71b4c34a006 (diff)
[rubygems/rubygems] Rename version horizon deprecation methods
https://.com/rubygems/rubygems/commit/6afd914fda
Notes: Merged: https://.com/ruby/ruby/pull/3087
-rw-r--r--lib/rubygems/basic_specification.rb2
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ class Gem::BasicSpecification
class << self
extend Gem::Deprecate
- deprecate :default_specifications_dir, "Gem.default_specifications_dir"
end