Compare commits

..

2 Commits

Author SHA1 Message Date
邱博亞 c37e731eef add ulimit 2023-04-22 23:16:03 +08:00
邱博亞 a14b797559 remove dependency 2023-04-22 23:16:02 +08:00
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ 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