前提・実現したいこと
rails serverでサーバーを起動して、http://192.168.33.10:3000/
へアクセスしたい。
発生している問題・エラーメッセージ
[vagrant@localhost myapp]$ rails server Could not find gem 'sqlite3 (~> 1.4)' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems. rails -v Could not find gem 'sqlite3 (~> 1.4)' in any of the gem sources listed in your Gemfile. Run `bundle install` to install missing gems.
試したこと
・Gemfileのsqlite3を、gem 'sqlite3', '> 1.4'へ変更してrails serverしてもダメでした。> 1.3.6'へ変更でもダメでした。
・Gemfileのsqlite3を、gem 'sqlite3', '
・Ruby on Railsでサーバ起動ができない場合 (https://www.mizukinoko.com/entry/2019/05/30/180825)
・bundle installに失敗するとき。
(https://qiita.com/ibarakishiminn/items/94bbee2109304468bf53)
・Could not find XXXX in any of the sources エラーの修正方法
(https://qiita.com/nakanowax/items/fe07e8ccd1721befebeb)
・sqlite3のエラーでサーバーが建てられません
(https://teratail.com/questions/110972)
自分なりに調べてできる限りの方法を尽くしましたが、問題が解決しないままです。
どなたかご教授いただけると幸いです。
補足情報(FW/ツールのバージョンなど)
・ruby 2.7.1p83
・rails 6.0.3.2
・sqlite3 3.6.20
・Bundler version 2.1.4
・mac Catalina 10.15.5
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2020/06/25 04:32