Closed Yukimarupie closed 3 years ago
それまでにやったこと
・bundle install
コマンドを実行
・https://devcenter.heroku.com/ja/articles/using-multiple-buildpacks-for-an-app 上記記事を参考に、node.jsなどの設定
上記2つをやってもエラーが変わらなかった
Gemfile.lockを確認
bundler (>= 1.15.0)
ローカルのbundlerのバージョンを確認
% bundle -v
Bundler version 2.2.17
herokuのstackを確認
% heroku stack
% heroku stack
=== ⬢ pomodnair Available Stacks
container
heroku-18
* heroku-20
下記コマンドを実行したが変わらず
2244 gem install bundler --version '2.2.16'
2245 bundler -v
2246 gem list bundler
2247 rm Gemfile.lock
2248 bundle _2.2.16_ install
2249 bundle _2.2.16_ install --without production
2250 git push heroku master
https://yumishin.com/heroku-push-error/
このバージョンで指定したらできた。
これが出る。