Skip to content

Commit 05c6170

Browse files
committed
Remove async-io dependency.
1 parent 1f40564 commit 05c6170

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

async-rspec.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Gem::Specification.new do |spec|
2222
spec.add_dependency "rspec-memory", "~> 1.0"
2323

2424
spec.add_development_dependency "async"
25-
spec.add_development_dependency "async-io"
2625
spec.add_development_dependency "bundler"
2726
spec.add_development_dependency "covered"
2827
end

spec/async/rspec/reactor_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# Copyright, 2023, by Robin Goos.
66

77
require 'async/rspec/reactor'
8-
require 'async/io/generic'
98

109
RSpec.describe Async::RSpec::Reactor do
1110
context "with shared context", timeout: 1 do

0 commit comments

Comments
 (0)