Skip to content

Commit

Permalink
Workaround for Rackup-2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 16, 2025
1 parent 8e09a3d commit de0d30d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/rack/server.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require 'rackup/server'
module Rack
Server = ::Rackup::Server
end

0 comments on commit de0d30d

Please sign in to comment.