aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/commands/query_command.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/commands/query_command.rb
parent42c91de9ce97556a9be2c702f317cf1d6107bc03 (diff)
downloadruby-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/commands/query_command.rb')
-rw-r--r--lib/rubygems/commands/query_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/commands/query_command.rb b/lib/rubygems/commands/query_command.rb
index 9d7f1b287f..ed245f1b8f 100644
--- a/lib/rubygems/commands/query_command.rb
+++ b/lib/rubygems/commands/query_command.rb
@@ -6,7 +6,7 @@ require 'rubygems/deprecate'
class Gem::Commands::QueryCommand < Gem::Command
extend Gem::Deprecate
- deprecate_command(2020, 12)
+ deprecate_command
include Gem::QueryUtils