Commit 56d943bb by lra

sms.gemspec修改

parent e6639613
......@@ -22,9 +22,11 @@ Gem::Specification.new do |spec|
# spec.metadata['allowed_push_host'] = "Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server."
# end
spec.add_dependency 'redis', '~> 3.2', '>= 3.2.1'
spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "activesupport", "~> 4.1.12"
spec.add_development_dependency 'redis', '~> 3.2', '>= 3.2.1'
# spec.add_development_dependency 'redis', '~> 3.2', '>= 3.2.1'
spec.add_development_dependency 'rack'
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment