Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
554: Fix weird error on global SDK CI from meilisearch/meilisearch r=curquiza a=brunoocasali We use to run a global CI with all the SDKs against the nightly build of meilisearch just to spot any potential error during the development phase of the engine team. But this time, the error had nothing to do with their implementation; it only involved the ruby CI. The latest run was breaking in a weird way: https://github.com/meilisearch/meilisearch/actions/runs/9941341341/job/27460158817 Somehow, the `time` gem is explicitly required before using some methods like `Time.parse`. I say it is weird because we have the same configuration in this repo, and we don't have that error. CC: `@ellnix` `@curquiza` Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
- Loading branch information