mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
381 B
16 lines
381 B
10 years ago
|
# -*- ruby -*-
|
||
|
# encoding: utf-8
|
||
|
|
||
|
source 'https://rubygems.org/'
|
||
|
|
||
|
# Update this to reflect the local installation of gRPC.
|
||
|
gem 'grpc', path: '/usr/local/google/repos/grpc/src/ruby'
|
||
|
|
||
|
# TODO: fix this if/when the gRPC repo structure changes.
|
||
|
#
|
||
|
# At the moment it's not possible to use grpc Ruby via git/github reference
|
||
|
#
|
||
|
# git 'git@github.com:grpc/grpc.git' do
|
||
|
# gem 'grpc'
|
||
|
# end
|