From 3a0f95272a60a8e58f1c8bd8dae2e1e847d4f90d Mon Sep 17 00:00:00 2001 From: "Stanislav (Stas) Katkov" Date: Sat, 21 Sep 2024 00:18:33 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9228d35..33fd64c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Pbbuilder PBBuilder generates [Protobuf](https://developers.google.com/protocol-buffers) Messages with a simple DSL similar to the [JBuilder](https://rubygems.org/gems/jbuilder) gem. - -## Compatibility +## Requirements This gem only supports Rails 7.0 annd Rails 7.2, **7.1 is not supported**. There currently is a regression in ActionView (the part of Rails which renders) that forces rendered objects into strings, but for Pbbuilder we need the raw objects.