-
- Downloads
Merge pull request #8914 from apolcyn/update_ruby_protobuf_to_310
Update ruby protobuf to 310
No related branches found
No related tags found
... | ... | @@ -27,7 +27,7 @@ Gem::Specification.new do |s| |
s.require_paths = %w( src/ruby/bin src/ruby/lib src/ruby/pb ) | ||
s.platform = Gem::Platform::RUBY | ||
s.add_dependency 'google-protobuf', '~> 3.0.2' | ||
s.add_dependency 'google-protobuf', '~> 3.1.0' | ||
s.add_dependency 'googleauth', '~> 0.5.1' | ||
s.add_development_dependency 'bundler', '~> 1.9' | ||
... | ... |
Please register or sign in to comment