mirror of https://github.com/grpc/grpc.git
Merge pull request #15356 from ganmacs/grpc-ruby-does-not-depends-on-googleauth
Grpc ruby does not need to depend on googleauthpull/15625/head
commit
17f682d827
8 changed files with 27 additions and 4 deletions
@ -0,0 +1,15 @@ |
|||||||
|
/.bundle/ |
||||||
|
/.yardoc |
||||||
|
/Gemfile.lock |
||||||
|
/_yardoc/ |
||||||
|
/coverage/ |
||||||
|
/doc/ |
||||||
|
/pkg/ |
||||||
|
/spec/reports/ |
||||||
|
/tmp/ |
||||||
|
*.bundle |
||||||
|
*.so |
||||||
|
*.o |
||||||
|
*.a |
||||||
|
mkmf.log |
||||||
|
vendor |
@ -0,0 +1,4 @@ |
|||||||
|
source 'https://rubygems.org/' |
||||||
|
|
||||||
|
gem 'grpc', '~> 1.0' |
||||||
|
gem 'googleauth', '>= 0.5.1', '< 0.7' |
Loading…
Reference in new issue