3
0

More than 1 year has passed since last update.

Railsでアプリ作成時に、使用可能なバージョンを確認する方法

Posted at

結論

ターミナルで以下を入力

% gem list rails 

これで使用可能なバージョンが表示されます

*** LOCAL GEMS ***

rails (5.0.1, 4.2.6, 4.2.5, 4.1.6)

ちなみに

バージョンを指定してアプリを立ち上げる場合

rails _5.0.1._ new アプリ名

これで指定のバージョンでアプリを作成できます。

以上です

3
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
3
0