From 3548ff56ebc3fba20ba1962767905182bf291e8c Mon Sep 17 00:00:00 2001 From: Andrew Njoo Date: Sun, 24 Dec 2023 16:03:30 +0000 Subject: [PATCH 1/2] edit get started --- docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started.md b/docs/get-started.md index b82c5a6c1..2497f36e0 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -51,7 +51,7 @@ Also update the Babel configuration in the `package.json` file: 4. Install `react-rails`: ```bash -$ bundle add 'react-rails' --strict +$ bundle add 'react-rails' --strict --version '3.1.1' $ rails generate react:install ``` From a075b759a308ca720d503bd47c50847af6cf56ba Mon Sep 17 00:00:00 2001 From: Andrew Njoo Date: Mon, 25 Dec 2023 20:58:36 -0800 Subject: [PATCH 2/2] gte v --- docs/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started.md b/docs/get-started.md index 2497f36e0..99c6be578 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -51,7 +51,7 @@ Also update the Babel configuration in the `package.json` file: 4. Install `react-rails`: ```bash -$ bundle add 'react-rails' --strict --version '3.1.1' +$ bundle add 'react-rails' --strict --version '>=3.1.1' $ rails generate react:install ```