Commit f5b5f06
committed
fixes the breaking change introduced by 0.30.0
```
Error: abstract `def Enumerable(T)#each(&block)` must be implemented by Callback::ResultSet(T)
```
this fixes a transient dependency of optarg which is not compatible with
0.30.0.
we use the fork until mosop/callback#3 has been
merged and optarg has been updated to that version.1 parent 2f21ad8 commit f5b5f06
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
| |||
0 commit comments