You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rack::Server is deprecated and replaced by Rackup::Server
=> Booting Puma
=> Rails 7.1.1 application starting in development
=> Run `bin/rails server --help` for more startup options
Environment
Provide at least:
Note:
Expected Behavior
Deprecation warning is resolved
Actual Behavior
Running
rails server
outputs a deprecation warning traced back to this line:rails_semantic_logger/lib/rails_semantic_logger.rb
Line 61 in f3aea8c
Rack 3 moved
Rack::Server
toRackup::Server
https://github.com/rack/rackup/blob/eaea24a3d64a1b117df943a9d06779e659bb61af/lib/rack/server.rb#L6-L10Pull Request
The text was updated successfully, but these errors were encountered: