unicorn_rails: fix regression with Rails >= 3.x in app build
commit6836d0674efdb1a6b79953285f10d8edd7e20432
authorJeremy Evans <code@jeremyevans.net>
Wed, 6 Mar 2019 05:57:34 +0000 (5 21:57 -0800)
committerEric Wong <e@80x24.org>
Wed, 6 Mar 2019 22:11:19 +0000 (6 22:11 +0000)
tree48de67abb8154eb82914260cca9fe1470d549cdf
parentc6ab1f479bb36bb0c0e68f375e0ce21533a65ba5
unicorn_rails: fix regression with Rails >= 3.x in app build

Note: `unicorn_rails' was only intended for Rails <= 2.x projects
in the old days.

Fixes: 5985dd50a9bd7238 ("Support default_middleware configuration option")

From: Jeremy Evans <code@jeremyevans.net>
  cf. https://bogomips.org/unicorn-public/20190306055734.GC61406@jeremyevans.local/
Signed-off-by: Eric Wong <e@80x24.org>
  [ew: commit message]
bin/unicorn_rails