前提・実現したいこと
Ruby on rails でを始め、Macに環境構築しております。
まだ何も分からない初心者なのですが、以下のメッセージが出て、どうしたらいいか困っております。
初歩的な本題で申し訳ありませんが、調べても解決が非常に難しいと思い助けを出させていただきました。
発生している問題・エラーメッセージ
Could not find gem 'rails (> 6.0.3, >= 6.0.3.2)' in any of the gem sources listed in your Gemfile.> 6.0.3, >= 6.0.3.2)' in any of the gem sources listed in your Gemfile.
Run bundle install
to install missing gems.
エラーメッセージ
Could not find gem 'rails (
Run bundle install
to install missing gems.
該当のソースコード
Gem files will remain installed in /Users/apple/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/puma-4.3.5 for inspection.
Results logged to /Users/apple/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/extensions/x86_64-darwin-19/2.7.0/puma-4.3.5/gem_make.out
fs98a57015:sample apple$ cd
fs98a57015:~ apple$ cd sample
fs98a57015:sample apple$ rails s
Could not find gem 'rails (~> 6.0.3, >= 6.0.3.2)' in any of the gem sources listed in your Gemfile.
Run bundle install
to install missing gems.
fs98a57015:sample apple$
試したこと
他の同じ症状の方を探しましたが、いくつか出てきても全く同じ状況ではないため、
結局は理解できずに終わりました。
どんな手段でも結構ですので、Ruby on Railsの環境構築を完了したいと思っております。
あなたの回答
tips
プレビュー