This repo was extracted from rack for v3, which previously didn't explicitly depend on webrick.
Webrick was dropped as a bundled gem from ruby 3 and the default web server for Rails is puma.
The other supported servers aren't depended upon and it would be nice if webrick is the same when I'm not actually using it.
This repo was extracted from rack for v3, which previously didn't explicitly depend on webrick.
Webrick was dropped as a bundled gem from ruby 3 and the default web server for Rails is puma.
The other supported servers aren't depended upon and it would be nice if webrick is the same when I'm not actually using it.