postrank-labs / goliath

Goliath is a non-blocking Ruby web server framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rack 2.x

tleish opened this issue · comments

Rack is now on 2.0.7, but Goliath currently does not support 2.x

  s.add_dependency 'rack', '>=1.2.2'
  s.add_development_dependency 'rack', '< 2'

Are there any plans to update support for Rack 2.x?