Remove rack-timeout (#7809)

Timeout considered harmful due to leaving the app in a broken
state, including unreaped database connections
This commit is contained in:
Eugen Rochko 2018-06-15 19:46:25 +02:00 committed by GitHub
parent ca85658975
commit 53f0452b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 9 deletions

View file

@ -425,7 +425,6 @@ GEM
rack
rack-test (1.0.0)
rack (>= 1.0, < 3)
rack-timeout (0.4.2)
rails (5.2.0)
actioncable (= 5.2.0)
actionmailer (= 5.2.0)
@ -726,7 +725,6 @@ DEPENDENCIES
pundit (~> 1.1)
rack-attack (~> 5.2)
rack-cors (~> 1.0)
rack-timeout (~> 0.4)
rails (~> 5.2.0)
rails-controller-testing (~> 1.0)
rails-i18n (~> 5.1)