mirror of https://github.com/grpc/grpc.git
Ruby 2.7 deprecated passing a hash as the last argument for a method that takes keyword params. This commit coverts the hash explicitly to keyword args using the double splat. ``` grpc-1.28.0-universal-darwin/src/ruby/lib/grpc/generic/service.rb:170: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call ```pull/22915/head
parent
f7591a3426
commit
3e17411774
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue