diff options
author | bronzdoc <[email protected]> | 2020-04-19 07:41:54 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-05-08 07:38:50 +0900 |
commit | 7db538a7c92bcbcccb97d2ffcf505bee4d85e7d3 () | |
tree | f39b14d36e148245a1b91f09b3bd0db1c2f4e1eb /lib/rubygems/basic_specification.rb | |
parent | 361ed8d0a65df513f527c62539abb71b4c34a006 (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.rb | 2 |
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 |