Closed jrafanie closed 3 weeks ago
Backported to radjabov
in commit 3ea93a472e241c8966975502c5df83368f1367e8.
commit 3ea93a472e241c8966975502c5df83368f1367e8
Author: Brandon Dunne <brandondunne@hotmail.com>
Date: Thu Nov 7 17:46:13 2024 -0500
Merge pull request #23260 from jrafanie/lock-uri-to-0-13
Lock URI to 0.13.x
(cherry picked from commit 50ff2d058e1f6db3fc6305724c405bd9c6c2ce85)
In 1.0.0, URI::PATTERN constant was removed without a depecation warning: https://github.com/ruby/uri/compare/v0.13.1...v1.0.0#diff-936b286152b1184cde04f027289d65e633d0f3ee52fdc42cf4eb072c24312e15R48-R54
For now, let's stick with 0.13.1 until we can know the proper solution.
Related: https://www.github.com/ruby/uri/issues/125