diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-02-21 16:29:54 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-02-21 17:10:22 +0900 |
| commit | 79b04790e8c72f7fae3b5e78136b17f309f91cee (patch) | |
| tree | 7a6628a46c9d36f0a99f67fe94c07bfe7f824c03 /lib/net/net-protocol.gemspec | |
| parent | 8f0e3a97f9f3e2f5b35dd3d34ab8d7c09261916e (diff) | |
Removed dependency of io-wait. There is no plan to remove from stdlib
Diffstat (limited to 'lib/net/net-protocol.gemspec')
| -rw-r--r-- | lib/net/net-protocol.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/net/net-protocol.gemspec b/lib/net/net-protocol.gemspec index 9da4d47bb6..c03621cb0d 100644 --- a/lib/net/net-protocol.gemspec +++ b/lib/net/net-protocol.gemspec @@ -30,5 +30,4 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency "timeout" - spec.add_dependency "io-wait" end |
