前提・実現したいこと
progateでRailsを学習し自分のサイトを作成したく、
手順どおりRailsの環境構築を行ったのですがエラーが発生し2日調べましたが解決策がわからず質問します。初心者なので内容がわかりにくければすいません。
mac使用
目的はRailsの環境構築がしたいです。
よろしくお願いします。
発生している問題・エラーメッセージ
$ rails s Could not find rake-13.0.1 in any of the sources Run `bundle install` to install missing gems. となります。Qiita、teratailsで過去の質問調べましたが解決できませんでした。
該当のソースコード
試したこと
Qiita、teratailsで過去の質問調べ,
gemの再インストール
rbenv exec gem install bundler
Successfully installed bundler-2.1.4
Parsing documentation for bundler-2.1.4
Done installing documentation for bundler after 2 seconds
1 gem installed
しましたが、
bundle show rake
[DEPRECATED] use bundle info rake
instead of bundle show rake
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java
.
Could not find rake-13.0.1 in any of the sources
上記のエラーメッセージが出ます。
その他必要な情報あれば調べます。
よろしくお願いします。
回答3件
あなたの回答
tips
プレビュー