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

Avoid spurious keyword argument warning on Ruby 2.7 #456

Merged
merged 1 commit into from
May 28, 2022

Commits on May 28, 2022

  1. Avoid spurious keyword argument warning on Ruby 2.7

    There is no reason to use **kwargs in either of these methods,
    as connect_start doesn't handle keywords (keywords passed to it
    will be treated as a positional hash).
    
    Fixes deprecation warning when using Sequel's postgres adapter in
    Ruby 2.7.
    jeremyevans committed May 28, 2022
    Configuration menu
    Copy the full SHA
    0242f31 View commit details
    Browse the repository at this point in the history