Corrects error during run of grpc-demo
This commit is contained in:
parent
4305860d21
commit
8669e14882
11
ruby/Gemfile
11
ruby/Gemfile
|
|
@ -3,13 +3,4 @@
|
||||||
|
|
||||||
source 'https://rubygems.org/'
|
source 'https://rubygems.org/'
|
||||||
|
|
||||||
# Update this to reflect the local installation of gRPC.
|
gemspec
|
||||||
gem 'grpc', path: '~/grpc/src/ruby'
|
|
||||||
|
|
||||||
# TODO: fix this if/when the gRPC repo structure changes.
|
|
||||||
#
|
|
||||||
# At the moment it's not possible to use grpc Ruby via git/github reference
|
|
||||||
#
|
|
||||||
# git 'git@github.com:grpc/grpc.git' do
|
|
||||||
# gem 'grpc'
|
|
||||||
# end
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ Gem::Specification.new do |s|
|
||||||
s.require_paths = ['lib']
|
s.require_paths = ['lib']
|
||||||
s.platform = Gem::Platform::RUBY
|
s.platform = Gem::Platform::RUBY
|
||||||
|
|
||||||
s.add_dependency 'grpc', '~> 0.5.0'
|
s.add_dependency 'grpc', '~> 0.6.0'
|
||||||
|
|
||||||
s.add_development_dependency 'bundler', '~> 1.7'
|
s.add_development_dependency 'bundler', '~> 1.7'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue