blob: dc05f7946b2caa9b9f8e43a9f005a55a3fe1f4df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
source 'https://rubygems.org'
# Modify this when working locally, see README.md
# e.g,
# gem 'beefcake', path: "/usr/local/google/repos/beefcake"
#
# The default value is what's used for gRPC ruby's GCE configuration
#
gem 'beefcake', path: "/var/local/git/beefcake"
# Specify your gem's dependencies in grpc.gemspec
gemspec
|