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 Delegator to pass keyword arguments for Ruby 3.0 #1684

Merged
merged 4 commits into from Apr 17, 2021

Commits on Mar 19, 2021

  1. Fix Delegator to pass keyword arguments for Ruby 3.0

    Andrew Blake committed Mar 19, 2021
    Copy the full SHA
    1d854b7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Add test for delegation of keyword arguments in before method

    - passes on Ruby < 2.7
    - passes with warning on Ruby >= 2.7, < 3.0
    - fails on Ruby 3.0
    Andrew Blake committed Mar 20, 2021
    Copy the full SHA
    24fd287 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Copy the full SHA
    15d8aca View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Use ruby2_keywords to pass keyword arguments correctly in delegation

    Relocate ruby2_keywords gem dependency and `require` line 
    
    
    Condition use of ruby2_keywords to avoid introducing gem dependency
    
    
    Drop superfluous newline
    Andrew Blake committed Mar 25, 2021
    Copy the full SHA
    e767648 View commit details
    Browse the repository at this point in the history