1 # -*- ruby -*- 2 # encoding: utf-8 3 4 source 'https://rubygems.org/' 5 6 # TODO(jtattermusch): don't hardcode the absolute path the local gem source 7 source "file:///var/local/git/grpc/gem_source" do 8 gem 'grpc' 9 end 10 11 gemspec 12