We're failing to infer a gem name and version for cross-repo. One thing we could do is check the scip-ruby error message emitted when running the first time, if there is a 'failed to infer' in the output, then run bundle install (which will create a Gemfile.lock) and then re-run scip-ruby.
We're failing to infer a gem name and version for cross-repo. One thing we could do is check the scip-ruby error message emitted when running the first time, if there is a 'failed to infer' in the output, then run
bundle install(which will create a Gemfile.lock) and then re-run scip-ruby.