From 6b9abd396d732cf67eba8a6a7ad7aca8332489d8 Mon Sep 17 00:00:00 2001 From: Artur Montenegro Date: Mon, 2 Sep 2019 17:51:23 -0300 Subject: [PATCH] Updates doc about the compatibility with rails 6 [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42d710a..308f3bb 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ gem "interactor-rails", "~> 2.0" ``` Interactor Rails is compatible with Ruby 2.3, 2.4, or 2.5 on Rails 4.2, 5.0, -5.1, or 5.2. +5.1, 5.2 or 6.0. ## Usage