ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Update rack-proxy.gemspec #116

Closed drzel closed 1 year ago

drzel commented 1 year ago

Currently breaks on Ruby < 2.6 due to use of then in lib/rack/proxy.rb:27. The then method only became available in Ruby 2.6.

ncr commented 1 year ago

Thank you :)