Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use with keyword arguments for Ruby 3.0 #1701

Merged
merged 1 commit into from Jun 2, 2021

Commits on May 28, 2021

  1. Fix use with keyword arguments for Ruby 3.0

    The added test case would, prior to the fix, fail, under Ruby 3.0, with the following error:
    
    ```
    MiddlewareTest#test_handles_keyword_arguments_0:
    ArgumentError: wrong number of arguments (given 2, expected 1)
    ```
    
    The change itself was inspired by rack/rack#1505
    walro committed May 28, 2021
    Copy the full SHA
    71b9159 View commit details
    Browse the repository at this point in the history