summaryrefslogtreecommitdiff
path: root/lib/rubygems/installer.rb
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2020-03-28 18:11:40 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-08 07:38:50 +0900
commitff37dd7e9e80e7b8882f24b0e56c69674fb7bdb0 (patch)
tree33411b1c192278c31846541e99404f2a0081f5e0 /lib/rubygems/installer.rb
parent42c91de9ce97556a9be2c702f317cf1d6107bc03 (diff)
[rubygems/rubygems] Modify files to use new version horizon deprecations
https://github.com/rubygems/rubygems/commit/4fe5bb5bf3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3087
Diffstat (limited to 'lib/rubygems/installer.rb')
-rw-r--r--lib/rubygems/installer.rb2
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.