Allow using TCP for DB load balancing DNS lookups
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8979
Showing
... | ... | @@ -446,3 +446,6 @@ gem 'flipper-active_support_cache_store', '~> 0.13.0' |
# Structured logging | ||
gem 'lograge', '~> 0.5' | ||
gem 'grape_logging', '~> 1.7' | ||
# DNS Lookup | ||
gem 'net-dns', '~> 0.9.0' |
Please register or sign in to comment