From cb642d248c3b351dfca50f87985ec8eb0c9b0ac4 Mon Sep 17 00:00:00 2001 From: Tim Masliuchenko Date: Mon, 16 Dec 2024 14:49:07 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfa19bd..79e25ac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # I18n::Backend::ActiveRecord [![Ruby Style Guide](https://img.shields.io/badge/code_style-rubocop-brightgreen.svg)](https://github.com/rubocop/rubocop) [![Tests Status](https://github.com/svenfuchs/i18n-active_record/actions/workflows/test.yml/badge.svg)](https://github.com/svenfuchs/i18n-active_record/actions) [![Linter Status](https://github.com/svenfuchs/i18n-active_record/actions/workflows/linter.yml/badge.svg)](https://github.com/svenfuchs/i18n-active_record/actions) This repository contains the I18n ActiveRecord backend and support code that has been extracted from the `I18n` gem: http://github.com/svenfuchs/i18n. -It is fully compatible with Rails 4, 5 and 6. +It is fully compatible with Rails 4+. ## Installation