Commit b6f3cf92 by lanrion

added multi_json gem

parent 1692ed38
require "rest-client"
require "multi_json"
require "weixin_authorize/version"
require "weixin_authorize/api/user"
require "weixin_authorize/api/menu"
......
......@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_dependency "rest-client", ">= 1.6.7"
spec.add_runtime_dependency 'multi_json' , "~> 1.7.2"
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
......
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