Skip to content

Commit

Permalink
Merge pull request grpc#18635 from jbolinger/ruby-deps
Browse files Browse the repository at this point in the history
Loosen the dependency on the googleapis-common-protos-types gem
  • Loading branch information
apolcyn authored Apr 4, 2019
2 parents 9b312aa + 13f2c19 commit 8a093c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grpc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY

s.add_dependency 'google-protobuf', '~> 3.7'
s.add_dependency 'googleapis-common-protos-types', '~> 1.0.0'
s.add_dependency 'googleapis-common-protos-types', '~> 1.0'

s.add_development_dependency 'bundler', '~> 1.9'
s.add_development_dependency 'facter', '~> 2.4'
Expand Down
2 changes: 1 addition & 1 deletion templates/grpc.gemspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
s.platform = Gem::Platform::RUBY

s.add_dependency 'google-protobuf', '~> 3.7'
s.add_dependency 'googleapis-common-protos-types', '~> 1.0.0'
s.add_dependency 'googleapis-common-protos-types', '~> 1.0'

s.add_development_dependency 'bundler', '~> 1.9'
s.add_development_dependency 'facter', '~> 2.4'
Expand Down

0 comments on commit 8a093c7

Please sign in to comment.