Add 'multi_json' gem to gemspec so that route_guide_server can work

This commit is contained in:
Mingding, Han 2018-07-31 12:18:36 +08:00
parent 682d093868
commit 9d5b0cd871
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.add_dependency 'grpc', '~> 1.0'
s.add_dependency 'multi_json', '~> 1.13.1'
s.add_development_dependency 'bundler', '~> 1.7'
end