Skip to content

Commit 22fac9a

Browse files
authored
Merge pull request rails#52357 from Uaitt/clarify-upgrading-ruby-on-rails-guide
Clarify usafe of `bundle update` in upgrading Rails guide [ci skip]
2 parents 54a431d + b4d9315 commit 22fac9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Repeat this process until you reach your target Rails version.
4444

4545
To move between versions:
4646

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
47+
1. Change the Rails version number in the `Gemfile` and run `bundle update rails`.
48+
2. Change the versions for Rails JavaScript packages in `package.json` and run `bin/rails javascript:install` if running jsbundling-rails.
4949
3. Run the [Update task](#the-update-task).
5050
4. Run your tests.
5151

0 commit comments

Comments
 (0)