Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Herokuでデプロイ出来ない。 #505

Open
pr0ndisk opened this issue Feb 10, 2019 · 1 comment
Open

Herokuでデプロイ出来ない。 #505

pr0ndisk opened this issue Feb 10, 2019 · 1 comment

Comments

@pr0ndisk
Copy link

Herokuにインストールしようとしたら、このようなメッセージが出てdeployに失敗します。
-----> Ruby app detected
-----> Compiling Ruby/Rack
Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/heroku-18/ruby-2.3.8.tgz -s -o - | tar zxf - ' failed on attempt 1 of 3.
Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/heroku-18/ruby-2.3.8.tgz -s -o - | tar zxf - ' failed on attempt 2 of 3.
!
! An error occurred while installing ruby-2.3.8
!
! This version of Ruby is not available on Heroku-18. The minimum supported version
! of Ruby on the Heroku-18 stack can found at:
!
! https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
!
! Push rejected, failed to compile Ruby app.
! Push failed

@unageanu
Copy link
Owner

はじめまして。
Herokuのバージョンアップでruby 2.3.8が利用不可になったようです。
MessagePackの互換性の問題があり、Ruby 2.4へのバージョンアップは時間がかかる状況ですので、お手数ですが他の環境へのインストールをお試しください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants