[rubygems/rubygems] Use modern hashes consistently

bb66253f2c
This commit is contained in:
David Rodríguez 2023-12-07 22:10:33 +01:00 committed by git
parent 9d696aa204
commit 2755cb1b2f
262 changed files with 3027 additions and 3113 deletions

View file

@ -11,7 +11,7 @@ class Gem::Commands::DependencyCommand < Gem::Command
def initialize
super "dependency",
"Show the dependencies of an installed gem",
:version => Gem::Requirement.default, :domain => :local
version: Gem::Requirement.default, domain: :local
add_version_option
add_platform_option