Skip to content

Commit 459cb60

Browse files
committed
Update dependencies.
1 parent b587544 commit 459cb60

2 files changed

Lines changed: 2 additions & 2 deletions

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.11"
30+
spec.add_dependency "io-event", ">= 1.15.1"
3131
spec.add_dependency "metrics", "~> 0.12"
3232
spec.add_dependency "traces", "~> 0.18"
3333
end

gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
gemspec
1111

12-
gem "io-event", git: "https://github.com/socketry/io-event.git"
12+
# gem "io-event", git: "https://github.com/socketry/io-event.git"
1313

1414
# In order to capture both code paths in coverage, we need to optionally load this gem:
1515
if ENV["FIBER_PROFILER_CAPTURE"] == "true"

0 commit comments

Comments
 (0)