Skip to content

Commit

Permalink
Workaround Resolv::DNS-induced hangs by installing resolv 0.1.0 (mast…
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored and chrisguida committed Feb 26, 2022
1 parent fccf6a4 commit c858d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,5 @@ gem 'concurrent-ruby', require: false
gem 'connection_pool', require: false

gem 'xorcist', '~> 1.1'

gem 'resolv', '~> 0.1.0'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ GEM
regexp_parser (2.1.1)
request_store (1.5.0)
rack (>= 1.4)
resolv (0.1.0)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
Expand Down Expand Up @@ -773,6 +774,7 @@ DEPENDENCIES
rdf-normalize (~> 0.4)
redis (~> 4.2)
redis-namespace (~> 1.8)
resolv (~> 0.1.0)
rqrcode (~> 1.2)
rspec-rails (~> 5.0)
rspec-sidekiq (~> 3.1)
Expand Down

0 comments on commit c858d8d

Please sign in to comment.