heroku / buildpacks-ruby

Heroku's Cloud Native Buildpack for Ruby applications.
BSD 3-Clause "New" or "Revised" License
25 stars 7 forks source link

Use struct API when setting default envs #344

Closed schneems closed 4 weeks ago

schneems commented 1 month ago

The trait based API provided by DefaultEnvLayer is now deprecated. This PR switches to the newer struct based API.