Skip to content

Commit

Permalink
[ruby/uri] Prevent a warning: URI::REGEXP is obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
mame authored and matzbot committed Nov 25, 2024
1 parent 73cc312 commit da8f554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uri/test_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def teardown
end

class Foo
include URI::REGEXP::PATTERN
include URI::RFC2396_REGEXP::PATTERN
end

def test_fallback_constants
Expand Down

0 comments on commit da8f554

Please sign in to comment.