microsoft / regorus

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

update ruby bindings version to 0.1.5, bump deps #251

Closed thedavemarshall closed 1 month ago

thedavemarshall commented 1 month ago

@anakrish this updates the version of the ruby bindings to 0.1.5, and adds a step in bindings/ruby/README#Development for how to generate and update the bindings/ruby/Gemfile.lock file.

anakrish commented 1 month ago

@thedavemarshall Thanks for doing this. Can you also add the following to the ruby api with appropriate names? Policy coverage

Print statements

That will help me with #250

thedavemarshall commented 1 month ago

@anakrish sure thing, I can take a look at that a little later today!