Fix undefined method errors when DNS lookup fails
net-dns has a bug (https://github.com/bluemonk/net-dns/issues/46) that causes this error to hit whenever the nameserver lookup via TCP times out. To fix this problem in the short term, use our fork of this repository and pull in the fix (https://gitlab.com/gitlab-org/gitlab-net-dns/merge_requests/2). Closes https://gitlab.com/gitlab-org/gitlab/issues/11634
Showing
... | ... | @@ -465,7 +465,7 @@ gem 'lograge', '~> 0.5' |
gem 'grape_logging', '~> 1.7' | ||
# DNS Lookup | ||
gem 'net-dns', '~> 0.9.0' | ||
gem 'gitlab-net-dns', '~> 0.9.1' | ||
# Countries list | ||
gem 'countries', '~> 3.0' |
Please register or sign in to comment