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

Add logger as a dependency, drop ostruct for tests #1010

Merged

Commits on Aug 13, 2024

  1. Add logger as a dependency

    There was a warning in ruby-head (3.4) that in Ruby 3.5 logger and
    ostruct will not be built-in gems, but regular gems.
    
    This change avoids that warning.
    
    The ostruct dependency was be omitted.
    olleolleolle committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cc8b2a6 View commit details
    Browse the repository at this point in the history
  2. Lint: Style/SymbolProc

    olleolleolle committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6032ca5 View commit details
    Browse the repository at this point in the history