Closed drzel closed 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.
then
Thank you :)
Currently breaks on Ruby < 2.6 due to use of
then
in lib/rack/proxy.rb:27. Thethen
method only became available in Ruby 2.6.