rails6.1.0
herokuへデプロイすると途中でエラーになりました。
remote: You are trying to install in deployment mode after changing remote: your Gemfile. Run `bundle install` elsewhere and add the remote: updated Gemfile.lock to version control. remote: remote: If this is a development machine, remove the /tmp/build_87f8bbd8/Gemfile freeze remote: by running ``. remote: remote: You have deleted from the Gemfile: remote: * impressionist remote: Bundler Output: You are trying to install in deployment mode after changing remote: your Gemfile. Run `bundle install` elsewhere and add the remote: updated Gemfile.lock to version control. remote: remote: If this is a development machine, remove the /tmp/build_87f8bbd8/Gemfile freeze remote: by running ``. remote: remote: You have deleted from the Gemfile: remote: * impressionist
どうやらgemの「impressionist」が原因のようです。
確かにこのgemは数日前に不要になったため以下のコマンドで削除しました。
ruby
1bundle exec gem uninstall
削除が失敗?してgemfileの整合性が取れなくなっているようです。
エラーメッセージから、temp以下のbuild_xxxxを削除したら良いのでしょうか?しかしtmpに見当たりませんでした。
/tmp/build_87f8bbd8/
どのようにすれば解消できてherokuへデプロイできるでしょうか?
先輩方教えてください。
宜しくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。