From ab5532f1e255417008685ffc47f2c155a8795a1d Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Wed, 18 Oct 2023 19:54:16 +0900 Subject: [PATCH] Update README.md https://github.com/reactjs/react-rails/blob/master/CHANGELOG.md > If using Webpacker/Shakapacker, requires upgrading to Shakapacker v7 #1274 and #1285 It looks like react-rails v3 supports Shakapacker v7 only. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 088ed3b4a..3015aaf6c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Ruby](https://github.com/reactjs/react-rails/actions/workflows/ruby.yml/badge.svg)](https://github.com/reactjs/react-rails/actions/workflows/ruby.yml) ## News -V3.0.0 is released with Shakapacker v6 support, including SSR. Please try it out and report any issues. We'll try to address any critical issues ASAP. +V3.0.0 is released with Shakapacker v7 support, including SSR. Please try it out and report any issues. We'll try to address any critical issues ASAP. For version 2.7 documentation checkout [2.7-stable](https://github.com/reactjs/react-rails/tree/2.7-stable) branch.