aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/commands/query_command.rb
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2020-04-19 07:41:54 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-08 07:38:50 +0900
commit7db538a7c92bcbcccb97d2ffcf505bee4d85e7d3 (patch)
treef39b14d36e148245a1b91f09b3bd0db1c2f4e1eb /lib/rubygems/commands/query_command.rb
parent361ed8d0a65df513f527c62539abb71b4c34a006 (diff)
downloadruby-7db538a7c92bcbcccb97d2ffcf505bee4d85e7d3.tar.gz
[rubygems/rubygems] Rename version horizon deprecation methods
https://github.com/rubygems/rubygems/commit/6afd914fda
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 ed245f1b8f..7a26b55ac6 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
+ rubygems_deprecate_command
include Gem::QueryUtils