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

Using the last argument as keyword parameters is deprecated : using ruby 3.0.0 #56

Open
graial opened this issue Mar 22, 2021 · 2 comments

Comments

@graial
Copy link

graial commented Mar 22, 2021

I've recorded the fix/patch in this issue:

vifreefly/rbcat#1

Did it this way, cuz I'm not sure how to submit a pull request

@estebansa19
Copy link

There is a way to fix this bug and it is to not use the colorized logger, simply adding this config into a Kimurai initializer should be enough:

Kimurai.configure do |config|
  config.colorize_logger = false
end

Reference link

@gatorjuice
Copy link

Kimurai.configure do |config|
  config.colorize_logger = false
end

@estebansa19 Thank you for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants