aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/ruby/Gemfile
blob: 65d3f0ad4aeb3cf4411f8e2e46d3352d1d0647af (plain)
1
2
3
4
5
6
# -*- ruby -*-
# encoding: utf-8

source 'https://rubygems.org/'

gem 'grpc', :git => 'https://github.com/grpc/grpc.git', :submodules => true, glob: 'src/ruby/*.gemspec'