# -*- 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
