Commit 38185f69 authored by Andreas Brandl's avatar Andreas Brandl

Merge branch 'sh-partition-creator-kwargs' into 'master'

Fix Ruby 2.7 deprecation warning in PartitionCreator

See merge request gitlab-org/gitlab!43075
parents 892ea4dd 911fcbc3
......@@ -72,7 +72,7 @@ module Gitlab
end
def with_lock_retries(&block)
Gitlab::Database::WithLockRetries.new({
Gitlab::Database::WithLockRetries.new(**{
klass: self.class,
logger: Gitlab::AppLogger
}).run(&block)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment