buildpacks / registry-api

API for searching and reading the Buildpack Registry
Apache License 2.0
4 stars 8 forks source link

Upgrade Ruby to 3.1, Rails to 6.1.7 #133

Closed joshwlewis closed 2 months ago

joshwlewis commented 2 months ago

Ruby 2.7 and 3.0 are EOL. Additionally, they aren't available on heroku-22, which means we're stuck on heroku-20 (which is deprecated) until we upgrade Ruby.

There were some dependencies that weren't Ruby 3 compatible, so a few Rails patch bumps were also required.