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!