Skip to content

Remove Heroku-20 support #1591

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

Merged
merged 33 commits into from
May 15, 2025

Conversation

schneems
Copy link
Contributor

@schneems schneems commented May 4, 2025

Since Heroku-20 is has reached end-of-life:
https://devcenter.heroku.com/changelog-items/3230

  • Removed:

    • "20.04"
    • "heroku-20"
    • "builder:20"
    • Removes Ruby < 3.1 support
    • Removes bundler < 2.3 support

GUS-W-14707069

@schneems schneems force-pushed the schneems/remove-heroku-20-and-other-cleanup-tasks branch 4 times, most recently from cd85c95 to c6b0947 Compare May 5, 2025 00:37
schneems added 16 commits May 4, 2025 19:45
Ruby 3+ ships with a bundler version and Ruby 3.1 ships with Bundler 2.5:

```
$ /Users/rschneeman/.rubies/ruby-3.1.6/bin/bundle -v
Bundler version 2.5.11
```

I think we could also remove the 2.3 and 2.4 bundler versions from the hash, but would need to check observability to be sure. It's not hurting things for now.
There's only one test in `installers/`, and it's easier to run all "helpers" at once this way.
@schneems schneems force-pushed the schneems/remove-heroku-20-and-other-cleanup-tasks branch 2 times, most recently from 9d97819 to 9d076d7 Compare May 5, 2025 00:57
schneems added 4 commits May 4, 2025 19:59
```
$ irb
irb(main):001> Gem::Version.new("2.3.1") > Gem::Version.new("2.3")
=> true
```
@schneems schneems force-pushed the schneems/remove-heroku-20-and-other-cleanup-tasks branch from 9d076d7 to eca1f20 Compare May 5, 2025 00:59
schneems added 2 commits May 4, 2025 20:12
Added in eac7584 and removed some time later, we have libyaml on the system and this is a no-op. https://devcenter.heroku.com/articles/stack-packages
@schneems schneems marked this pull request as ready for review May 5, 2025 15:00
@schneems schneems requested a review from a team as a code owner May 5, 2025 15:00
@schneems schneems enabled auto-merge (squash) May 8, 2025 00:47
@schneems schneems disabled auto-merge May 8, 2025 14:13
Copy link
Contributor

@colincasey colincasey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@schneems I've got a couple questions for you but they aren't blockers.

@schneems
Copy link
Contributor Author

Addressed all comments. I'm going to wait for a good time to merge/deploy so I can rollback if I cleaned a little too much.

@schneems schneems merged commit 1fd49d4 into main May 15, 2025
4 checks passed
@schneems schneems deleted the schneems/remove-heroku-20-and-other-cleanup-tasks branch May 15, 2025 14:19
@heroku-linguist heroku-linguist bot mentioned this pull request May 15, 2025
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

Successfully merging this pull request may close these issues.

2 participants