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

Bump Rake version to prepare Ruby 3 keyword arguments support #4897

Merged
merged 1 commit into from Mar 4, 2020

Commits on Mar 3, 2020

  1. Bump Rake version to prepare Ruby 3 keyword arguments support

    Related to googleapis#4884
    
    To prepare Ruby 3 keyword arguments support, there are some other gems also need update. `rake` is one of them.
    
    * Rake 13.0.0 supports Ruby 3 keyword arguments by ruby/rake#326
    * Rake 13 drops Ruby 2.1 or older support by ruby/rake#325
    * Gems under `google-cloud-ruby` repository only supports Ruby 2.4 or higher then dropping Ruby 2.1 support should not be an issue.
    
    I have bumped all of Rake under `google-cloud-ruby` repository.
    yahonda committed Mar 3, 2020
    Copy the full SHA
    80b1274 View commit details
    Browse the repository at this point in the history