You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or, if you no longer wish to maintain this repo (now that there's a Heroku version), adding deprecation warning messages to the output of this buildpack encouraging users to migrate to the Heroku version.
Many thanks :-)
The text was updated successfully, but these errors were encountered:
1. Pulling in those changes into this repo.
2. Or, if you no longer wish to maintain this repo (now that there's a Heroku version), adding deprecation warning messages to the output of this buildpack encouraging users to migrate to the Heroku version.
@edmorley wow! I had no idea this repo was still being used by others. I'm happy to bring in the changes blindly from the Heroku "fork-not-fork", but as I'm not actively using this buildpack I'd need someone to try it out. Would you be willing to help me out with testing?
Hi!
The Heroku-22 stack was just released:
https://devcenter.heroku.com/changelog-items/2429
However in Heroku-22, there is no longer a system install of Ruby:
https://devcenter.heroku.com/articles/heroku-22-stack#system-ruby-is-no-longer-installed
This buildpack is written entirely in Ruby, and so currently does not work on Heroku-22.
Heroku has it's own fork of this buildpack (https://github.com/heroku/heroku-buildpack-github-netrc), which has solved the issue with Heroku-22 by converting the buildpack to use bash scripts instead of Ruby:
heroku/heroku-buildpack-github-netrc#3
I would recommend either:
Many thanks :-)
The text was updated successfully, but these errors were encountered: