remove dependency
This commit is contained in:
parent
b64cf75a3a
commit
a14b797559
|
@ -14,7 +14,6 @@ Gem::Specification.new do |s|
|
||||||
s.description = "ClientManagement tool for store."
|
s.description = "ClientManagement tool for store."
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
s.add_dependency "net-ssh", ">= 4.0", "< 5.0"
|
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.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.rdoc"]
|
||||||
s.test_files = Dir["test/**/*"]
|
s.test_files = Dir["test/**/*"]
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue