Skip to content

Commit 8f08b10

Browse files
committed
Added dependency for net-protocol
1 parent 1502552 commit 8f08b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

net-http.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ Gem::Specification.new do |spec|
3030
spec.bindir = "exe"
3131
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3232
spec.require_paths = ["lib"]
33+
34+
spec.add_dependency "net-protocol"
3335
end

0 commit comments

Comments
 (0)