codeforamerica / connect

A robot that waits on hold so social service clients don't have to
http://www.codeforamerica.org/apps/connect
MIT License
14 stars 3 forks source link

Ruby 2.1.1 should now be 2.1.6 to work properly in Heroku #40

Closed ErnieAtLYD closed 9 years ago

ErnieAtLYD commented 9 years ago
 !     An error occurred while installing Ruby ruby-2.1.1
 !     For supported Ruby versions see https://devcenter.heroku.com/articles/ruby-support#supported-runtimes
 !     Note: Only the most recent version of Ruby 2.1 is supported on Cedar-14
 !     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:

Can send a pull request on the gemfile and docs if that'll help.

alanjosephwilliams commented 9 years ago

classic Cedar 14

daguar commented 9 years ago

Thanks @ErnieAtLYD! I've encountered this before with other apps, and yeah we should bump versions.

For now, I recommend you just change the Gemfile, run bundle install, commit the change and push. Also, awesome that y'all are trying it out!

ErnieAtLYD commented 9 years ago

We are! We're trying to do a spin-off to see if this can be re-purposed to do callbacks from San Francisco's 311 systems. @mathias-gibson has the full details; we may be pinging you guys often. :)

pearlymaccha commented 9 years ago

I got the same problem, how to fix this? Thank you

daguar commented 9 years ago

Hey @pearlymaccha — the way to fix this is to change the line in the Gemfile to ruby '2.1.6. A pull request would also be welcome ( @ErnieAtLYD if you did this, I'd be happy to merge.)

pearlymaccha commented 9 years ago

Ok I got it, thanks @daguar