From 438dfdda768320f0569456deb98ed59e8cbff407 Mon Sep 17 00:00:00 2001 From: omar2432 <50786739+omar2432@users.noreply.github.com> Date: Fri, 26 Jul 2024 08:04:54 +0300 Subject: [PATCH] modified getting-started.md (#1641) --- docs/getting-started.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index e26f490a0..5617ab5d2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -23,9 +23,10 @@ rails shakapacker:install You may need to check [the instructions for installing into an existing Rails app](https://www.shakacode.com/react-on-rails/docs/guides/installation-into-an-existing-rails-app/) if you have an already working Rails application. 1. Add the `react_on_rails` gem to Gemfile: + Please use [the latest version](https://rubygems.org/gems/react_on_rails) to ensure you get all the security patches and the best support. ```bash - bundle add react_on_rails --strict + bundle add react_on_rails --version=14.0.4 --strict ``` Commit this to git (or else you cannot run the generator in the next step unless you pass the option `--ignore-warnings`).