From 21c540757c1bf361f8788e52dee6e035c03ad032 Mon Sep 17 00:00:00 2001 From: Jorge Tomas Date: Mon, 7 Oct 2024 10:11:41 +0200 Subject: [PATCH] updating ruby and active record versions based on test suite (#968) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da00cef6..096bdb57 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Or install it yourself as: ### Ruby -Chewy is compatible with MRI 3.0-3.2¹. +Chewy is compatible with MRI 3.0-3.3¹. -> ¹ Ruby 3 is only supported with Rails 6.1 +> ¹ Ruby 3 is supported with Rails 6.1, 7.0, 7.1 and 7.2 ### Elasticsearch compatibility matrix @@ -67,7 +67,7 @@ various Chewy versions. ### Active Record -5.2, 6.0, 6.1 Active Record versions are supported by all Chewy versions. +6.1, 7.0, 7.1, 7.2 Active Record versions are supported by Chewy. ## Getting Started