From ff37dd7e9e80e7b8882f24b0e56c69674fb7bdb0 Mon Sep 17 00:00:00 2001 From: bronzdoc Date: Sat, 28 Mar 2020 18:11:40 -0600 Subject: [rubygems/rubygems] Modify files to use new version horizon deprecations https://github.com/rubygems/rubygems/commit/4fe5bb5bf3 --- lib/rubygems/commands/query_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rubygems/commands') 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 -- cgit v1.2.1