LoginSignup
0
0

More than 5 years have passed since last update.

Bundlerを使ってRailsバージョンを上げる

Posted at

Railsバージョンを上げる場合は、rails_root直下のGemfileを更新したあとのコマンドが通常のGemとは異なる。

通常のGem追加・更新

$ cd rails_root
$ bundle install

Railsバージョンの更新

$ cd rails_root
$ bundle update rails

これで、Gemfileに記述したRailsバージョンに変更される。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0