Browse Source

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

See https://github.com/tootsuite/mastodon/pull/16154#issuecomment-832062139
closed-social-v3
Claire 3 years ago
committed by GitHub
parent
commit
dfa002932d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      Gemfile
  2. +2
    -0
      Gemfile.lock

+ 2
- 0
Gemfile View File

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

+ 2
- 0
Gemfile.lock View File

@ -498,6 +498,7 @@ GEM
regexp_parser (2.1.1) regexp_parser (2.1.1)
request_store (1.5.0) request_store (1.5.0)
rack (>= 1.4) rack (>= 1.4)
resolv (0.1.0)
responders (3.0.1) responders (3.0.1)
actionpack (>= 5.0) actionpack (>= 5.0)
railties (>= 5.0) railties (>= 5.0)
@ -773,6 +774,7 @@ DEPENDENCIES
rdf-normalize (~> 0.4) rdf-normalize (~> 0.4)
redis (~> 4.2) redis (~> 4.2)
redis-namespace (~> 1.8) redis-namespace (~> 1.8)
resolv (~> 0.1.0)
rqrcode (~> 1.2) rqrcode (~> 1.2)
rspec-rails (~> 5.0) rspec-rails (~> 5.0)
rspec-sidekiq (~> 3.1) rspec-sidekiq (~> 3.1)

Loading…
Cancel
Save