前提・実現したいこと
railsにて下記のようなエラーが発生します。
2日以上こちらが解決しない状態です。。。
発生している問題・エラーメッセージ
To update to the latest version installed on your system, run `bundle update --bundler`. To install the missing version, run `gem install bundler:2.1.4`
試したこと
こちらの記事を参照に
(1) Gemfile.lockを削除
$ rm Gemfile.lock
(2) バージョン2.1.4のbundlerをインストール
$ gem install bundler -v 2.1.4
(3) (2)のbundlerを用いて再度gemを入れ直す
$ bundler _2.1.4_ install
現在回答がつかないため、他のサイトでも質問しております
https://ja.stackoverflow.com/questions/80971
https://qiita.com/uot/questions/a283becff015139ac760
https://ja.stackoverflow.com/questions/80971
https://qiita.com/uot/questions/a283becff015139ac760
以下ご対応ください。
https://teratail.com/help#posted-otherservice
あなたの回答
tips
プレビュー