mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Investigation of a sporadic error at Github Actions
This commit is contained in:
parent
5a384e2c08
commit
dd58c4ba35
1 changed files with 6 additions and 0 deletions
|
|
@ -27,6 +27,12 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue