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