Skip to content

Commit 523474b

Browse files
hsbtmatzbot
authored andcommitted
[ruby/rubygems] Deprecate --default option
ruby/rubygems@55745ee0f8
1 parent a27f430 commit 523474b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rubygems/install_update_options.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def add_install_update_options
158158
options[:without_groups].concat v.map(&:intern)
159159
end
160160

161-
add_option(:"Install/Update", "--default",
161+
add_option(:Deprecated, "--default",
162162
"Add the gem's full specification to",
163163
"specifications/default and extract only its bin") do |v,_o|
164164
options[:install_as_default] = v

0 commit comments

Comments
 (0)