前提・実現したいこと
現在VScodeでRubyを勉強しています。rails でコードを実行したいんですが。
ruby on rails をインストールして、ターミナルでコードを実行しようとすると
以下のようなエラーが起きてしまいます。rails がインストールエラーであることが原因だと思うんですが、2時間以上格闘して手詰まりになってます。
どうしたら解消できるでしょうか?
そもそもこれはrailsがインストールエラーではいってないから起きてるのでしょうか?
発生している問題・エラーメッセージ
bash: /c/Ruby26-x64/bin/rails: No such file or directory
ruby on railsのインストールエラーと思われるコードです。
Fetching: concurrent-ruby-1.1.6.gem (100%)
Successfully installed concurrent-ruby-1.1.6
Fetching: i18n-1.8.2.gem (100%)
HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
But that may break your application.
If you are upgrading your Rails application from an older version of Rails:
Please check your Rails app for 'config.i18n.fallbacks = true'.
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
'config.i18n.fallbacks = [I18n.default_locale]'.
If not, fallbacks will be broken in your app by I18n 1.1.x.
If you are starting a NEW Rails application, you can ignore this notice.
For more info see:
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0
Successfully installed i18n-1.8.2
Fetching: thread_safe-0.3.6.gem (100%)
Successfully installed thread_safe-0.3.6
Fetching: tzinfo-1.2.6.gem (100%)
Successfully installed tzinfo-1.2.6
Fetching: zeitwerk-2.3.0.gem (100%)
Successfully installed zeitwerk-2.3.0
Fetching: activesupport-6.0.2.2.gem (100%)
ERROR: Error installing rails:
activesupport requires Ruby version >= 2.5.0.
これってどういう意味なんでしょうか?↑
試したこと
Rubyに関する質問が載っているサイトを複数調べてみると
Rubyのバージョンが2.5系だとSQLiteが対応していないと記載があったのでrubyinstaller-devkit-2.4.9-1-x64.exeで試しましたがうまくいきませんでした。
補足情報(FW/ツールのバージョンなど)
使っているPCはWindows10です。
ruby -v
ruby 2.4.9p362 (2019-10-02 revision 67824) [x64-mingw32]
gem -v
2.6.14.4
bundler -v
Bundler version 2.1.4
詳しい方、ご教授お願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/24 22:32
2020/03/25 01:56
2020/03/25 02:11