This update for rubygem-puma fixes the following issues:
Update to version 5.6.9.
CVE-2024-45614: improper header normalization allows for clients to clobber proxy set headers, which can lead to
information leaks (bsc#1230848, fixed in an earlier update).
CVE-2024-21647: unbounded resource consumption due to invalid parsing of chunked encoding in HTTP/1.1 can lead to
denial-of-service attacks (bsc#1218638, fixed in an earlier update)
CVE-2023-40175: incorrect behavior when parsing chunked transfer encoding bodies and zero-length Content-Length
headers can lead to HTTP request smuggling attacks (bsc#1214425, fixed in an earlier update).