Fix Ruby 2.7 warnings for MergeRequestContextCommit
In Ruby 3.0, positional arguments and keyword arguments will be separated. In Ruby 2.7, deprecation warnings related to keyword arguments show up. Modify MergeRequestContextCommit.bulk_insert signature to specify arguments clearly. Use a double splat to specify that **args are keyword arguments.
Showing
Please register or sign in to comment