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
You could have an app that is not an web app, but for whatever reasons, it has rack as a dependency. Then, the buildpack would automatically add a web dyno to that app when it is deployed for the first time (maybe you do some automated testing with Terraform)
You could have an app that is not an web app, but for whatever reasons, it has
rack
as a dependency. Then, the buildpack would automatically add aweb
dyno to that app when it is deployed for the first time (maybe you do some automated testing with Terraform)heroku-buildpack-ruby/lib/language_pack/rack.rb
Lines 9 to 11 in 104fe3a
I discussed changing this with @schneems at https://ruby.social/@Schneems/109514562198812396
The text was updated successfully, but these errors were encountered: