From e0d154cc6bf8d311023342af3dd42012b641f7fd Mon Sep 17 00:00:00 2001 From: Nathaniel Nande Date: Thu, 18 Oct 2018 12:53:13 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7536d95..855fad0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ The gem makes it super easy to control complex operations flow - the next step w Ideally suited for handling task sequences that should be interrupted as soon as any subsequent task fails. +## Supported Ruby versions +`ChainIt` is currently tested to work well on MRI Ruby ~> 2.3. + ## How should I use `ChainIt`? As not hard to guess, all is about chaining subsequent `#chain` method calls to a `ChainIt` instance.