Fix dependency bug.
This commit is contained in:
parent
98d0231d46
commit
9cbf30c14a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue