[openstreetmap/openstreetmap-website] Update to rack 3 (PR #5923)

rkoeze notifications at github.com
Sat Apr 12 03:11:09 UTC 2025


@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/2761988076 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250411/efb8ea9b/attachment.htm>


More information about the rails-dev mailing list