Skip to content

Commit f5b5f06

Browse files
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

File tree

shard.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ shards:
55
version: 0.10.0
66

77
callback:
8-
github: mosop/callback
8+
github: drujensen/callback
99
version: 0.6.3
1010

1111
cli:

shard.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ description: |
88
Simple CLI to ask the internet if it's worth watching this movie.
99
1010
dependencies:
11+
# FIXME: Fixes the breaking change introduced by 0.30.0:
12+
# Error: abstract `def Enumerable(T)#each(&block)` must be implemented by Callback::ResultSet(T)
13+
# Use the fork until https://github.com/mosop/callback/pull/3 has been merged
14+
# and optarg has been updated to that version.
15+
callback:
16+
github: drujensen/callback
1117
myhtml:
1218
github: kostya/myhtml
1319
crest:

0 commit comments

Comments
 (0)