Our Gemfile contains a couple of local 'path' referenced gems like this:
gem 'cube_api', path: 'engines/cube_api'
...
And when doing a bazel build of the ruby_bundle we get the following error:
The path
`/private/var/tmp/_bazel_robgates/8efc94f49031def35bcd0c9e587be3f7/external/webapp_bundle/engines/cube_api`
does not exist.
ERROR: Analysis of target '//src/webapp:webapp_lib' failed; build aborted: Analysis failed
Is there a way to symlink/include those paths for the the ruby_bundle?