module Gem::LocalRemoteOptions

def add_update_sources_option

def add_update_sources_option
  add_option(:Deprecated, "-u", "--[no-]update-sources",
             "Update local source cache") do |value, _options|
    Gem.configuration.update_sources = value
  end
end