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

This fixes warnings on Ruby 2.7 #1009

Merged
merged 1 commit into from Aug 15, 2019
Merged

This fixes warnings on Ruby 2.7 #1009

merged 1 commit into from Aug 15, 2019

Commits on Aug 15, 2019

  1. This fixes warnings on Ruby 2.7

    Ruby 2.7 issues warnings for `Proc.new` without a block:
    
    ```
    warning: Capturing the given block using Proc.new is deprecated; use `&block` instead
    ```
    
    This patch converts the `Proc.new` calls in to `&block`
    tenderlove committed Aug 15, 2019
    Copy the full SHA
    27d9c93 View commit details
    Browse the repository at this point in the history