I've been trying to go through the Installfest steps on the Rails Bridge Installfest http://installfest.railsbridge.org/installfest/deploy_a_rails_app and can't get past this one error I'm getting.
I am at Step 2.5 on the Deploy A Rails App and am using a Mac with High Sierra. I haven't had a problem before running into step 2.5. When I do "git push heroku master", I get an error that states:
remote: 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.7.tgz -s -o - | tar zxf - ' failed on attempt 1 of 3.
remote: 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.7.tgz -s -o - | tar zxf - ' failed on attempt 2 of 3.
remote:
remote: !
remote: ! An error occurred while installing ruby-2.3.7
remote: !
remote: ! This version of Ruby is not available on Heroku-18. The minimum supported version
remote: ! of Ruby on the Heroku-18 stack can found at:
remote: !
remote: ! [link]
remote: !
remote: ! Push rejected, failed to compile Ruby app.
remote:
remote: ! Push failed
An error occurred while installing ruby-2.3.7
However, when I do Ruby -V, I get
ruby 2.3.7p456 (2018-03-28 revision 63024) [x86_64-darwin17], the version it says I need.
If anyone can help or provide advice, I would greatly appreciate it!