diff options
author | bronzdoc <[email protected]> | 2020-03-28 18:11:40 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-05-08 07:38:50 +0900 |
commit | ff37dd7e9e80e7b8882f24b0e56c69674fb7bdb0 () | |
tree | 33411b1c192278c31846541e99404f2a0081f5e0 /lib/rubygems/commands/query_command.rb | |
parent | 42c91de9ce97556a9be2c702f317cf1d6107bc03 (diff) |
[rubygems/rubygems] Modify files to use new version horizon deprecations
https://.com/rubygems/rubygems/commit/4fe5bb5bf3
Notes: Merged: https://.com/ruby/ruby/pull/3087
-rw-r--r-- | lib/rubygems/commands/query_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require 'rubygems/deprecate' class Gem::Commands::QueryCommand < Gem::Command extend Gem::Deprecate - deprecate_command(2020, 12) include Gem::QueryUtils |