diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-05-05 15:59:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 15:59:43 +0200 |
commit | dfa002932d660656792a78887264dd00820f2dda (patch) | |
tree | 5c642a4dc37657de1bda114936cf5cfdf1c167c4 /Gemfile | |
parent | 25345c90ffb74a8231eae4a130c98b6eaad7ce36 (diff) |
Workaround Resolv::DNS-induced hangs by installing resolv 0.1.0 (#16157)
See https://github.com/tootsuite/mastodon/pull/16154#issuecomment-832062139
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index 0cb5c6a0e..fb80e24d5 100644 --- a/Gemfile +++ b/Gemfile @@ -157,3 +157,5 @@ gem 'concurrent-ruby', require: false gem 'connection_pool', require: false gem 'xorcist', '~> 1.1' + +gem 'resolv', '~> 0.1.0' |