Skip to content

Commit 10a052b

Browse files
committed
Revert breaking change of minimum required ruby version introduced due to the latest io-event gem
1 parent 330c6a7 commit 10a052b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

async.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727

2828
spec.add_dependency "console", "~> 1.29"
2929
spec.add_dependency "fiber-annotation"
30-
spec.add_dependency "io-event", "~> 1.12"
30+
spec.add_dependency "io-event", "~> 1.11"
3131
spec.add_dependency "metrics", "~> 0.12"
3232
spec.add_dependency "traces", "~> 0.15"
3333
end

0 commit comments

Comments
 (0)