FFM-6701 - Ruby SDK 1.0.6 not working with Testgrid image
What
Remove all references to openapi_client-1.0.0, don't build it anymore as a gem when scripts/install.sh is called. Instead the generated API sources should be baked into the main SDK gem directly to simplify deployment.
Why
Ruby test grid image is failing to come up because it's trying to pull a conflicting gem called openapi_client-1.0.0 of an example project that has already been published elsewhere. Looks like openapi_client-1.0.0 was only ever meant to be a locally built gem.
Testing
Compiled and built Ruby test grid image to ensure it starts correctly with no errors.
FFM-6701 - Ruby SDK 1.0.6 not working with Testgrid image
What Remove all references to openapi_client-1.0.0, don't build it anymore as a gem when scripts/install.sh is called. Instead the generated API sources should be baked into the main SDK gem directly to simplify deployment.
Why Ruby test grid image is failing to come up because it's trying to pull a conflicting gem called openapi_client-1.0.0 of an example project that has already been published elsewhere. Looks like openapi_client-1.0.0 was only ever meant to be a locally built gem.
Testing Compiled and built Ruby test grid image to ensure it starts correctly with no errors.