From 52fa57ede19f9e008cbbb059eda174a1f5ba47bb Mon Sep 17 00:00:00 2001 From: Ahmad Musaffa Date: Sat, 7 Nov 2020 01:18:30 +0600 Subject: [PATCH] Add ActiveModel 6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f13c3ff..3cf2689 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Any module that uses ActiveModel, for example ActiveRecord, can use these file v ## Support -* ActiveModel versions: 3.2, 4 and 5. -* Rails versions: 3.2, 4 and 5. +* ActiveModel versions: 3.2, 4, 5 and 6. +* Rails versions: 3.2, 4, 5 and 6. As of version `2.2`, activemodel 3.0 and 3.1 will no longer be supported. For activemodel 3.0 and 3.1, please use file_validators version `<= 2.1`.