aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/ruby/Gemfile
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-09 09:44:59 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-10 16:49:03 -0800
commit30665fef7a3598437ffc3ba1ccd1c578ce3ce772 (patch)
tree3c09aceb41482d497d1e6d1b169bdf8986a76ad1 /test/distrib/ruby/Gemfile
parent673781fff6e3c0f7b4eb3827987c09811c842fca (diff)
ruby distribtest
Diffstat (limited to 'test/distrib/ruby/Gemfile')
-rw-r--r--test/distrib/ruby/Gemfile11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/distrib/ruby/Gemfile b/test/distrib/ruby/Gemfile
new file mode 100644
index 0000000000..96e68e9c34
--- /dev/null
+++ b/test/distrib/ruby/Gemfile
@@ -0,0 +1,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