diff options
author | bronzdoc <[email protected]> | 2020-03-28 18:11:40 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-05-08 07:38:50 +0900 |
commit | ff37dd7e9e80e7b8882f24b0e56c69674fb7bdb0 () | |
tree | 33411b1c192278c31846541e99404f2a0081f5e0 /lib/rubygems/basic_specification.rb | |
parent | 42c91de9ce97556a9be2c702f317cf1d6107bc03 (diff) |
[rubygems/rubygems] Modify files to use new version horizon deprecations
https://.com/rubygems/rubygems/commit/4fe5bb5bf3
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", 2020, 02 end |