still seeing `Rack::Server is deprecated and replaced by Rackup::Server` warning
in my application, rails_semantic_logger gem is loaded before rackup gem is loaded.
it causes Rack::Server is deprecated and replaced by Rackup::Server warning.
to stop that warning, I had to specify rackup gem in my Gemfile.
Would be good to have this fixed, this is the only deprecation warning I have and I see it every time, seems like a simple fix to rename Rack::Server with Rackup::Server?
Any updates here? Please fix deprecation 🙏
Would be nice to see this fixed!
Let me know if you still see the warning after the PR was merged in rails_semantic_logger v 4.15.0.