<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Any Ruby experts among us?<br />
<br />
Some Ruby ports hardcode versions for dependencies in a form restricting those to a given major or minor version. Since many Ruby gems are not updated for years (but still required for other stuff), this presents a problem: any dependency using those will build but not run.<br />
Is there a way to solve this other than by patching every such instance? Patching works but is pretty tedious.<br />
Ideally a solution via Ruby PG is preferred, I think.</div>
</div>
</body>
</html>