Fix dependency bug.

This commit is contained in:
BoHung Chiu 2022-01-26 09:44:13 +08:00
parent 98d0231d46
commit 9cbf30c14a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = "ClientManagement tool for store."
s.description = "ClientManagement tool for store."
s.license = "MIT"
s.add_dependency "net-ssh"
s.add_dependency "net-ssh", ">= 4.0", "< 5.0"
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]
end