Herokuにデプロイしたい
アプリ実装後にherokuにデプロイしようとしたら
エラーが出た
エラーメッセージ
% git push heroku master Enumerating objects: 928, done. Counting objects: 100% (928/928), done. Delta compression using up to 8 threads Compressing objects: 100% (881/881), done. Writing objects: 100% (928/928), 16.24 MiB | 1.49 MiB/s, done. Total 928 (delta 530), reused 0 (delta 0), pack-reused 0 remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-18 stack remote: -----> Determining which buildpack to use for this app remote: ! Warning: Multiple default buildpacks reported the ability to handle this app. The first buildpack in the list below will be used. remote: Detected buildpacks: Ruby,Node.js remote: See https://devcenter.heroku.com/articles/buildpacks#buildpack-detect-order remote: -----> Ruby app detected remote: -----> Installing bundler 2.2.16 remote: -----> Removing BUNDLED WITH version in the Gemfile.lock remote: -----> Compiling Ruby/Rails remote: -----> Using Ruby version: ruby-2.6.5 remote: -----> Installing dependencies using bundler 2.2.16 remote: Running: BUNDLE_WITHOUT='development:test' BUNDLE_PATH=vendor/bundle BUNDLE_BIN=vendor/bundle/bin BUNDLE_DEPLOYMENT=1 bundle install -j4 remote: Your bundle only supports platforms ["x86_64-darwin-20"] but your local platform remote: is x86_64-linux. Add the current platform to the lockfile with `bundle lock remote: --add-platform x86_64-linux` and try again. remote: Bundler Output: Your bundle only supports platforms ["x86_64-darwin-20"] but your local platform remote: is x86_64-linux. Add the current platform to the lockfile with `bundle lock remote: --add-platform x86_64-linux` and try again. remote: remote: ! remote: ! Failed to install gems via Bundler. remote: ! remote: ! Push rejected, failed to compile Ruby app. remote: remote: ! Push failed remote: Verifying deploy... remote: remote: ! Push rejected to name-app. remote: To https://git.heroku.com/camprecipe-app.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/name-app.git'
試したこと
①herokuエラーでbundle install
上記サイトを試したのですが変化ありませんでした。
②Failed to install gems via Bundler.でたときの対処法
上記サイトも試しました。bundlerのバージョンが2.1.4だったので、2.2.16に変更しましたが、
エラーがまだ出ています。。。
Gemfile.lock
BUNDLED WITH 2.2.16
③mimemagic
上記サイトも試しました。railsのバージョンを
gem 'rails', '> 6.0.0'> 6.1.3.1'に変更しましたが、同じエラーが出ています。
gem 'rails', '
やっと実装できたのですが、まさかのherokuで、、、
みなさんお力をお貸しくださいorz
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。