microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
130 stars 31 forks source link

Update ruby bindings for add_policy to return package name #240

Closed thedavemarshall closed 4 months ago

thedavemarshall commented 4 months ago

Update ruby bindings for #add_policy() and #add_policy_from_file to return string package name.

Also bump the rb_sys runtime dependency, and the development dependencies.

thedavemarshall commented 4 months ago

This PR depends on the changes in https://github.com/microsoft/regorus/pull/239