From 803e34ad232782cf1fa6cbd20f3c2a0298aee2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Mon, 9 Feb 2026 14:03:27 +0100 Subject: [PATCH] docs: update README to reflect support for Rails 8.1.x Support for Ruby ActiveRecord / Ruby on Rails 8.1.x has been added. This was not yet reflected in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0674e93..80ea8e27 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This project provides a Spanner adapter for ActiveRecord. It supports the follow - ActiveRecord 7.1.x with Ruby 3.1 and higher. - ActiveRecord 7.2.x with Ruby 3.1 and higher. - ActiveRecord 8.0.x with Ruby 3.2 and higher. +- ActiveRecord 8.1.x with Ruby 3.2 and higher. Known limitations are listed in the [Limitations](#limitations) section. Please report any problems that you might encounter by [creating a new issue](https://github.com/googleapis/ruby-spanner-activerecord/issues/new).