Gemfile 218 B

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