mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/rubygems] Deprecate --default option
https://github.com/ruby/rubygems/commit/55745ee0f8
This commit is contained in:
parent
a27f430de7
commit
523474bdfc
@ -158,7 +158,7 @@ module Gem::InstallUpdateOptions
|
||||
options[:without_groups].concat v.map(&:intern)
|
||||
end
|
||||
|
||||
add_option(:"Install/Update", "--default",
|
||||
add_option(:Deprecated, "--default",
|
||||
"Add the gem's full specification to",
|
||||
"specifications/default and extract only its bin") do |v,_o|
|
||||
options[:install_as_default] = v
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user