blob: 2d76038e09da44d27b2b636d5b390913247b17f9 [file] [log] [blame]
Tim Emiola49f3ccd2015-02-19 11:09:19 -08001# -*- ruby -*-
2# encoding: utf-8
3
4source 'https://rubygems.org/'
5
6# Update this to reflect the local installation of gRPC.
7gem '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