diff --git a/docs/debugging.md b/docs/debugging.md index ab66f6d..16bbbca 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -2,7 +2,7 @@ **NOTE:** this functionality requires two additional gems to be available in the app: -- [prism](https://github.com/ruby/prism) +- [prism](https://github.com/ruby/prism) (comes with Ruby 3.3+) - [method_source](https://github.com/banister/method_source). We usually describe policy rules using _boolean expressions_ (e.g. `A or (B and C)` where each of `A`, `B` and `C` is a simple boolean expression or predicate method).