Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed May 21, 2020
1 parent 4bb37b2 commit 72d9335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grpc.gemspec
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.require_paths = %w( src/ruby/lib src/ruby/bin src/ruby/pb )
s.platform = Gem::Platform::RUBY

s.add_dependency 'google-protobuf', '~> 3.11'
s.add_dependency 'google-protobuf', '~> 3.12'
s.add_dependency 'googleapis-common-protos-types', '~> 1.0'

s.add_development_dependency 'bundler', '>= 1.9'
Expand Down
2 changes: 1 addition & 1 deletion templates/grpc.gemspec.template
Expand Up @@ -34,7 +34,7 @@
s.require_paths = %w( src/ruby/lib src/ruby/bin src/ruby/pb )
s.platform = Gem::Platform::RUBY

s.add_dependency 'google-protobuf', '~> 3.11'
s.add_dependency 'google-protobuf', '~> 3.12'
s.add_dependency 'googleapis-common-protos-types', '~> 1.0'

s.add_development_dependency 'bundler', '>= 1.9'
Expand Down

0 comments on commit 72d9335

Please sign in to comment.