diff --git a/docs/getting-started.md b/docs/getting-started.md index 4e4a37f52..97711534b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -14,7 +14,7 @@ Note, the best way to understand how to use ReactOnRails is to study a few simpl 1. Add the `shakapacker` and `react_on_rails` gem to Gemfile: ```bash - bundle add shakapacker + bundle add shakapacker --strict bundle add react_on_rails --strict ``` diff --git a/docs/guides/tutorial.md b/docs/guides/tutorial.md index 5af7e8976..7f42a53e4 100644 --- a/docs/guides/tutorial.md +++ b/docs/guides/tutorial.md @@ -55,12 +55,13 @@ cd test-react-on-rails ``` ## Add the shakapacker and react_on_rails gems -We recomment to use latest version of these gems. Otherwise, specify the exact versions -of both the gem and npm package. In other words, don't use the `^` or `~` in the version specifications. +We recommend using the latest version of these gems. Otherwise, specify the +exact versions of both gems. In other words, don't use the `>=` or `~>` in the +version specifications. ```bash -bundle add react_on_rails -bundle add shakapacker +bundle add react_on_rails --strict +bundle add shakapacker --strict ``` Note: The latest released React On Rails version is considered stable. Please use the latest