Commit 013aaa9
committed
fix: partially revert dependency constraint changes from #69
In #69 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,
e.g. make it compatible with newer gem versions, not break compatibility
with older working ones.
Signed-off-by: Frederik Thuysbaert <frederik.thuysbaert@combell.group>1 parent 0a5b5c9 commit 013aaa9
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
0 commit comments