[rubygems/rubygems] Remove dead code

https://github.com/rubygems/rubygems/commit/fad186df39
This commit is contained in:
David Rodríguez 2023-12-11 12:41:58 +01:00 коммит произвёл Hiroshi SHIBATA
Родитель 6b3c9cebe9
Коммит 70428247c6
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -36,10 +36,6 @@ module Bundler
gem_spec if gem_spec&.default_gem?
end
def spec_not_found(gem_name)
raise GemNotFound, Bundler::CLI::Common.gem_not_found_message(gem_name, Bundler.definition.dependencies)
end
def print_gem_version(spec)
Bundler.ui.info spec.version.to_s
end