Skip to content

Commit

Permalink
Added dependencies for net-protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 2, 2020
1 parent f8435f4 commit b0f4ccc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/net/net-protocol.gemspec
Expand Up @@ -30,4 +30,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "timeout"
spec.add_dependency "io-wait"
end

0 comments on commit b0f4ccc

Please sign in to comment.