You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rubocop says "URI.regexp is obsolete and should not be used. Instead, use
"URI::DEFAULT_PARSER.make_regexp". Currently those things are equal:
URI::DEFAULT_PARSER.make_regexp == URI.regexp
=> true
This prepares us for when URI.regexp goes away in the future.
0 commit comments