ytti / oxidized-web

Web UI + RESTful API for Oxidized
118 stars 72 forks source link

puma6 no longer supports Rack::Handler.get(:puma) #238

Closed nickhilliard closed 3 months ago

nickhilliard commented 1 year ago

oxidized-web will run happily with any version of puma up to 5.6.5. However Rack::Handler.get(:puma) no longer works as a construct in puma 6.x.

This will need to be addressed at the following locations:

https://github.com/ytti/oxidized-web/blob/84c5fd8ea4b6db4a306f7cda489fed4619a85aa8/lib/oxidized/web.rb#L8 https://github.com/ytti/oxidized-web/blob/84c5fd8ea4b6db4a306f7cda489fed4619a85aa8/lib/oxidized/web.rb#L29

robertcheramy commented 3 months ago

Closed by #239