Workaround Resolv::DNS-induced hangs by installing resolv 0.1.0 (#16157)

See https://github.com/tootsuite/mastodon/pull/16154#issuecomment-832062139
This commit is contained in:
Claire
2021-05-05 15:59:43 +02:00
committed by GitHub
parent 25345c90ff
commit dfa002932d
2 changed files with 4 additions and 0 deletions

View File

@ -157,3 +157,5 @@ gem 'concurrent-ruby', require: false
gem 'connection_pool', require: false
gem 'xorcist', '~> 1.1'
gem 'resolv', '~> 0.1.0'