@rkoeze approved this pull request.

Perused the changelogs for 
[omniauth](https://github.com/omniauth/omniauth/releases) and  
[Puma](https://github.com/puma/puma/releases?page=1).  Didn't see anything 
worrisome in the former. The latter was pretty big given that we're bumping a 
major version. But if it works it works!

> @@ -247,7 +247,7 @@ def respond_to_timeout
   # To work round this we call rewind on the body here, which is added
   # as a filter, to force it to be fetched from Apache into a file.
   def fetch_body
-    request.body.rewind
+    request.body&.rewind

For my own edification was this linked to one of the version bumps? 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5923#pullrequestreview-2761988076
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/5923/review/2761988...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to