Tim Emiola | 49f3ccd | 2015-02-19 11:09:19 -0800 | [diff] [blame^] | 1 | # -*- ruby -*- |
2 | # encoding: utf-8 | ||||
3 | |||||
4 | source 'https://rubygems.org/' | ||||
5 | |||||
6 | # Update this to reflect the local installation of gRPC. | ||||
7 | gem 'grpc', path: '/usr/local/google/repos/grpc/src/ruby' | ||||
8 | |||||
9 | # TODO: fix this if/when the gRPC repo structure changes. | ||||
10 | # | ||||
11 | # At the moment it's not possible to use grpc Ruby via git/github reference | ||||
12 | # | ||||
13 | # git 'git@github.com:grpc/grpc.git' do | ||||
14 | # gem 'grpc' | ||||
15 | # end |