Closed koic closed 2 months ago
This PR suppresses the following Ruby 3.4's obsoleted warning in test:
$ ruby -v ruby 3.4.0dev (2024-09-01T11:00:13Z master eb144ef91e) [x86_64-darwin23] $ bundle exec rspec spec/rubocop/ast/node_spec.rb:320 (snip) /Users/koic/src/github.com/rubocop/rubocop-ast/spec/rubocop/ast/node_spec.rb:320: warning: URI::RFC3986_PARSER.make_regexp is obsoleted. Use URI::RFC2396_PARSER.make_regexp explicitly.
Thank you ❤️
This PR suppresses the following Ruby 3.4's obsoleted warning in test: