git push heroku master에서 오류가 발생했습니다.
출력하고 싶습니다.
오류 내용
Warning: Multiple default buildpacks reported the ability to handle this app.
The first buildpack in the list below will be used.
bundler에 대한 오류?
Failed to install gems via Bundler.
여기도 bundler 버전과 관련된 오류입니까?
라고 bundler -v 명령으로 버전을 조사해 보면
Bundler version 2.1.4
에서 버전은 문제 내싱 소우 매치.
젬끼리 버전에 관한 오류
remote: Unable to find a spec satisfying nokogiri (>= 1.8.5) in the set. Perhaps the
remote: lockfile is corrupted? Found nokogiri (1.11.7-x86_64-darwin), nokogiri
remote: (1.11.7-x86_64-darwin), nokogiri (1.11.7-x86_64-darwin), nokogiri
remote: (1.11.7-x86_64-darwin), nokogiri (1.11.7-x86_64-darwin) that did not match the
remote: current platform.
nokogiri를 충족하는 사양을 찾을 수 없습니다! ! 그리고 화가났다.
gem끼리의 버전에 엇갈림이 있기 때문에 에러가 일어나고 있는 것 같습니다.
bundle update
하고
git push heroku master 명령
입력하면 해결할 수 있었습니다.
Reference
이 문제에 관하여(git push heroku master에서 오류가 발생했습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/hayatoganbaru/items/1fc5da371f7762b33ebd
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
Warning: Multiple default buildpacks reported the ability to handle this app.
The first buildpack in the list below will be used.
Failed to install gems via Bundler.
Bundler version 2.1.4
remote: Unable to find a spec satisfying nokogiri (>= 1.8.5) in the set. Perhaps the
remote: lockfile is corrupted? Found nokogiri (1.11.7-x86_64-darwin), nokogiri
remote: (1.11.7-x86_64-darwin), nokogiri (1.11.7-x86_64-darwin), nokogiri
remote: (1.11.7-x86_64-darwin), nokogiri (1.11.7-x86_64-darwin) that did not match the
remote: current platform.
nokogiri를 충족하는 사양을 찾을 수 없습니다! ! 그리고 화가났다.
gem끼리의 버전에 엇갈림이 있기 때문에 에러가 일어나고 있는 것 같습니다.
bundle update
하고
git push heroku master 명령
입력하면 해결할 수 있었습니다.
Reference
이 문제에 관하여(git push heroku master에서 오류가 발생했습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/hayatoganbaru/items/1fc5da371f7762b33ebd텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)