0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

railsのバージョン

Last updated at Posted at 2020-06-19

UdemyでRailsを学習していたが、バージョンが古くて講座のバージョンにしたかったがやり方がわからなかった。
調べて見たところ

qiita.rb
gem install rails -v 5.2.

これでインストールが実行されて、バージョンアップ完了。。
初歩の初歩だと思うので、記念に記録に残しておこう。

逆にバージョンダウンも可能そうだけど、その場合はgemのバージョンを下げるよりかは

qiita.rb
rails _5.x.x._ new "ディレクトリ名"

これを使って、任意のバージョンを使えるようにしておくという認識でいいのだろうか。とりあえず一旦記録へ残す。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?