Skip to content

Commit 09a5a9e

Browse files
committed
Define RFC2396_PARSER for migrating with the development version
1 parent b50d37f commit 09a5a9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/uri/common.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ module URI
1919
Parser = RFC2396_Parser
2020
RFC3986_PARSER = RFC3986_Parser.new
2121
Ractor.make_shareable(RFC3986_PARSER) if defined?(Ractor)
22+
RFC2396_PARSER = RFC2396_Parser.new
23+
Ractor.make_shareable(RFC2396_PARSER) if defined?(Ractor)
2224

2325
# URI::Parser.new
2426
DEFAULT_PARSER = Parser.new

0 commit comments

Comments
 (0)