From 870e5694fa3f15cd388c292eab42f31b831149b1 Mon Sep 17 00:00:00 2001 From: Chris Salzberg Date: Wed, 20 Mar 2024 18:01:40 +0900 Subject: [PATCH] Mobility only supports Rails >= 6.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec23524b..310543d0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ gem 'mobility', '~> 1.3.0.rc2' ### ActiveRecord (Rails) Requirements: -- ActiveRecord >= 5.0 (including 6.x) +- ActiveRecord >= 6.1 (Support for most backends and features is also supported with ActiveRecord/Rails 4.2, but there are some tests still failing. To see exactly