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
fix: partially revert dependency constraint changes from #67
In #67, I proposed to update the dependency constraints to allow the gem
to be compatible with newer gem versions.
I now see that what I did was wrong, while no code changes were done
(meaning that the dependency constraints as they were would still work),
I made the gem conflict with working gem versions.
I updated the constraints to reflect what I was actually trying to do:
Make it compatible with newer gem versions, not break compatibility
with older working ones.
Signed-off-by: Frederik Thuysbaert <[email protected]>
0 commit comments