summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-21 13:30:43 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-21 13:31:22 +0900
commit4419b5dbc2e3fe4ec3ac27e3d8b8a2b357f27426 (patch)
treeea5725ae807a4cf0270ceaf0d0dcd0db5508c2ce /spec/bundler
parent81dfe3c47bb397a0a54ee10c6913112181a8466d (diff)
The investigation is going on...
Diffstat (limited to 'spec/bundler')
-rw-r--r--spec/bundler/support/indexes.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/bundler/support/indexes.rb b/spec/bundler/support/indexes.rb
index 63c598b468..b76f493d01 100644
--- a/spec/bundler/support/indexes.rb
+++ b/spec/bundler/support/indexes.rb
@@ -27,12 +27,6 @@ module Spec
end
source_requirements ||= {}
Bundler::Resolver.resolve(deps, @index, source_requirements, *args)
- rescue NoMethodError => e
- if e.receiver.is_a?(String) and e.name == :name
- PP.pp([deps, @index, source_requirements, *args], STDERR)
- STDERR.puts e.message, e.backtrace
- end
- raise
end
def should_resolve_as(specs)