Closed fureigh closed 9 years ago
git push heroku master currently fails with this error message:
git push heroku master
remote: -----> Compiling Ruby/Rack remote: ! remote: ! An error occurred while installing Ruby ruby-2.1.1 remote: ! For supported Ruby versions see https://devcenter.heroku.com/articles/ruby-support#supported-runtimes remote: ! Note: Only the most recent version of Ruby 2.1 is supported on Cedar-14 remote: ! Command: 'set -o pipefail; curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/cedar-14/ruby-2.1.1.tgz -s -o - | tar zxf - ' failed unexpectedly: remote: ! remote: ! gzip: stdin: unexpected end of file remote: ! tar: Child returned status 1 remote: ! tar: Error is not recoverable: exiting now remote: ! remote: remote: ! Push rejected, failed to compile Multipack app
I suspect this is a simple config issue. @daguar, might you have a moment to help?
Yup! Change the ruby version in the gemfile to 2.1.5 and this should be good to go.
Perfect. Thanks, @daguar!
git push heroku master
currently fails with this error message:I suspect this is a simple config issue. @daguar, might you have a moment to help?