diff options
Diffstat (limited to 'lib/net/net-ftp.gemspec')
-rw-r--r-- | lib/net/net-ftp.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/net/net-ftp.gemspec b/lib/net/net-ftp.gemspec index c93d389f09..cc927f9bcf 100644 --- a/lib/net/net-ftp.gemspec +++ b/lib/net/net-ftp.gemspec @@ -30,4 +30,6 @@ 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 "net-protocol" end |