ruby-grape / grape

An opinionated framework for creating REST-like APIs in Ruby.
http://www.ruby-grape.org
MIT License
9.88k stars 1.22k forks source link

Drop support rack ~> 1 ? #2424

Closed ericproulx closed 6 months ago

ericproulx commented 6 months ago

Should we drop support to rack ~> 1 ?

Rails 6.0 which is more than 4 years old is rack (~> 2.0, >= 2.0.8) Sinatra : since 2.0, rack is `~> 2.0'.

dblock commented 6 months ago

What's the benefit of dropping Rack ~> 1 support? Is it EOL?

ericproulx commented 6 months ago

According their Security Policy, it's not.