diff options
author | bronzdoc <lsagastume1990@gmail.com> | 2020-03-28 18:11:40 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-05-08 07:38:50 +0900 |
commit | ff37dd7e9e80e7b8882f24b0e56c69674fb7bdb0 (patch) | |
tree | 33411b1c192278c31846541e99404f2a0081f5e0 /lib/rubygems/installer.rb | |
parent | 42c91de9ce97556a9be2c702f317cf1d6107bc03 (diff) | |
download | ruby-ff37dd7e9e80e7b8882f24b0e56c69674fb7bdb0.tar.gz |
[rubygems/rubygems] Modify files to use new version horizon deprecations
https://github.com/rubygems/rubygems/commit/4fe5bb5bf3
Diffstat (limited to 'lib/rubygems/installer.rb')
-rw-r--r-- | lib/rubygems/installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb index abb7048b00..eb63029bd9 100644 --- a/lib/rubygems/installer.rb +++ b/lib/rubygems/installer.rb @@ -422,7 +422,7 @@ class Gem::Installer @gem_dir = directory extract_files end - deprecate :unpack, :none, 2020, 04 + deprecate :unpack ## # The location of the spec file that is installed. |