aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby/pubsub/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ruby/pubsub/Gemfile')
-rw-r--r--examples/ruby/pubsub/Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/ruby/pubsub/Gemfile b/examples/ruby/pubsub/Gemfile
new file mode 100644
index 0000000000..4ee8ffe3d6
--- /dev/null
+++ b/examples/ruby/pubsub/Gemfile
@@ -0,0 +1,4 @@
+source 'https://rubygems.org/'
+
+gem 'grpc', '~> 1.0'
+gem 'googleauth', '>= 0.5.1', '< 0.7'