ahx / openapi_first

openapi_first is a Ruby gem for request / response validation and contract-testing against an OpenAPI API description. It makes APIFirst easy and reliable.
MIT License
115 stars 15 forks source link

Use inline forked version of json_refs gem #232

Closed ahx closed 8 months ago

ahx commented 8 months ago

because the original gem author is currently not responding to issues.

This version does not use chdir, which leads to problems in threaded environments and loads each composite file only once.

See also https://github.com/tzmfreedom/json_refs/pull/11