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
I'm trying to upgrade a codebase to ruby 2.7 (2.6 is EOL), and I'm using this library. I believe it provides real benefit, in quickly and simply defining validation tests, massively reducing the amount of duplicated code that would be necessary to perform the same job, and reducing the risks of tests not being defined or being incomplete.
However, 1.1.1 is not ruby 2.7 compatible, and upgrading to 1.2.x requires an upgrade to dry-validation in to the 1.3 series, that will take weeks of refactoring.
I'm trying to upgrade a codebase to ruby 2.7 (2.6 is EOL), and I'm using this library. I believe it provides real benefit, in quickly and simply defining validation tests, massively reducing the amount of duplicated code that would be necessary to perform the same job, and reducing the risks of tests not being defined or being incomplete.
However, 1.1.1 is not ruby 2.7 compatible, and upgrading to 1.2.x requires an upgrade to dry-validation in to the 1.3 series, that will take weeks of refactoring.
A fix that would buy me a little time is releasing a fix for the BigDecimal problem off the 1.1.x series. I've got a branch, and you can see the changes at https://github.com/bloom-solutions/dry-validation-matchers/compare/v1.1.1...trammel:fix-bigdecimal-legacy-version?expand=1
Could you possibly release a new version of the old 1.1.x series with this fix?
The text was updated successfully, but these errors were encountered: