From 6656309fe22b799016f3bc20a5f466da543a44c0 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 27 Jul 2021 17:34:13 +0900 Subject: Fix test failure for parallel testing --- lib/uri/common.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/uri') diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 2df0536215..2bb13adf23 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -79,6 +79,10 @@ module URI }.to_h end + INITIAL_SCHEMES = scheme_list + private_constant :INITIAL_SCHEMES + Ractor.make_shareable(INITIAL_SCHEMES) if defined?(Ractor) + # # Construct a URI instance, using the scheme to detect the appropriate class # from +URI.scheme_list+. -- cgit v1.2.3