• Patrick Bajao's avatar
    Fix Ruby 2.7 warnings for MergeRequestContextCommit · 8e1f85eb
    Patrick Bajao authored
    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.
    8e1f85eb
merge_request_context_commit.rb 1.49 KB