From ce3cef091e93a2b07319e0aa415055a9920efd2f Mon Sep 17 00:00:00 2001 From: "William T. Nelson" <35801+wtn@users.noreply.github.com> Date: Wed, 20 Aug 2025 21:15:52 -0500 Subject: [PATCH] Remove compatibility require for unsupported Ruby version. --- lib/async/http/endpoint.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/async/http/endpoint.rb b/lib/async/http/endpoint.rb index 57122ef..723e1d3 100644 --- a/lib/async/http/endpoint.rb +++ b/lib/async/http/endpoint.rb @@ -16,9 +16,6 @@ require "uri" -# Compatibility with Ruby 3.1.2 -require "uri/wss" - module Async module HTTP # Represents a way to connect to a remote HTTP server.