Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## heroku/ruby ### Changed - Default process types defined by the Ruby buildpack now use IPv6 host `::` which is equivalent of IPv4 host `0.0.0.0`. This will only affect applications that do not define a `web` process type via the `Procfile` and [Procfile Cloud Native Buildpack](https://github.com/heroku/buildpacks-procfile). Those applications must make sure to update their configuration to bind to an IPv6 host. ([#354](#354)) ### Added - The buildpack now warns the user when environmental variables used in running the default process are not defined. ([#307](#307)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
- Loading branch information