gemfileにインストールしたいgem名を記述(ransack)
gem 'ransack'
その後に
docker-compose build docker-compose stop docker-compose up -d
上記コマンドを実行
サーバーを開こうとしましたら
web_1 | bundler: failed to load command: rails (/usr/local/bundle/bin/rails) web_1 | Bundler::GemNotFound: Could not find ransack-2.4.2 in any of the sources
インストールしたはずのgemが見つからない?、bundlerのエラー?で開くことができませんでした。
・やってみたこと
Docker-compose exec web bash コマンドを実行した後bundle installを行なってみましたが結果は変わりませんでした。
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。