Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep using
URI::RFC2396_PARSER
parser
The default parser in URI 1.0.0 / Ruby 3.4 has been changed to RFC3986 [[1]]. This causes test failures such as: ~~~ ... snip ... Failure: GlobalIDTest#test_invalid_app_name [test/cases/global_id_test.rb:13]: ArgumentError expected but nothing was raised. rails test test/cases/global_id_test.rb:8 F ... snip ... ~~~ where underscores / ampersands are now allowed in host. Keep using `URI::RFC2396_PARSER` for compatibility. Fixes #190 [1]: ruby/uri#107
- Loading branch information