ManageIQ / manageiq

ManageIQ Open-Source Management Platform
https://manageiq.org
Apache License 2.0
1.35k stars 900 forks source link

Lock URI to 0.13.x #23260

Closed jrafanie closed 3 weeks ago

jrafanie commented 3 weeks ago

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

Fryguy commented 2 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)