aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/ruby/Gemfile
blob: 96e68e9c34ac74f7a81f87cd86ef82e5668e1a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- ruby -*-
# encoding: utf-8

source 'https://rubygems.org/'

# TODO(jtattermusch): don't hardcode the absolute path the local gem source
source "file:///var/local/git/grpc/gem_source" do
  gem 'grpc'
end

gemspec