We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54a431d + b4d9315 commit 22fac9aCopy full SHA for 22fac9a
guides/source/upgrading_ruby_on_rails.md
@@ -44,8 +44,8 @@ Repeat this process until you reach your target Rails version.
44
45
To move between versions:
46
47
-1. Change the Rails version number in the `Gemfile` and run `bundle update`.
48
-2. Change the versions for Rails JavaScript packages in `package.json` and run `bin/rails javascript:install` if running jsbundling-rails
+1. Change the Rails version number in the `Gemfile` and run `bundle update rails`.
+2. Change the versions for Rails JavaScript packages in `package.json` and run `bin/rails javascript:install` if running jsbundling-rails.
49
3. Run the [Update task](#the-update-task).
50
4. Run your tests.
51
0 commit comments