We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
openpay-ruby gem is trowing a warning message about json 1.8.6 and Ruby 2.7.0, it is polluting all log output in a rails app.
The warning was fixed in json gem 2.3.0, It would be nice you guys could update this dependency.
Here is the reference for the commit fixing the issue in json gem 2.3.0: ruby/json@7e1e97d
Here is the warning message:
json-1.8.6/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated
Thanks!
The text was updated successfully, but these errors were encountered:
Same problem, any update for this issue?
Sorry, something went wrong.
has exactly the same problem, is this issue has been solved?
No branches or pull requests
Hello,
openpay-ruby gem is trowing a warning message about json 1.8.6 and Ruby 2.7.0, it is polluting all log output in a rails app.
The warning was fixed in json gem 2.3.0, It would be nice you guys could update this dependency.
Here is the reference for the commit fixing the issue in json gem 2.3.0: ruby/json@7e1e97d
Here is the warning message:
Thanks!
The text was updated successfully, but these errors were encountered: