Skip to content

Commit

Permalink
chore: update ssl_server to use rackup
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 9, 2023
1 parent 0af0691 commit 4208342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/ssl_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def webrick_opts port
require "webrick"
require "webrick/https"
require "rack"
require "rack/handler/webrick"
require "rackup/handler/webrick"

opts = webrick_opts(4444)

Expand Down

0 comments on commit 4208342

Please sign in to comment.