[rubygems/rubygems] Remove unnecessary exception

If we have succeeded to materialize the bundle, all specs should be
loaded.

https://github.com/rubygems/rubygems/commit/bd3712d824
This commit is contained in:
David Rodríguez 2021-07-26 15:20:53 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель 9a25a98c6b
Коммит fe47ac213b
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -22,10 +22,6 @@ module Bundler
# Activate the specs
load_paths = specs.map do |spec|
unless spec.loaded_from
raise GemNotFound, "#{spec.full_name} is missing. Run `bundle install` to get it."
end
check_for_activated_spec!(spec)
Bundler.rubygems.mark_loaded(spec)