Compare commits

..

2 Commits

Author SHA1 Message Date
邱博亞 e62ed0bedd add ulimit 2023-04-22 23:12:24 +08:00
邱博亞 3991d98561 remove dependency 2023-04-22 22:50:01 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Gem::Specification.new do |s|
s.description = "ClientManagement tool for store."
s.license = "MIT"
s.add_dependency "net-ssh", ">= 4.0", "< 5.0"
s.add_dependency "rails-reverse-proxy", git: "http://gitlab.tp.rulingcom.com/chiu/rails-reverse-proxy"
s.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]
end