зеркало из https://github.com/github/ruby.git
[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:
Родитель
9a25a98c6b
Коммит
fe47ac213b
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче