Fix Ruby 2.7 warnings for MergeabilityCheckService
In Ruby 3.0, positional arguments and keyword arguments will be separated. In Ruby 2.7, deprecation warnings related to keyword arguments show up. Explicitly specify passing keyword arguments instead of a Hash object by using double splat operator.
Showing
Please register or sign in to comment