blob: 2d76038e09da44d27b2b636d5b390913247b17f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# -*- 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
|