1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed dependency of io-wait. There is no plan to remove from stdlib

This commit is contained in:
Hiroshi SHIBATA 2022-02-21 16:29:54 +09:00
parent 8f0e3a97f9
commit 79b04790e8
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -30,5 +30,4 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "timeout"
spec.add_dependency "io-wait"
end