mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-24 09:02:15 +01:00
examples/ruby/greeter*.rb and examples/ruby/route_guide/*.rb doesn't need to depends on googleauth
5 lines
91 B
Ruby
5 lines
91 B
Ruby
source 'https://rubygems.org/'
|
|
|
|
gem 'grpc', '~> 1.0'
|
|
gem 'googleauth', '>= 0.5.1', '< 0.7'
|