Commit b1ab37a
committed
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]>1 parent 0a5b5c9 commit b1ab37a
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
0 commit comments