doorkeeper-gem / doorkeeper-openid_connect

OpenID Connect extension for Doorkeeper
MIT License
175 stars 117 forks source link

Fix DiscoveryController#provider_response for Ruby 3.0 #211

Open eduresende opened 1 month ago

eduresende commented 1 month ago

This PR aims to fix the warning message on DiscoveryController:

Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call

These methods expect keword arguments instead of hashes, so we need to use the ** operator.