diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb index 32a94a7e67..fbb8833cfb 100644 --- a/lib/bundler/runtime.rb +++ b/lib/bundler/runtime.rb @@ -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)