harness / ff-ruby-server-sdk

Ruby Server SDK for integrating with Harness Feature Flag service.
https://www.harness.io/
Apache License 2.0
3 stars 5 forks source link

FFM-6701 - Ruby SDK 1.0.6 not working with Testgrid image #18

Closed andybharness closed 1 year ago

andybharness commented 1 year ago

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.

swarmia[bot] commented 1 year ago

✅  Linked to Bug FFM-6701 · Ruby SDK 1.0.6 not working with Testgrid image